chore(deps): bump github/codeql-action from 3 to 4
Some checks failed
Backend API CI / test-unit (push) Failing after 0s
Backend API CI / test-integration (push) Failing after 0s
Frontend CI / test (push) Failing after 0s
Storybook Audit / Build & audit Storybook (push) Failing after 0s

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 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/v3...v4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-03-13 12:41:58 +00:00 committed by GitHub
parent 26aa51a2ab
commit 22bb7193f1

View file

@ -15,8 +15,8 @@ jobs:
language: [go, javascript-typescript]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: github/codeql-action/init@v3 # SECURITY(MEDIUM-007): TODO — pin to SHA
- uses: github/codeql-action/init@v4 # SECURITY(MEDIUM-007): TODO — pin to SHA
with:
languages: ${{ matrix.language }}
- uses: github/codeql-action/autobuild@v3 # SECURITY(MEDIUM-007): TODO — pin to SHA
- uses: github/codeql-action/analyze@v3 # SECURITY(MEDIUM-007): TODO — pin to SHA
- uses: github/codeql-action/autobuild@v4 # SECURITY(MEDIUM-007): TODO — pin to SHA
- uses: github/codeql-action/analyze@v4 # SECURITY(MEDIUM-007): TODO — pin to SHA