From 2efcefaa835833effe73832af95001f391d6ecfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 07:43:57 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.2 to 4.1.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3. - [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/9bb56186c3b09b4f86b1c65136769dd318469633...1d96c772d19495a3b5c517cd2bc0cb401ea0529f) --- 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 4f9e783..e8cef01 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -28,7 +28,7 @@ jobs: language: ['python'] steps: - name: 'Checkout' - uses: 'actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633' + uses: 'actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f' - name: 'Initialize CodeQL' uses: 'github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a' with: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b400b64..29bbe09 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@9bb56186c3b09b4f86b1c65136769dd318469633' + uses: 'actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f' - 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@9bb56186c3b09b4f86b1c65136769dd318469633' + uses: 'actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f' - name: 'Set up QEMU' uses: 'docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3' - name: 'Set up Docker Buildx'