Skip to content

Commit

Permalink
chore: fixes pinned dependencies #586
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Nov 11, 2024
1 parent cf93db9 commit 02615db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 #v4
with:
persist-credentials: false

Expand Down Expand Up @@ -68,6 +68,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard (optional).
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@v3@4f3212b61783c3c68e8309a0f18a699764811cda
uses: github/codeql-action/upload-sarif@4f3212b61783c3c68e8309a0f18a699764811cda
with:
sarif_file: results.sarif

0 comments on commit 02615db

Please sign in to comment.