File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
1313 name : Lint
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1717
18- - uses : actions/setup-go@v5
18+ - uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
1919 with :
2020 go-version-file : go.mod
2121 cache-dependency-path : go.sum
2222
2323 - name : Run golangci-lint
24- uses : golangci/golangci-lint-action@v7
24+ uses : golangci/golangci-lint-action@9fae48acfc02a90574d7c304a1758ef9895495fa # v7
2525 with :
2626 version : v2.10.1
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
1515 name : Bump version and tag
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1919 with :
2020 fetch-depth : " 0"
2121
2222 - name : Bump version and push tag
23- uses : anothrNick/github-tag-action@v1
23+ uses : anothrNick/github-tag-action@4ed44965e0db8dab2b466a16da04aec3cc312fd8 # v1
2424 env :
2525 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2626 DEFAULT_BUMP : patch
Original file line number Diff line number Diff line change 1313 name : Test
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1717
18- - uses : actions/setup-go@v5
18+ - uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
1919 with :
2020 go-version-file : go.mod
2121 cache-dependency-path : go.sum
You can’t perform that action at this time.
0 commit comments