Skip to content

Commit c29e585

Browse files
⬆️ Bump github/codeql-action from 4.32.6 to 4.33.0 (kagenti#77)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.6 to 4.33.0. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@0d579ff...b1bff81) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9bd02c4 commit c29e585

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
publish_results: true
5757

5858
- name: Upload SARIF to GitHub Security tab
59-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
59+
uses: github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4
6060
with:
6161
sarif_file: scorecard.sarif
6262

.github/workflows/security-scans.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,16 +305,16 @@ jobs:
305305
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
306306

307307
- name: Initialize CodeQL
308-
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v3
308+
uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v3
309309
with:
310310
languages: python
311311
queries: security-extended
312312

313313
- name: Autobuild
314-
uses: github/codeql-action/autobuild@0d579ffd059c29b07949a3cce3983f0780820c98 # v3
314+
uses: github/codeql-action/autobuild@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v3
315315

316316
- name: Perform CodeQL Analysis
317-
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v3
317+
uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v3
318318
with:
319319
category: "/language:python"
320320

0 commit comments

Comments
 (0)