Skip to content

Commit 92b39f2

Browse files
committed
feat(ci): Pin all non-GitHub actions
1 parent 4ed05e7 commit 92b39f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ jobs:
2323

2424
- name: Get Token
2525
id: get_workflow_token
26-
uses: peter-murray/workflow-application-token-action@v3
26+
uses: peter-murray/workflow-application-token-action@8e4e6fbf6fcc8a272781d97597969d21b3812974 # v4.0.0
2727
with:
2828
application_id: ${{ secrets.SECLABS_APP_ID }}
2929
application_private_key: ${{ secrets.SECLABS_APP_KEY }}
3030

3131
- name: "Patch Release Me"
32-
uses: 42ByteLabs/patch-release-me@v0.4.1
32+
uses: 42ByteLabs/patch-release-me@1e802ecb51cf4c5869cb77563df59b2fbe6f584c # 0.4.1
3333
with:
3434
# Bump (patch)
3535
mode: ${{ inputs.mode }}
3636

3737
- name: Create Pull Request
38-
uses: peter-evans/create-pull-request@v6
38+
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
3939
with:
4040
token: ${{ steps.get_workflow_token.outputs.token }}
4141
title: "Chore: Auto Update new Release"

0 commit comments

Comments
 (0)