@@ -10,10 +10,10 @@ jobs:
1010 name : Test
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v6
13+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1414
1515 - name : Set up Go
16- uses : actions/setup-go@v6
16+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
1717 with :
1818 go-version : ' 1.26.2'
1919 cache-dependency-path : go.sum
4747 } >> "$GITHUB_STEP_SUMMARY"
4848
4949 - name : Upload coverage to artifacts
50- uses : actions/upload-artifact@v7
50+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5151 with :
5252 name : coverage-report
5353 path : coverage.out
@@ -56,10 +56,10 @@ jobs:
5656 name : Vet
5757 runs-on : ubuntu-latest
5858 steps :
59- - uses : actions/checkout@v6
59+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6060
6161 - name : Set up Go
62- uses : actions/setup-go@v6
62+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
6363 with :
6464 go-version : ' 1.26.2'
6565 cache-dependency-path : go.sum
@@ -71,16 +71,16 @@ jobs:
7171 name : Lint
7272 runs-on : ubuntu-latest
7373 steps :
74- - uses : actions/checkout@v6
74+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7575
7676 - name : Set up Go
77- uses : actions/setup-go@v6
77+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
7878 with :
7979 go-version : ' 1.26.2'
8080 cache-dependency-path : go.sum
8181
8282 - name : Install golangci-lint
83- uses : golangci/golangci-lint-action@v9
83+ uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
8484 with :
8585 version : v2.12.2
8686
@@ -91,10 +91,10 @@ jobs:
9191 name : Go Mod Check
9292 runs-on : ubuntu-latest
9393 steps :
94- - uses : actions/checkout@v6
94+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9595
9696 - name : Set up Go
97- uses : actions/setup-go@v6
97+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
9898 with :
9999 go-version : ' 1.26.2'
100100 cache-dependency-path : go.sum
@@ -113,7 +113,7 @@ jobs:
113113 name : Build Binary
114114 runs-on : ubuntu-latest
115115 steps :
116- - uses : actions/checkout@v6
116+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
117117
118118 - name : Build binary target
119119 run : |
0 commit comments