From 5dedcf2cde6f266334f0b498f4d6c1c9aafde182 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 00:33:14 +0000 Subject: [PATCH] Bump actions/checkout from 3.2.0 to 4.1.1 in /.github/workflows Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 4.1.1. - [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/755da8c3cf115ac066823e79a1e1788f8940201b...b4ffde65f46336ab88eb53be808477a3936bae11) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/scorecards.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87d552b..5192590 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: steps: - name: "Checkout repository" - uses: "actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b" + uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" - name: "Setup Python" uses: "actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9" diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b572bae..e75f91d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -26,7 +26,7 @@ jobs: steps: - name: "Checkout repository" - uses: "actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b" + uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" - name: "Run CodeQL init" uses: "github/codeql-action/init@d8c9c723a57c026c525f404cf42aa0575f3f0bd8" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 530f22d..67ba96f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: steps: - name: "Checkout repository" - uses: "actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b" + uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" - name: "Setup Python" uses: "actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9" diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 251faed..6061e9a 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -21,7 +21,7 @@ jobs: steps: - name: "Checkout repository" - uses: "actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b" + uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" with: persist-credentials: false