From 1a67a4e61fe2f0aa951ba2c50a9e5ecef360f29f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 16:09:45 +0000 Subject: [PATCH] chore(ci)(deps): bump the actions-minor-patch group with 3 updates Bumps the actions-minor-patch group with 3 updates: [github/codeql-action](https://github.com/github/codeql-action), [advanced-security/dismiss-alerts](https://github.com/advanced-security/dismiss-alerts) and [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action). Updates `github/codeql-action` from 4.32.2 to 4.35.4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2...68bde559dea0fdcac2102bfdf6230c5f70eb485e) Updates `advanced-security/dismiss-alerts` from 2.0.0 to 2.0.2 - [Release notes](https://github.com/advanced-security/dismiss-alerts/releases) - [Commits](https://github.com/advanced-security/dismiss-alerts/compare/3478381bd53e9f9a9ea1c23bd25ef0ec236e0d06...046d6b48d2e43cf563f96f67332c47c432eff83e) Updates `zizmorcore/zizmor-action` from 0.4.1 to 0.5.3 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](https://github.com/zizmorcore/zizmor-action/compare/135698455da5c3b3e55f73f4419e481ab68cdd95...b1d7e1fb5de872772f31590499237e7cce841e8e) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch - dependency-name: advanced-security/dismiss-alerts dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor-patch - dependency-name: zizmorcore/zizmor-action dependency-version: 0.5.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 6 +++--- .github/workflows/security-scan.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 68cca85d4..243ba2212 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -50,7 +50,7 @@ jobs: persist-credentials: false - name: Initialize CodeQL - uses: github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2 + uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -58,14 +58,14 @@ jobs: - name: Perform CodeQL Analysis id: analyze - uses: github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2 + uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4 with: category: /language:${{ matrix.language }} output: sarif-results - name: Dismiss suppressed alerts if: github.ref == 'refs/heads/main' && matrix.language == 'javascript-typescript' - uses: advanced-security/dismiss-alerts@3478381bd53e9f9a9ea1c23bd25ef0ec236e0d06 # v2 + uses: advanced-security/dismiss-alerts@046d6b48d2e43cf563f96f67332c47c432eff83e # v2.0.2 with: sarif-id: ${{ steps.analyze.outputs['sarif-id'] }} sarif-file: sarif-results/javascript.sarif diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index e2e1896a4..6380c2636 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -33,7 +33,7 @@ jobs: persist-credentials: false - name: Run Zizmor Security Scan - uses: zizmorcore/zizmor-action@135698455da5c3b3e55f73f4419e481ab68cdd95 # v0.4.1 + uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3 with: advanced-security: true min-confidence: medium