From 4887c318edef9ef1233feaf0ea09650aa568dab2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 20:38:10 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.5 to 4.1.6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6. - [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/44c2b7a8a4ea60a981eaca3cf939b5f4305c123b...a5ac7e51b41094c92402da3b24376905380afc29) --- 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 1db65a1..746c195 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -28,7 +28,7 @@ jobs: language: ['python'] steps: - name: 'Checkout' - uses: 'actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b' + uses: 'actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29' - name: 'Initialize CodeQL' uses: 'github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276' with: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 638d9fe..eb4e44f 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b' + uses: 'actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29' - 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b' + uses: 'actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29' - name: 'Set up QEMU' uses: 'docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3' - name: 'Set up Docker Buildx'