Skip to content

Commit 3bf0ab1

Browse files
build(deps): Bump github/codeql-action in the all group (#123)
Bumps the all group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.32.1 to 4.32.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@6bc82e0...45cbd0c) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.32.2 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 b50cb28 commit 3bf0ab1

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@6bc82e05fd0ea64601dd4b465378bbcf57de0314 #v3.29.0 - 11 Jun 2025
38+
uses: github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 #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@6bc82e05fd0ea64601dd4b465378bbcf57de0314 #v3.29.0 - 11 Jun 2025
35+
uses: github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 #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)