File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-24.04
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717
1818 - name : Install Go
1919 uses : trim21/actions/setup-go@master
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-24.04
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1616
1717 - name : Install Go
1818 uses : trim21/actions/setup-go@master
@@ -24,21 +24,21 @@ jobs:
2424
2525 - name : Docker meta
2626 id : meta
27- uses : docker/metadata-action@v5
27+ uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5
2828 with :
2929 images : " ghcr.io/bangumi/clear-old-cache"
3030 tags : |
3131 type=ref,event=branch
3232 type=ref,event=branch,suffix=-{{ sha }}
3333
34- - uses : docker/login-action@v3
34+ - uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
3535 with :
3636 registry : ghcr.io
3737 username : ${{ github.actor }}
3838 password : ${{ github.token }}
3939
4040 - name : Build and push
41- uses : docker/build-push-action@v6
41+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
4242 with :
4343 context : .
4444 push : true
Original file line number Diff line number Diff line change 2525 vulnerability-scan :
2626 runs-on : ubuntu-24.04
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2929
3030 - uses : trim21/actions/setup-go@master
3131 with :
You can’t perform that action at this time.
0 commit comments