diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17a091b..1178de6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Docker BuildX id: setup-buildx @@ -62,7 +62,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Test Local Action id: test-action diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index f6da9d1..a6849f6 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -32,3 +32,4 @@ jobs: DEFAULT_BRANCH: main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} VALIDATE_ALL_CODEBASE: true + VALIDATE_GITHUB_ACTIONS_ZIZMOR: false