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 2828 with :
2929 go-version : ${{ steps.vars.outputs.go_version }}
3030 - 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
3232 with :
3333 version : v1.60.2
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@d53a906aa6b22b8979d33bc86170567e619495ec # tag=1.0.15
18+ - uses : gaurav-nelson/github-action-markdown-link-check@1b916f2cf6c36510a6059943104e3c42ce6c16bc # tag=1.0.16
1919 with :
2020 use-quiet-mode : ' yes'
2121 config-file : .markdownlinkcheck.json
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 curl -L "https://raw.githubusercontent.com/${{ github.repository }}/main/CHANGELOG/${{ env.RELEASE_TAG }}.md" \
106106 -o "${{ env.RELEASE_TAG }}.md"
107107 - name : Release
108- uses : softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # tag=v2.1.0
108+ uses : softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # tag=v2.2.1
109109 with :
110110 draft : true
111111 files : out/*
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@d53a906aa6b22b8979d33bc86170567e619495ec # tag=1.0.15
23+ - uses : gaurav-nelson/github-action-markdown-link-check@1b916f2cf6c36510a6059943104e3c42ce6c16bc # tag=1.0.16
2424 with :
2525 use-quiet-mode : ' yes'
2626 config-file : .markdownlinkcheck.json
You can’t perform that action at this time.
0 commit comments