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] <support@github.com>
This commit is contained in:
parent
26aa51a2ab
commit
22bb7193f1
1 changed files with 3 additions and 3 deletions
6
.github/workflows/sast.yml
vendored
6
.github/workflows/sast.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue