File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v6
41+ uses : actions/checkout@v7
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@v6
16+ uses : actions/checkout@v7
1717 with :
1818 fetch-depth : 0
1919
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@v6
23+ uses : actions/checkout@v7
2424 with :
2525 fetch-depth : 0
2626
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v6
16+ uses : actions/checkout@v7
1717 with :
1818 fetch-depth : 0
1919
Original file line number Diff line number Diff line change 1414 go-version : " stable"
1515 check-latest : true
1616 - name : Checkout repository
17- uses : actions/checkout@v6
17+ uses : actions/checkout@v7
1818
1919 - name : Setup golangci-lint
2020 uses : golangci/golangci-lint-action@v9
3636 image : golang:${{ matrix.go-version }}-alpine
3737 steps :
3838 - name : Checkout repository
39- uses : actions/checkout@v6
39+ uses : actions/checkout@v7
4040
4141 - name : add git make command
4242 run : |
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout repository
25- uses : actions/checkout@v6
25+ uses : actions/checkout@v7
2626
2727 - name : Run Trivy vulnerability scanner (repo)
2828 uses : aquasecurity/trivy-action@v0.36.0
4444 runs-on : ubuntu-latest
4545 steps :
4646 - name : Checkout repository
47- uses : actions/checkout@v6
47+ uses : actions/checkout@v7
4848
4949 - name : Setup go
5050 uses : actions/setup-go@v6
You can’t perform that action at this time.
0 commit comments