File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11
11
name : test
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/setup-go@v4
14
+ - uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
15
15
with :
16
16
go-version : ' 1.21'
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
18
- run : make build
19
19
- run : make test
Original file line number Diff line number Diff line change 8
8
outputs :
9
9
tagpr-tag : ${{ steps.run-tagpr.outputs.tag }}
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
12
12
- id : run-tagpr
13
- uses : Songmu/tagpr@v1
13
+ uses : Songmu/tagpr@e89d37247ca73d3e5620bf074a53fbd5b39e66b0 # v1.5.1
14
14
env :
15
15
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
16
16
@@ -20,26 +20,26 @@ jobs:
20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
24
24
- name : Fetch all tags
25
25
run : git fetch --force --tags
26
- - uses : docker/login-action@v1
26
+ - uses : docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1.14.1
27
27
with :
28
28
registry : ghcr.io
29
29
username : ${{ github.actor }}
30
30
password : ${{ secrets.GITHUB_TOKEN }}
31
31
- name : Set up Go
32
- uses : actions/setup-go@v2
32
+ uses : actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2.2.0
33
33
with :
34
34
go-version : 1.21
35
35
- name : Run GoReleaser
36
- uses : goreleaser/goreleaser-action@v2
36
+ uses : goreleaser/goreleaser-action@b953231f81b8dfd023c58e0854a721e35037f28b # v2.9.1
37
37
with :
38
38
version : latest
39
39
args : release --clean
40
40
env :
41
41
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
42
- - uses : docker/build-push-action@v3
42
+ - uses : docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6 # v3.3.1
43
43
with :
44
44
context : .
45
45
push : true
You can’t perform that action at this time.
0 commit comments