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/slugify-value.yaml b/.github/workflows/slugify-value.yaml index 8d1e22c..3048cbb 100644 --- a/.github/workflows/slugify-value.yaml +++ b/.github/workflows/slugify-value.yaml @@ -19,7 +19,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Test 1 - name: Slugify key only @@ -187,7 +187,7 @@ jobs: - os-testing steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false