88 outputs :
99 tagpr-tag : ${{ steps.run-tagpr.outputs.tag }}
1010 steps :
11- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
11+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1212 - id : run-tagpr
13- uses : Songmu/tagpr@9bbb945b2fb025126186661e27d55485e3fc6df6 # v1.18.3
13+ uses : Songmu/tagpr@e84001bd5dac8defa0c75b3913937d284a3b3660 # v1.20.0
1414 env :
1515 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1616
@@ -20,27 +20,27 @@ jobs:
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2424 - name : Fetch all tags
2525 run : git fetch --force --tags
26- - uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0 .0
27- - uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1 .0
26+ - uses : docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2 .0
27+ - uses : docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4 .0
2828 with :
2929 registry : ghcr.io
3030 username : ${{ github.actor }}
3131 password : ${{ secrets.GITHUB_TOKEN }}
3232 - name : Set up Go
33- uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
33+ uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5 .0
3434 with :
3535 go-version : 1.26
3636 - name : Run GoReleaser
37- uses : goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
37+ uses : goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7.2.3
3838 with :
3939 version : ~> v2
4040 args : release --clean
4141 env :
4242 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
43- - uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1 .0
43+ - uses : docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3 .0
4444 with :
4545 context : .
4646 push : true
0 commit comments