Skip to content

Commit 975a54d

Browse files
Bump github/codeql-action from 4.33.0 to 4.34.0 in the all group (#142)
Bumps the all group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.33.0 to 4.34.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@b1bff81...c6f9311) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.34.0 dependency-type: direct:production update-type: version-update:semver-minor 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 5e2a2f9 commit 975a54d

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