Skip to content

Commit b8c97ae

Browse files
Bump github/codeql-action from 4.32.4 to 4.32.5 in the all group (#132)
Bumps the all group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.32.4 to 4.32.5 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@89a39a4...c793b71) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.32.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eedacef commit b8c97ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# NB: Could also set `fail-on-increase: false` and use `if: ${{steps.malcontent.outputs.risk-delta > 5}}` to allow some risk increase
3636

3737
- name: Upload SARIF
38-
uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e #v3.29.0 - 11 Jun 2025
38+
uses: github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162 #v3.29.0 - 11 Jun 2025
3939
if: always() # Upload even if the malcontent check fails
4040
with:
4141
sarif_file: ${{ steps.malcontent.outputs.sarif-file }}

.github/workflows/push-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
github-token: ${{ secrets.GITHUB_TOKEN }}
3333

3434
- name: Upload SARIF
35-
uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e #v3.29.0 - 11 Jun 2025
35+
uses: github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162 #v3.29.0 - 11 Jun 2025
3636
if: always() # Upload even if the malcontent check fails
3737
with:
3838
sarif_file: ${{ steps.malcontent.outputs.sarif-file }}

0 commit comments

Comments
 (0)