File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3737
3838 steps :
3939 - name : Checkout repository
40- uses : actions/checkout@v2
40+ uses : actions/checkout@v3
4141
4242 # Initializes the CodeQL tools for scanning.
4343 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1717 with :
1818 go-version : ' ^1'
1919 - name : Checkout repository
20- uses : actions/checkout@v2
20+ uses : actions/checkout@v3
2121 - name : Setup golangci-lint
2222 uses : golangci/golangci-lint-action@v2
2323 with :
4343 go-version : ${{ matrix.go }}
4444
4545 - name : Checkout Code
46- uses : actions/checkout@v2
46+ uses : actions/checkout@v3
4747 with :
4848 ref : ${{ github.ref }}
4949
Original file line number Diff line number Diff line change 1414 steps :
1515 -
1616 name : Checkout
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v3
1818 with :
1919 fetch-depth : 0
2020 -
You can’t perform that action at this time.
0 commit comments