From 170df268c28a5bb95b5f5f8c1b379dde8bdfd8d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 07:46:43 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.6 to 4.1.7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [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/a5ac7e51b41094c92402da3b24376905380afc29...692973e3d937129bcbf40652eb9f2f61becf3332) --- 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 5a4db13..258a25c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -28,7 +28,7 @@ jobs: language: ['python'] steps: - name: 'Checkout' - uses: 'actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29' + uses: 'actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332' - name: 'Initialize CodeQL' uses: 'github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff' with: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fb9ebde..3a273ab 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@a5ac7e51b41094c92402da3b24376905380afc29' + uses: 'actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332' - 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@a5ac7e51b41094c92402da3b24376905380afc29' + uses: 'actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332' - name: 'Set up QEMU' uses: 'docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3' - name: 'Set up Docker Buildx'