Pin actions to commit SHAs in shared-build-and-test and vulnerability_scan#212
Merged
BehnamMozafari merged 1 commit intomainfrom Apr 14, 2026
Merged
Conversation
…nd vulnerability_scan Fixes SHA pinning requirement for repos like UnifiedID2/uid2-okta-configuration that enforce all actions must be pinned to a full-length commit SHA. Actions pinned: - actions/checkout@v4 -> 34e114876b0b11c390a56381ad16ebd13914f8d5 - actions/setup-java@v4 -> c1e323688fd81a25caa38c78aa6df2d33d3e20d9 - actions/upload-artifact@v4 -> ea165f8d65b6e75b540449e92b4886f43607fa02 - actions/cache@v4 -> 0057852bfaa89a56745cba8c7296529d2fc39830 - oras-project/setup-oras@v1 -> 22ce207df3b08e061f537244349aac6ae1d214f6 - github/codeql-action/upload-sarif@v3 -> 5c8a8a642e79153f5d047b10ec1cba1d1cc65699 - IABTechLab/uid2-shared-actions/actions/vulnerability_scan@v3 -> aa84a60 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
jon8787
approved these changes
Apr 14, 2026
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
shared-build-and-test.yamland its transitive dependencyactions/vulnerability_scan/action.yamlto full-length commit SHAsThe actions actions/checkout@v4, actions/setup-java@v4, actions/upload-artifact@v4, and iabtechlab/uid2-shared-actions/actions/vulnerability_scan@v3 are not allowed in UnifiedID2/uid2-okta-configuration because all actions must be pinned to a full-length commit SHA# v4) preserved next to each SHA for maintainabilityActions pinned
actions/checkout34e11487actions/setup-javac1e32368actions/upload-artifactea165f8dactions/cache0057852bactions/cache/save0057852boras-project/setup-oras22ce207dgithub/codeql-action/upload-sarif5c8a8a64IABTechLab/uid2-shared-actions/vulnerability_scanaa84a60fTest plan
🤖 Generated with Claude Code