ci: SHA-pin step-level action refs in codeql.yml [TECHOPS-555]#290
Conversation
Pin checkout, setup-java, github/codeql-action (init/analyze/autobuild) and upload-artifact to full commit SHAs (latest patch within existing major). The rsdmike/github-security-report-action ref is intentionally left as-is: it is removed by the TECHOPS-553 PR. Part of TECHOPS-81. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Claude finished @sayaliM0412's task in 26s —— View job Code ReviewTodo
Analysis✅ LGTM - This PR correctly SHA-pins 5 GitHub Actions to full commit hashes with inline version comments:
Note: The PR description mentions |
jandroav
left a comment
There was a problem hiding this comment.
Verified every SHA pin in this PR resolves to the tagged release it claims — checked each tag→commit against the upstream action repo, all match. No floating step-level refs remain, job-level reusable-workflow @main refs untouched, CI green.
Non-blocking follow-up: this repo has no .github/dependabot.yml with a github-actions ecosystem, so these pins won't auto-update and will drift over time — worth adding separately (org-wide) so the pinning effort keeps paying off.
Approving.
What
SHA-pins the step-level
uses:incodeql.ymlto full commit SHAs (latest patch within the existing major).Part of TECHOPS-555 (under TECHOPS-81).
Pinned
f43a0e517f84c303e436803e436803e4368ea165f8Notes
rsdmike/github-security-report-actionis left as-is here: it is removed by the TECHOPS-553 PR for this repo.actionlint: no new findings.🤖 Generated with Claude Code