This repository was archived by the owner on Dec 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2828 password : ${{ secrets.github_token }}
2929 steps :
3030 - name : Checkout repository
31- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
31+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
3232 with :
3333 ref : ${{ github.event.pull_request.head.sha }}
3434
Original file line number Diff line number Diff line change 1616 github_token : ${{ secrets.GITHUB_TOKEN }}
1717
1818 - name : Checkout repository
19- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
19+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2020 with :
2121 ref : ${{ github.event.pull_request.head.sha }}
2222
Original file line number Diff line number Diff line change 99 timeout-minutes : 10
1010 steps :
1111 - name : Checkout repository
12- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
12+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
1313 - name : Fixup git permissions
1414 # https://github.com/actions/checkout/issues/766
1515 shell : bash
Original file line number Diff line number Diff line change 1515 password : ${{ secrets.github_token }}
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
18+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
1919 - name : Fixup git permissions
2020 # https://github.com/actions/checkout/issues/766
2121 shell : bash
Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
33+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
3434
3535 # qemu is not required as of now because we don't build images for arm64
3636 # use docker/setup-qemu-action@v3 if you want to have arm64 images.
Original file line number Diff line number Diff line change 3030 timeout-minutes : 10
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
33+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
3434 - name : Coverage result name
3535 id : name
3636 run : |
You can’t perform that action at this time.
0 commit comments