From 4370ee356bf4beb4474869c1c2ca9664fa993011 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 23:38:28 +0100 Subject: [PATCH] build(deps): bump actions/checkout from 5 to 6 in the dependencies group (#32) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Romain Lespinasse --- .github/workflows/linter.yml | 3 ++- .github/workflows/shortify-git-revision.yaml | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 281e1cc..afd1f0a 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -15,7 +15,7 @@ jobs: statuses: write steps: - name: Checkout Code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: # Full git history is needed to get a proper # list of changed files within `super-linter` @@ -25,5 +25,6 @@ jobs: uses: super-linter/super-linter@v8 env: VALIDATE_ALL_CODEBASE: false + VALIDATE_GITHUB_ACTIONS_ZIZMOR: false VALIDATE_YAML_PRETTIER: false GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/shortify-git-revision.yaml b/.github/workflows/shortify-git-revision.yaml index 67fe09c..c085ce6 100644 --- a/.github/workflows/shortify-git-revision.yaml +++ b/.github/workflows/shortify-git-revision.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Test 1 - name: Shortify an existing git revision @@ -167,7 +167,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: this-action ref: ${{ github.ref }} @@ -216,7 +216,7 @@ jobs: concurrency: group: release-${{ github.ref }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false