File tree 3 files changed +13
-10
lines changed
3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 1
1
name : " Triage PRs"
2
+
2
3
on :
3
- - pull_request_target
4
+ pull_request_target :
4
5
5
6
jobs :
6
7
triage :
9
10
pull-requests : write
10
11
runs-on : ubuntu-latest
11
12
steps :
12
- - uses : actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9
13
+ - uses : actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
13
14
with :
14
15
configuration-path : .github/labeler.yaml
Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
ci :
13
- runs-on : ubuntu-24.04
13
+ runs-on : ubuntu-latest
14
14
15
15
steps :
16
- - name : Checkout code
17
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
16
+ - name : Checkout
17
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18
18
19
- - name : Set up Go
20
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
19
+ - name : Setup Go
20
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
21
+ with :
22
+ go-version-file : go.mod
21
23
22
24
- name : Run tests
23
25
run : go test ./...
24
26
25
27
- name : Run linters
26
- uses : golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837
28
+ uses : golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6
27
29
with :
28
30
version : latest
29
31
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
14
14
steps :
15
15
- name : Checkout
16
16
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17
- with :
18
- fetch-depth : 0
17
+
19
18
- name : Setup Go
20
19
uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
21
20
with :
22
21
go-version-file : go.mod
22
+
23
23
- name : Release
24
24
uses : goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6
25
25
with :
You can’t perform that action at this time.
0 commit comments