File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 32
32
repositories : ' ${{ env.FLUX_REPO }}'
33
33
34
34
- name : Checkout Flux repo
35
- uses : actions/checkout@v5
35
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
36
36
with :
37
37
repository : ' ${{ env.FLUX_OWNER }}/${{ env.FLUX_REPO }}'
38
38
token : ' ${{ steps.app-token.outputs.token }}'
@@ -120,7 +120,7 @@ jobs:
120
120
repositories : ' ${{ env.FLUX_REPO }}'
121
121
122
122
- name : Checkout Flux repo
123
- uses : actions/checkout@v5
123
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
124
124
with :
125
125
repository : ' ${{ env.FLUX_OWNER }}/${{ env.FLUX_REPO }}'
126
126
token : ' ${{ steps.app-token.outputs.token }}'
Original file line number Diff line number Diff line change 32
32
33
33
steps :
34
34
- name : Checkout
35
- uses : actions/checkout@v5
35
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
36
36
with :
37
37
ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
38
38
Original file line number Diff line number Diff line change 12
12
release :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v5
15
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16
16
17
17
- name : Create GitHub App token
18
18
uses : actions/create-github-app-token@v2
Original file line number Diff line number Diff line change 27
27
egress-policy : audit
28
28
29
29
- name : Checkout
30
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
30
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
31
31
with :
32
32
persist-credentials : false
33
33
You can’t perform that action at this time.
0 commit comments