Skip to content

Commit b1226c6

Browse files
erwan-jolyclaude
andauthored
chore: pin third-party actions to commit SHAs (#137)
Tags are mutable, so a moved tag silently changes what runs in CI. The version each SHA came from is kept as a trailing comment. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent cb32104 commit b1226c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: Upload Release Asset
6666
if: steps.check-tag.outputs.match == 'true'
67-
uses: softprops/action-gh-release@v3
67+
uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3
6868
with:
6969
files: ${{ steps.build_artifact.outputs.ARTIFACT_PATH }}
7070
env:

0 commit comments

Comments
 (0)