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 ec01409 + 7e61053 commit 19c042fCopy full SHA for 19c042f
.github/workflows/contributors_report.yaml
@@ -29,7 +29,7 @@ jobs:
29
echo "END_DATE=$end_date" >> "$GITHUB_ENV"
30
31
- name: Run contributor action
32
- uses: github/contributors@a274afd4ff1bd4d115a0163207db2603c8733149
+ uses: github/contributors@91d7b1439ccbfd8cdfb8399691daad81f7087996
33
env:
34
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
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.29.5
+ uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
46
with:
47
sarif_file: results.sarif
0 commit comments