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 ef88aac + 68aff6a commit 61c5e71Copy full SHA for 61c5e71
.github/workflows/contributor_report.yaml
@@ -27,7 +27,7 @@ jobs:
27
echo "END_DATE=$end_date" >> "$GITHUB_ENV"
28
29
- name: Run contributor action
30
- uses: github/contributors@a274afd4ff1bd4d115a0163207db2603c8733149 # v1.7.1
+ uses: github/contributors@91d7b1439ccbfd8cdfb8399691daad81f7087996 # v1.7.2
31
env:
32
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
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@192325c86100d080feab897ff886c34abd4c83a3 # v3.24.9
+ uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.24.9
46
with:
47
sarif_file: results.sarif
0 commit comments