We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a9ebee commit 8ce4af2Copy full SHA for 8ce4af2
.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@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
+ uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
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