File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 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@v4.1.7
44
+ uses : actions/checkout@v4.2.2
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@v4.1.7
12
+ - uses : actions/checkout@v4.2.2
13
13
- name : golangci-lint
14
14
uses : golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8
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@v4.1.7
8
+ - uses : actions/checkout@v4.2.2
9
9
- name : Setup go
10
10
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
11
11
with :
You can’t perform that action at this time.
0 commit comments