File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 generate-badges :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414
1515 # setup go environment
1616 - name : Set up Go
2828 rm profile.cov
2929 echo "COVERAGE_VALUE=${total}" >> $GITHUB_ENV
3030
31- - uses : actions/checkout@v5
31+ - uses : actions/checkout@v6
3232 with :
3333 repository : sgaunet/gh-action-badge
3434 path : gh-action-badge
Original file line number Diff line number Diff line change 1010 linter :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - uses : actions/setup-go@v5
1515 with :
1616 go-version-file : ' go.mod'
Original file line number Diff line number Diff line change 1616 steps :
1717 -
1818 name : Checkout
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 with :
2121 fetch-depth : 0
2222 - name : Install Go
Original file line number Diff line number Diff line change 1212 steps :
1313 -
1414 name : Checkout
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v6
1616 with :
1717 fetch-depth : 0
1818 - name : Install Go
Original file line number Diff line number Diff line change 1919 name : Run govulncheck
2020 steps :
2121 - name : Check out code
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 with :
2424 persist-credentials : false
2525
You can’t perform that action at this time.
0 commit comments