File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,19 +23,19 @@ jobs:
23
23
24
24
- name : Get Token
25
25
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
27
27
with :
28
28
application_id : ${{ secrets.SECLABS_APP_ID }}
29
29
application_private_key : ${{ secrets.SECLABS_APP_KEY }}
30
30
31
31
- name : " Patch Release Me"
32
- uses : 42ByteLabs/patch-release-me@v0 .4.1
32
+ uses : 42ByteLabs/patch-release-me@1e802ecb51cf4c5869cb77563df59b2fbe6f584c # 0 .4.1
33
33
with :
34
34
# Bump (patch)
35
35
mode : ${{ inputs.mode }}
36
36
37
37
- name : Create Pull Request
38
- uses : peter-evans/create-pull-request@v6
38
+ uses : peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
39
39
with :
40
40
token : ${{ steps.get_workflow_token.outputs.token }}
41
41
title : " Chore: Auto Update new Release"
You can’t perform that action at this time.
0 commit comments