We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d622b commit b2e09f4Copy full SHA for b2e09f4
.github/workflows/score.yaml
@@ -31,6 +31,6 @@ jobs:
31
path: results.sarif
32
retention-days: 5
33
- name: "Upload to code-scanning"
34
- uses: github/codeql-action/upload-sarif@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.2.5
+ uses: github/codeql-action/upload-sarif@16964e90ba004cdf0cd845b866b5df21038b7723 # v2.2.6
35
with:
36
sarif_file: results.sarif
.github/workflows/test.yaml
@@ -76,7 +76,7 @@ jobs:
76
77
flags: unittests # optional
78
- name: Upload Report
79
- uses: github/codeql-action/upload-sarif@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.11.6
+ uses: github/codeql-action/upload-sarif@16964e90ba004cdf0cd845b866b5df21038b7723 # v2.11.6
80
81
sarif_file: 'trivy-results.sarif'
82
- name: Run Integration Tests
0 commit comments