File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ jobs:
3939 runs-on : ubuntu-latest
4040 steps :
4141 - name : Check Out Repo (Commit)
42- uses : actions/checkout@v7
42+ uses : actions/checkout@v7.0.0
4343 if : ${{ github.event_name != 'pull_request_target' }}
4444 with :
4545 persist-credentials : false
4646
4747 - name : Check Out Repo (PR)
48- uses : actions/checkout@v7
48+ uses : actions/checkout@v7.0.0
4949 if : ${{ github.event_name == 'pull_request_target' }}
5050 with :
5151 ref : ${{ github.event.pull_request.head.sha }}
7070 echo "> MULTI_ARCH=${{ inputs.MULTI_ARCH || 'false' }}" >> $GITHUB_STEP_SUMMARY
7171
7272 - name : Set up QEMU
73- uses : docker/setup-qemu-action@v4
73+ uses : docker/setup-qemu-action@v4.2.0
7474
7575 - name : Build image
7676 run : |
Original file line number Diff line number Diff line change 66 permission_check :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v7
9+ - uses : actions/checkout@v7.0.0
1010 with :
1111 ref : ${{ github.event.pull_request.head.sha }}
1212 persist-credentials : false
You can’t perform that action at this time.
0 commit comments