File tree 5 files changed +11
-11
lines changed
5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11
11
12
12
steps :
13
13
- name : Check minimum labels
14
- uses : mheap/github-action-required-labels@v5
14
+ uses : mheap/github-action-required-labels@4e9ef4ce8c697cf55716ecbf7f13a3d9e0b6ac6a # v5.1.0
15
15
with :
16
16
mode : minimum
17
17
count : 1
Original file line number Diff line number Diff line change 24
24
uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
25
25
26
26
- name : Set up Go
27
- uses : actions/setup-go@v4
27
+ uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
28
28
with :
29
29
go-version : ' 1.20'
30
30
51
51
uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
52
52
53
53
- name : Set up Go
54
- uses : actions/setup-go@v4
54
+ uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
55
55
with :
56
56
go-version : ${{ matrix.go }}
57
57
@@ -72,12 +72,12 @@ jobs:
72
72
uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
73
73
74
74
- name : Set up Go
75
- uses : actions/setup-go@v4
75
+ uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
76
76
with :
77
77
go-version : ' 1.20'
78
78
79
79
- name : Lint
80
- uses : golangci/golangci-lint-action@v3
80
+ uses : golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # v3.6.0
81
81
with :
82
82
version : v1.53.3
83
83
Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ jobs:
39
39
40
40
steps :
41
41
- name : Checkout repository
42
- uses : actions/checkout@v3
42
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
43
43
44
44
# Initializes the CodeQL tools for scanning.
45
45
- name : Initialize CodeQL
46
- uses : github/codeql-action/init@v2
46
+ uses : github/codeql-action/init@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 # v2.21.2
47
47
with :
48
48
languages : ${{ matrix.language }}
49
49
# If you wish to specify custom queries, you can do so here or in a config file.
54
54
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
55
55
# If this step fails, then you should remove it and run the build manually (see below)
56
56
- name : Autobuild
57
- uses : github/codeql-action/autobuild@v2
57
+ uses : github/codeql-action/autobuild@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 # v2.21.2
58
58
59
59
# ℹ️ Command-line programs to run using the OS shell.
60
60
# 📚 https://git.io/JvXDl
68
68
# make release
69
69
70
70
- name : Perform CodeQL Analysis
71
- uses : github/codeql-action/analyze@v2
71
+ uses : github/codeql-action/analyze@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 # v2.21.2
72
72
Original file line number Diff line number Diff line change 6
6
comment :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/github-script@v6
9
+ - uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
10
10
with :
11
11
github-token : ${{secrets.GITHUB_TOKEN}}
12
12
script : |
Original file line number Diff line number Diff line change 6
6
comment :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/github-script@v6
9
+ - uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
10
10
with :
11
11
github-token : ${{secrets.GITHUB_TOKEN}}
12
12
script : |
You can’t perform that action at this time.
0 commit comments