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 79f5acc commit dbd5206Copy full SHA for dbd5206
.github/workflows/scorecards.yml
@@ -59,6 +59,6 @@ jobs:
59
60
# Upload the results to GitHub's code scanning dashboard.
61
- name: "Upload to code-scanning"
62
- uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
+ uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
63
with:
64
sarif_file: results.sarif
.github/workflows/vulnerability-scans.yaml
@@ -75,7 +75,7 @@ jobs:
75
76
# This step checks out a copy of your repository.
77
- name: Upload SARIF file
78
79
80
token: ${{ github.token }}
81
# Path to SARIF file relative to the root of the repository
0 commit comments