Skip to content

Commit 0f746c2

Browse files
johanwulfclaude
andcommitted
fix: pin dependency actions to commit SHAs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d2ea4bf commit 0f746c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ runs:
5858
using: 'composite'
5959
steps:
6060
- name: Find existing comment
61-
uses: peter-evans/find-comment@v3
61+
uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3
6262
id: find-comment
6363
with:
6464
token: ${{ inputs.token }}
@@ -83,7 +83,7 @@ runs:
8383
echo "Deleted comment ${{ steps.find-comment.outputs.comment-id }}"
8484
8585
- name: Create new comment
86-
uses: peter-evans/create-or-update-comment@v4
86+
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
8787
id: create-comment
8888
with:
8989
token: ${{ inputs.token }}

0 commit comments

Comments
 (0)