From 4cac9fe671712729668c72b2a178892b5c5ae1ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 07:31:25 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.4 to 4.1.5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/0ad4b8fadaa221de15dcec353f45205ec38ea70b...44c2b7a8a4ea60a981eaca3cf939b5f4305c123b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 2 +- .github/workflows/main.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 47faa14..3b18623 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -28,7 +28,7 @@ jobs: language: ['python'] steps: - name: 'Checkout' - uses: 'actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b' + uses: 'actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b' - name: 'Initialize CodeQL' uses: 'github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a' with: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a554548..638d9fe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: os: ['ubuntu-latest', 'windows-latest', 'macos-latest'] steps: - name: 'Checkout' - uses: 'actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b' + uses: 'actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b' - name: 'Use Python ${{ matrix.python_version }}' uses: 'actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d' with: @@ -52,7 +52,7 @@ jobs: packages: 'write' steps: - name: 'Checkout' - uses: 'actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b' + uses: 'actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b' - name: 'Set up QEMU' uses: 'docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3' - name: 'Set up Docker Buildx'