File tree 7 files changed +15
-33
lines changed
7 files changed +15
-33
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ jobs:
25
25
26
26
steps :
27
27
- name : Checkout repository
28
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
28
+ uses : actions/checkout@v4
29
29
30
30
# Initializes the CodeQL tools for scanning.
31
31
- name : Initialize CodeQL
32
- uses : github/codeql-action/init@a82bad71823183e5b120ab52d521460ecb0585fe # v2.24.9
32
+ uses : github/codeql-action/init@v2
33
33
with :
34
34
languages : go
35
35
36
36
- name : Perform CodeQL Analysis
37
- uses : github/codeql-action/analyze@a82bad71823183e5b120ab52d521460ecb0585fe # v2.24.9
37
+ uses : github/codeql-action/analyze@v2
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Install checkout
12
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
12
+ uses : actions/checkout@v4
13
13
14
14
- name : Install checkout
15
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
15
+ uses : actions/setup-go@v5
16
16
with :
17
17
go-version : " stable"
18
18
19
19
- name : Run coverage
20
20
run : go test -coverprofile=coverage.out -coverpkg=./... ./...
21
21
22
22
- name : Upload coverage to Codecov
23
- uses : codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6
23
+ uses : codecov/codecov-action@v3
Original file line number Diff line number Diff line change 15
15
issues : write
16
16
pull-requests : write
17
17
steps :
18
- - uses : dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # v5.0.1
18
+ - uses : dessant/lock-threads@v5
19
19
with :
20
20
github-token : ${{ github.token }}
21
21
issue-inactive-days : 180
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
25
25
26
26
steps :
27
27
- name : Checkout code
28
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
28
+ uses : actions/checkout@v4
29
29
30
30
- name : Set up Go
31
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
31
+ uses : actions/setup-go@v5
32
32
33
33
- name : Download dependencies
34
34
run : |
57
57
echo "name=${PACKAGE_NAME}" >> $GITHUB_OUTPUT
58
58
59
59
- name : Upload asset
60
- uses : actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5 # v1.0.2
60
+ uses : actions/upload-release-asset@v1
61
61
env :
62
62
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
63
63
with :
Original file line number Diff line number Diff line change 16
16
pull-requests : write
17
17
18
18
steps :
19
- - uses : actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 # v8.0.0
19
+ - uses : actions/stale@v8
20
20
with :
21
21
repo-token : ${{ secrets.GITHUB_TOKEN }}
22
22
days-before-stale : 6
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ jobs:
22
22
steps :
23
23
# Setup the environment.
24
24
- name : Setup Go
25
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
25
+ uses : actions/setup-go@v5
26
26
with :
27
27
go-version : ' 1.22'
28
28
- name : Checkout repo
29
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
29
+ uses : actions/checkout@v4
30
30
31
31
# Run the vet-proto checks.
32
32
- name : vet-proto
@@ -83,12 +83,12 @@ jobs:
83
83
run : echo "${{ matrix.grpcenv }}" >> $GITHUB_ENV
84
84
85
85
- name : Setup Go
86
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
86
+ uses : actions/setup-go@v5
87
87
with :
88
88
go-version : ${{ matrix.goversion }}
89
89
90
90
- name : Checkout repo
91
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
91
+ uses : actions/checkout@v4
92
92
93
93
# Only run vet for 'vet' runs.
94
94
- name : Run vet.sh
You can’t perform that action at this time.
0 commit comments