diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1d2ed220..fab74511 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: persist-credentials: false - name: Lint Code Base - uses: super-linter/super-linter/slim@v8.5.0 + uses: super-linter/super-linter/slim@v8.6.0 env: DEFAULT_BRANCH: main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/infra.yaml b/.github/workflows/infra.yaml index 57036e24..05183c3f 100644 --- a/.github/workflows/infra.yaml +++ b/.github/workflows/infra.yaml @@ -13,6 +13,7 @@ permissions: contents: read jobs: + # zizmor: ignore[secrets-outside-env] terraform: name: Terraform runs-on: ubuntu-latest