File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
with :
29
29
go-version : ${{ steps.vars.outputs.go_version }}
30
30
- name : golangci-lint
31
- uses : golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # tag=v6.1.1
31
+ uses : golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # tag=v6.2.0
32
32
with :
33
33
version : v1.60.2
34
34
args : --out-format=colored-line-number
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
18
- - uses : gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec # tag=1.0.15
18
+ - uses : gaurav-nelson/github-action-markdown-link-check@1b916f2cf6c36510a6059943104e3c42ce6c16bc # tag=1.0.16
19
19
with :
20
20
use-quiet-mode : ' yes'
21
21
config-file : .markdownlinkcheck.json
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
curl -L "https://raw.githubusercontent.com/${{ github.repository }}/main/CHANGELOG/${{ env.RELEASE_TAG }}.md" \
106
106
-o "${{ env.RELEASE_TAG }}.md"
107
107
- name : Release
108
- uses : softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # tag=v2.1.0
108
+ uses : softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # tag=v2.2.1
109
109
with :
110
110
draft : true
111
111
files : out/*
Original file line number Diff line number Diff line change 20
20
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
21
21
with :
22
22
ref : ${{ matrix.branch }}
23
- - uses : gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec # tag=1.0.15
23
+ - uses : gaurav-nelson/github-action-markdown-link-check@1b916f2cf6c36510a6059943104e3c42ce6c16bc # tag=1.0.16
24
24
with :
25
25
use-quiet-mode : ' yes'
26
26
config-file : .markdownlinkcheck.json
You can’t perform that action at this time.
0 commit comments