File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Harden Runner
19- uses : step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
19+ uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19 .0
2020 with :
2121 egress-policy : audit
2222 - name : checkout code in current PR branch
3434 - name : Run Go Tests
3535 run : go test ./... -cover -race
3636 - name : Build binary
37- uses : goreleaser/goreleaser-action@e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c # v7.1.0
37+ uses : goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
3838 with :
3939 distribution : goreleaser
4040 version : ' ~> v2'
@@ -70,15 +70,15 @@ jobs:
7070 if : ${{ !github.event.pull_request.head.repo.fork }}
7171 steps :
7272 - name : Harden Runner
73- uses : step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
73+ uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19 .0
7474 with :
7575 egress-policy : audit
7676 - name : checkout code in current PR branch
7777 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7878 with :
7979 fetch-depth : 0
8080 - name : Set up Docker
81- uses : docker/setup-docker-action@1a6edb0ba9ac496f6850236981f15d8f9a82254d # v5.0 .0
81+ uses : docker/setup-docker-action@b2189fbf2a6592b51fee7cdd93ee2bfaeba733db # v5.1 .0
8282 with :
8383 daemon-config : |
8484 {
Original file line number Diff line number Diff line change 2626 - name : Install Cosign
2727 uses : sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
2828 - name : Run GoReleaser
29- uses : goreleaser/goreleaser-action@e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c # v7.1.0
29+ uses : goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
3030 with :
3131 distribution : goreleaser
3232 version : ' ~> v2'
You can’t perform that action at this time.
0 commit comments