From a099e7d84d8b76d9993ba160826d3505c19ee603 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:08:46 +0000 Subject: [PATCH] Update actions/checkout action to v4.1.1 --- .github/workflows/containerbuild.yml | 2 +- .github/workflows/scorecards.yml | 2 +- .github/workflows/slsa.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/containerbuild.yml b/.github/workflows/containerbuild.yml index 91cb28e..d3d372c 100644 --- a/.github/workflows/containerbuild.yml +++ b/.github/workflows/containerbuild.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Set up QEMU uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 3099f01..cf92637 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -25,7 +25,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: persist-credentials: false diff --git a/.github/workflows/slsa.yml b/.github/workflows/slsa.yml index a41d8a8..43ec26a 100644 --- a/.github/workflows/slsa.yml +++ b/.github/workflows/slsa.yml @@ -20,7 +20,7 @@ jobs: shell: bash - name: Checkout repository - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Build artifacts run: |