Skip to content

Commit 27ccf2c

Browse files
Bump github/codeql-action in the action-minor-patch-versions group (#5)
Bumps the action-minor-patch-versions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.35.3 to 4.35.4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@e46ed2c...68bde55) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-minor-patch-versions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5c9f78b commit 27ccf2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code-scanning.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
--output.sarif.path golangci-lint-report.sarif
3030
3131
- name: Upload linting SARIF
32-
uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
32+
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
3333
with:
3434
sarif_file: golangci-lint-report.sarif
3535

@@ -50,6 +50,6 @@ jobs:
5050

5151
- name: Upload vulnerability SARIF
5252
if: always()
53-
uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
53+
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
5454
with:
5555
sarif_file: build/govulncheck-report.sarif

0 commit comments

Comments
 (0)