File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
42
42
steps :
43
43
- name : Checkout repository
44
- uses : actions/checkout@v3
44
+ uses : actions/checkout@v3.6.0
45
45
46
46
# Initializes the CodeQL tools for scanning.
47
47
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 9
9
contents : read # for actions/checkout to fetch code
10
10
pull-requests : read # for golangci/golangci-lint-action to fetch pull requests
11
11
steps :
12
- - uses : actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e
12
+ - uses : actions/checkout@v3.6.0
13
13
- name : golangci-lint
14
14
uses : golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5
15
15
with :
Original file line number Diff line number Diff line change 5
5
name : test
6
6
runs-on : ubuntu-latest
7
7
steps :
8
- - uses : actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089
8
+ - uses : actions/checkout@v3.6.0
9
9
- name : Setup go
10
10
uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
11
11
with :
You can’t perform that action at this time.
0 commit comments