File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 13
13
permissions :
14
14
contents : read
15
15
steps :
16
- - uses : actions/checkout@v4
17
-
16
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 https://github.com/actions/checkout/releases/tag/v4.2.2
17
+ - uses : webiny/action-conventional-commits@8bc41ff4e7d423d56fa4905f6ff79209a78776c7 # v1.3.0 https://github.com/webiny/action-conventional-commits/releases/tag/ v1.3.0
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
21
21
platform : [ubuntu-latest]
22
22
runs-on : ${{ matrix.platform }}
23
23
steps :
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 https://github.com/actions/checkout/releases/tag/v4.2.2
25
25
with :
26
26
submodules : true
27
- - uses : actions/setup-go@v5
27
+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 https://github.com/actions/setup-go/releases/tag/v5.5.0
28
28
with :
29
29
go-version : ${{ matrix.go-version }}
30
30
- name : go-test
Original file line number Diff line number Diff line change 15
15
name : lint
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v4
19
- - uses : actions/setup-go@v5
18
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 https://github.com/actions/checkout/releases/tag/v4.2.2
19
+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 https://github.com/actions/setup-go/releases/tag/v5.5.0
20
20
with :
21
21
go-version : 1.24.x
22
22
- name : golangci-lint
23
- uses : golangci/golangci-lint-action@v8
23
+ uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0 https://github.com/golangci/golangci-lint-action/releases/tag/v8.0.0
Original file line number Diff line number Diff line change 16
16
RELEASE_ID : ${{ steps.create-release.outputs.result }}
17
17
steps :
18
18
- run : " echo \" RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
19
- - uses : actions/github-script@v7
19
+ - uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 https://github.com/actions/github-script/releases/tag/v7.0.1
20
20
id : create-release
21
21
with :
22
22
github-token : ${{ secrets.GITHUB_TOKEN }}
39
39
40
40
# This updates the documentation on pkg.go.dev and the latest version available via the Go module proxy
41
41
- name : Pull new module version
42
- uses :
andrewslotin/[email protected]
42
+ uses : andrewslotin/go-proxy-pull-action@0ef95ea50ab6c03f2f095a5102bbdecad8fd7602 # v1.3.0 https://github.com/andrewslotin/go-proxy-pull-action/releases/tag/ v1.3.0
You can’t perform that action at this time.
0 commit comments