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 4141
4242 steps :
4343 - name : Checkout repository
44- uses : actions/checkout@v4.1.7
44+ uses : actions/checkout@v4.2.2
4545
4646 # Initializes the CodeQL tools for scanning.
4747 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 99 contents : read # for actions/checkout to fetch code
1010 pull-requests : read # for golangci/golangci-lint-action to fetch pull requests
1111 steps :
12- - uses : actions/checkout@v4.1.7
12+ - uses : actions/checkout@v4.2.2
1313 - name : golangci-lint
1414 uses : golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8
1515 with :
Original file line number Diff line number Diff line change 55 name : test
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v4.1.7
8+ - uses : actions/checkout@v4.2.2
99 - name : Setup go
1010 uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
1111 with :
You can’t perform that action at this time.
0 commit comments