File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v3
41+ uses : actions/checkout@v4
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1515 - uses : actions/setup-go@v4
1616 with :
1717 go-version : ' 1.20'
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 - name : golangci-lint
2020 uses : golangci/golangci-lint-action@v3
2121 with :
Original file line number Diff line number Diff line change 2020 env :
2121 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2222 - name : Checkout
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2424 with :
2525 fetch-depth : 0
2626 - name : Set up QEMU
Original file line number Diff line number Diff line change 55 runs-on : ubuntu-latest
66 steps :
77 - name : Checkout code
8- uses : actions/checkout@v3
8+ uses : actions/checkout@v4
99 with :
1010 fetch-depth : 0
1111 - name : TruffleHog OSS
You can’t perform that action at this time.
0 commit comments