From 4e7f40325e8bf6ba8b7cfe7dd56aba79ae28f747 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 13:32:15 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/scorecards.yml | 2 +- .github/workflows/shellcheck.yml | 2 +- .github/workflows/slsa.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 890eee5d0..da15e6d9b 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -25,7 +25,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 with: persist-credentials: false diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index de3e79bd0..a6562b11c 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -9,6 +9,6 @@ jobs: name: ShellCheck runs-on: ubuntu-latest steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 - name: Konstruktoid ShellCheck uses: ./action-shellcheck diff --git a/.github/workflows/slsa.yml b/.github/workflows/slsa.yml index b2916862f..98ca43e77 100644 --- a/.github/workflows/slsa.yml +++ b/.github/workflows/slsa.yml @@ -20,7 +20,7 @@ jobs: shell: bash - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 - name: Build artifacts run: |