Skip to content

Commit bbb4016

Browse files
hyperpolymathclaude
andcommitted
security: pin all GitHub Actions to SHA hashes
Pin codeql-action/init, autobuild, analyze, and upload-sarif to SHA 6624720a57d4c312633c7b953db2f2da5bcb4c3a (v3) per OpenSSF Scorecard Pinned-Dependencies check. Auto-fixed by: gitbot-fleet/fix-unpinned-actions.sh Recipe: recipe-scorecard-pinned-dependencies Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8e4c857 commit bbb4016

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2828

2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@v3
30+
uses: github/codeql-action/init@6624720a57d4c312633c7b953db2f2da5bcb4c3a # v3
3131
with:
3232
languages: ${{ matrix.language }}
3333

3434
- name: Autobuild
35-
uses: github/codeql-action/autobuild@v3
35+
uses: github/codeql-action/autobuild@6624720a57d4c312633c7b953db2f2da5bcb4c3a # v3
3636

3737
- name: Perform CodeQL Analysis
38-
uses: github/codeql-action/analyze@v3
38+
uses: github/codeql-action/analyze@6624720a57d4c312633c7b953db2f2da5bcb4c3a # v3
3939
with:
4040
category: "/language:${{matrix.language}}"

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
publish_results: true
3232

3333
- name: Upload to code-scanning
34-
uses: github/codeql-action/upload-sarif@v3
34+
uses: github/codeql-action/upload-sarif@6624720a57d4c312633c7b953db2f2da5bcb4c3a # v3
3535
with:
3636
sarif_file: results.sarif

0 commit comments

Comments
 (0)