From ac4a3a266833ca6b6086466a921fae9f3c671596 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 23:37:27 +0200 Subject: [PATCH] feat: bump actions/github-script from 7 to 8 (#170) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Romain Lespinasse --- .github/workflows/check-variables.yml | 2 +- .github/workflows/linter.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-variables.yml b/.github/workflows/check-variables.yml index efb6d46..6782610 100644 --- a/.github/workflows/check-variables.yml +++ b/.github/workflows/check-variables.yml @@ -102,7 +102,7 @@ jobs: - name: Create issue for mismatches if: steps.compare.outputs.has_mismatches == 'true' && github.event_name != 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 4582f1c..5cd1749 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -25,6 +25,7 @@ jobs: uses: super-linter/super-linter@v8 env: VALIDATE_ALL_CODEBASE: false + VALIDATE_GITHUB_ACTIONS_ZIZMOR: false VALIDATE_JSCPD: false VALIDATE_MARKDOWN_PRETTIER: false VALIDATE_YAML_PRETTIER: false