From a417ccb3f3914ee31735ab52fe131dd767f19814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:38:42 +0000 Subject: [PATCH 1/2] Bump super-linter/super-linter from 8.5.0 to 8.6.0 Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 8.5.0 to 8.6.0. - [Release notes](https://github.com/super-linter/super-linter/releases) - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md) - [Commits](https://github.com/super-linter/super-linter/compare/v8.5.0...v8.6.0) --- updated-dependencies: - dependency-name: super-linter/super-linter dependency-version: 8.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 057644d3..8b23136d 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 }} From d2a199a3bbce3c2ec3251b3427cb765268076e5e Mon Sep 17 00:00:00 2001 From: Max Ostapenko <1611259+max-ostapenko@users.noreply.github.com> Date: Tue, 14 Apr 2026 00:14:42 +0200 Subject: [PATCH 2/2] Add comment to ignore secrets outside environment in Terraform job --- .github/workflows/infra.yaml | 1 + 1 file changed, 1 insertion(+) 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