File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
2424 id : vars
2525 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2626 - name : Set up Go
27- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v5.3 .0
27+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4 .0
2828 with :
2929 go-version : ${{ steps.vars.outputs.go_version }}
30- - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # tag=v4.2.2
30+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # tag=v4.2.3
3131 name : Restore go cache
3232 with :
3333 path : |
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
2424 id : vars
2525 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2626 - name : Set up Go
27- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v5.3 .0
27+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4 .0
2828 with :
2929 go-version : ${{ steps.vars.outputs.go_version }}
3030 - name : golangci-lint
31- uses : golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # tag=v6.5.1
31+ uses : golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # tag=v6.5.2
3232 with :
3333 version : v1.63.4
3434 args : --out-format=colored-line-number
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
18- - uses : gaurav-nelson/github-action-markdown-link-check@1b916f2cf6c36510a6059943104e3c42ce6c16bc # tag=1.0.16
18+ - uses : gaurav-nelson/github-action-markdown-link-check@3c3b66f1f7d0900e37b71eca45b63ea9eedfce31 # tag=1.0.17
1919 with :
2020 use-quiet-mode : ' yes'
2121 config-file : .markdownlinkcheck.json
Original file line number Diff line number Diff line change 2222 fetch-depth : 0
2323 - name : Get changed files
2424 id : changed-files
25- uses : tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # tag=v46.0.1
25+ uses : tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # tag=v46.0.5
2626 - name : Get release version
2727 id : release-version
2828 run : |
9595 - name : Calculate go version
9696 run : echo "go_version=$(make go-version)" >> $GITHUB_ENV
9797 - name : Set up Go
98- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v5.3 .0
98+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4 .0
9999 with :
100100 go-version : ${{ env.go_version }}
101101 - name : generate release artifacts
Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
2121 with :
2222 ref : ${{ matrix.branch }}
23- - uses : gaurav-nelson/github-action-markdown-link-check@1b916f2cf6c36510a6059943104e3c42ce6c16bc # tag=1.0.16
23+ - uses : gaurav-nelson/github-action-markdown-link-check@3c3b66f1f7d0900e37b71eca45b63ea9eedfce31 # tag=1.0.17
2424 with :
2525 use-quiet-mode : ' yes'
2626 config-file : .markdownlinkcheck.json
Original file line number Diff line number Diff line change 2525 id : vars
2626 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2727 - name : Set up Go
28- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v5.3 .0
28+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4 .0
2929 with :
3030 go-version : ${{ steps.vars.outputs.go_version }}
3131 - name : Run verify security target
Original file line number Diff line number Diff line change 3232 - name : Calculate go version
3333 run : echo "go_version=$(make go-version)" >> $GITHUB_ENV
3434 - name : Set up Go
35- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v5.3 .0
35+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4 .0
3636 with :
3737 go-version : ${{ env.go_version }}
3838 - name : Test release
You can’t perform that action at this time.
0 commit comments