From 8ff52024fc3a8cbb192f521962cac0ca16c611aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 08:34:09 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/anchore.yml | 2 +- .github/workflows/container-scan.yaml | 2 +- .github/workflows/kubesec.yml | 2 +- .github/workflows/release.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/anchore.yml b/.github/workflows/anchore.yml index c93d533..7a35684 100644 --- a/.github/workflows/anchore.yml +++ b/.github/workflows/anchore.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build the Docker image run: docker build . --file Dockerfile --tag localbuild/testimage:latest - name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled diff --git a/.github/workflows/container-scan.yaml b/.github/workflows/container-scan.yaml index af74687..eaf7a71 100644 --- a/.github/workflows/container-scan.yaml +++ b/.github/workflows/container-scan.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build container image uses: docker/build-push-action@v3 diff --git a/.github/workflows/kubesec.yml b/.github/workflows/kubesec.yml index 2abd3c4..cce244a 100644 --- a/.github/workflows/kubesec.yml +++ b/.github/workflows/kubesec.yml @@ -24,7 +24,7 @@ jobs: security-events: write steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run kubesec scanner uses: controlplaneio/kubesec-action@43d0ddff5ffee89a6bb9f29b64cd865411137b14 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 33538ee..9819be7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,7 +13,7 @@ jobs: contents: write steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Release uses: softprops/action-gh-release@v1