Skip to content

Commit 338d5b8

Browse files
build(deps): bump github/codeql-action/upload-sarif (#56)
Bumps [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) from 4.37.3 to 4.37.7. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@e4fba86...ff2f1c6) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: D M, Karthik <karthik.d.m@intel.com>
1 parent 226c925 commit 338d5b8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/coverity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
COVERITY_EMAIL: ${{ secrets.COVERITY_EMAIL }}
5151

5252
- name: Upload SARIF to Security tab
53-
uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
53+
uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
5454
if: always()
5555
with:
5656
sarif_file: reports/coverity-results.sarif

.github/workflows/scan_on_demand.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
COVERITY_EMAIL: ${{ secrets.COVERITY_EMAIL }}
122122
123123
- name: Upload SARIF to Security tab
124-
uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
124+
uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
125125
if: always()
126126
with:
127127
sarif_file: reports/coverity-results.sarif

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
repo_token: ${{ secrets.SCORECARD_TOKEN }}
4545

4646
- name: Upload SARIF to Security tab
47-
uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
47+
uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
4848
with:
4949
sarif_file: scorecard-results.sarif

0 commit comments

Comments
 (0)