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 1010 with :
1111 go-version : ' ^1'
1212 - name : Checkout repository
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v3
1414 - name : Setup golangci-lint
1515 uses : golangci/golangci-lint-action@v2
1616 with :
4747 go-version : ${{ matrix.go }}
4848
4949 - name : Checkout Code
50- uses : actions/checkout@v2
50+ uses : actions/checkout@v3
5151 with :
5252 ref : ${{ github.ref }}
5353
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