Skip to content

Commit 582e9be

Browse files
Bump github/codeql-action from 3.28.0 to 4.31.8
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.0 to 4.31.8. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@48ab28a...1b168cd) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 05376a9 commit 582e9be

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3737

3838
- name: Initialize CodeQL
39-
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3
39+
uses: github/codeql-action/init@1b168cd39490f61582a9beae412bb7057a6b2c4e # v3
4040
with:
4141
languages: ${{ matrix.language }}
4242
build-mode: ${{ matrix.build-mode }}
@@ -46,6 +46,6 @@ jobs:
4646
echo 'Build step for compiled languages'
4747
4848
- name: Perform CodeQL Analysis
49-
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3
49+
uses: github/codeql-action/analyze@1b168cd39490f61582a9beae412bb7057a6b2c4e # v3
5050
with:
5151
category: "/language:${{matrix.language}}"

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
3030

3131
- name: Upload SARIF
32-
uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
32+
uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
3333
with:
3434
sarif_file: semgrep.sarif
3535
if: always()

0 commit comments

Comments
 (0)