File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121 name : Test
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
24+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2525 - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
2626 with :
2727 go-version : " 1.21"
3131 name : Golangci-lint
3232 runs-on : ubuntu-latest
3333 steps :
34- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
34+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
3535 - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
3636 with :
3737 go-version : " 1.21"
Original file line number Diff line number Diff line change 4444 digest : ${{ steps.setoutput.outputs.digest }}
4545 steps :
4646 - name : Checkout code
47- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
47+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
4848 - name : Set up QEMU
4949 uses : docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
5050 - name : Set up Docker Buildx
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : " Checkout repository"
25- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
25+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2626 - name : " Dependency Review"
2727 uses : actions/dependency-review-action@5bbc3ba658137598168acb2ab73b21c432dd411b # v4.2.5
2828 # Commonly enabled options, see https://github.com/actions/dependency-review-action#configuration-options for all available options.
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
26+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2727 with :
2828 fetch-depth : 0
2929
Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : " Checkout code"
35- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
35+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
3636 with :
3737 persist-credentials : false
3838
You can’t perform that action at this time.
0 commit comments