Skip to content

Commit 9c84caa

Browse files
committed
Pin 3rd party GitHub actions to pretect against supply chain attacks
1 parent 22ebb5c commit 9c84caa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Prepare workspace snippet
2424
run: .github/workflows/install_snippet.sh > release_notes.txt
2525
- name: Create GitHub draft release and upload artifacts
26-
uses: softprops/action-gh-release@v2
26+
uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2
2727
with:
2828
# Use GH feature to populate the changelog automatically
2929
generate_release_notes: true

0 commit comments

Comments
 (0)