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 3232 repositories : ' ${{ env.FLUX_REPO }}'
3333
3434 - name : Checkout Flux repo
35- uses : actions/checkout@v5
35+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3636 with :
3737 repository : ' ${{ env.FLUX_OWNER }}/${{ env.FLUX_REPO }}'
3838 token : ' ${{ steps.app-token.outputs.token }}'
@@ -120,7 +120,7 @@ jobs:
120120 repositories : ' ${{ env.FLUX_REPO }}'
121121
122122 - name : Checkout Flux repo
123- uses : actions/checkout@v5
123+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
124124 with :
125125 repository : ' ${{ env.FLUX_OWNER }}/${{ env.FLUX_REPO }}'
126126 token : ' ${{ steps.app-token.outputs.token }}'
Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : Checkout
35- uses : actions/checkout@v5
35+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3636 with :
3737 ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
3838
Original file line number Diff line number Diff line change 1212 release :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1616
1717 - name : Create GitHub App token
1818 uses : actions/create-github-app-token@v2
Original file line number Diff line number Diff line change 2727 egress-policy : audit
2828
2929 - name : Checkout
30- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
30+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3131 with :
3232 persist-credentials : false
3333
You can’t perform that action at this time.
0 commit comments