From 22bb7193f1a45f2fb1520088a827026345d8d3e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 12:41:58 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action from 3 to 4 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] --- .github/workflows/sast.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sast.yml b/.github/workflows/sast.yml index 6cd1b048b..843b4b2fe 100644 --- a/.github/workflows/sast.yml +++ b/.github/workflows/sast.yml @@ -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