@@ -17,22 +17,22 @@ jobs:
1717 runs-on : [self-hosted, arm64]
1818 steps :
1919 - name : Harden Runner
20- uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
20+ uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
2121 with :
2222 egress-policy : audit
2323
2424 - name : Checkout
25- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
25+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2626 with :
2727 fetch-depth : 0
2828 - run : git fetch --force --tags
2929 - name : Set up Go
30- uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
30+ uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5 .0
3131 with :
3232 go-version : ' >=1.23.0'
3333 cache : false
3434 - name : Build release
35- uses : goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
35+ uses : goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7.2.3
3636 with :
3737 distribution : goreleaser
3838 version : latest
@@ -43,17 +43,17 @@ jobs:
4343 runs-on : [self-hosted, arm64]
4444 steps :
4545 - name : Harden Runner
46- uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
46+ uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
4747 with :
4848 egress-policy : audit
4949
5050 - name : Checkout
51- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
51+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
5252 with :
5353 fetch-depth : 0
5454 - run : git fetch --force --tags
5555 - name : Set up Docker Buildx
56- uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0 .0
56+ uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1 .0
5757 - name : Build and push Docker image
5858 run : docker buildx build --platform=linux/amd64,linux/arm64,linux/arm/v7 . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}" --build-arg NO_SNAPSHOT=true
5959 - name : Log in to registry
0 commit comments