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.
2 parents 22953ca + eb64da2 commit 5c4a32aCopy full SHA for 5c4a32a
.github/workflows/contributors_report.yaml
@@ -30,7 +30,7 @@ jobs:
30
echo "END_DATE=$end_date" >> "$GITHUB_ENV"
31
32
- name: Run contributor action
33
- uses: github/contributors@34fad9a6770332457ef52dfefc24a282ff47e929
+ uses: github/contributors@69e531b620b7e5b0fad2e9823681607b54db447a
34
env:
35
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
START_DATE: ${{ env.START_DATE }}
.github/workflows/scorecard.yml
@@ -42,6 +42,6 @@ jobs:
42
path: results.sarif
43
retention-days: 5
44
- name: "Upload to code-scanning"
45
- uses: github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
+ uses: github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.5
46
with:
47
sarif_file: results.sarif
0 commit comments