File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 goarch : arm64
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v6
28+ - uses : actions/checkout@v7
2929 with :
3030 fetch-depth : 0
3131
Original file line number Diff line number Diff line change 1010 lint :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v6
13+ - uses : actions/checkout@v7
1414
1515 - uses : actions/setup-go@v6
1616 with :
Original file line number Diff line number Diff line change 1212 release :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v6
15+ - uses : actions/checkout@v7
1616 with :
1717 fetch-depth : 0
1818
Original file line number Diff line number Diff line change 1010 golangci-lint :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v6
13+ - uses : actions/checkout@v7
1414
1515 - uses : actions/setup-go@v6
1616 with :
Original file line number Diff line number Diff line change 1212 vulncheck :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v6
15+ - uses : actions/checkout@v7
1616
1717 - uses : actions/setup-go@v6
1818 with :
Original file line number Diff line number Diff line change 1414 # Requires SNYK_TOKEN to be added as a repository secret:
1515 # Settings → Secrets and variables → Actions → New repository secret
1616 steps :
17- - uses : actions/checkout@v6
17+ - uses : actions/checkout@v7
1818
1919 - uses : actions/setup-go@v6
2020 with :
Original file line number Diff line number Diff line change 1212 env :
1313 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
1414 steps :
15- - uses : actions/checkout@v6
15+ - uses : actions/checkout@v7
1616 with :
1717 fetch-depth : 0 # required for SonarCloud blame/history analysis
1818
Original file line number Diff line number Diff line change 1515 env :
1616 GOTOOLCHAIN : local
1717 steps :
18- - uses : actions/checkout@v6
18+ - uses : actions/checkout@v7
1919
2020 - uses : actions/setup-go@v6
2121 with :
You can’t perform that action at this time.
0 commit comments