File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed
Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : Checkout repository
36- uses : actions/checkout@v5
36+ uses : actions/checkout@v6
3737
3838 # Retrieve build locations with `go env`
3939 # <https://markphelps.me/posts/speed-up-your-go-builds-with-actions-cache/>
4242 echo "go-build=$(go env GOCACHE)" >> $GITHUB_OUTPUT
4343 echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
4444
45- - uses : actions/cache@v4
45+ - uses : actions/cache@v5
4646 with :
4747 path : |
4848 ${{ steps.go-cache-paths.outputs.go-build }}
Original file line number Diff line number Diff line change 2828 steps :
2929
3030 - name : Check out code into the Go module directory
31- uses : actions/checkout@v5
31+ uses : actions/checkout@v6
3232 with :
3333 fetch-depth : 0
3434
5151 echo "go-build=$(go env GOCACHE)" >> $GITHUB_OUTPUT
5252 echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
5353
54- - uses : actions/cache@v4
54+ - uses : actions/cache@v5
5555 with :
5656 path : |
5757 ${{ steps.go-cache-paths.outputs.go-build }}
Original file line number Diff line number Diff line change 2121 id : go
2222
2323 - name : Check out code into the Go module directory
24- uses : actions/checkout@v5
24+ uses : actions/checkout@v6
2525 with :
2626 fetch-depth : 0
2727
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : " Checkout code"
26- uses : actions/checkout@v5
26+ uses : actions/checkout@v6
2727 with :
2828 persist-credentials : false
2929
4343
4444 # Upload the results as artifacts (optional).
4545 - name : " Upload artifact"
46- uses : actions/upload-artifact@v5
46+ uses : actions/upload-artifact@v6
4747 with :
4848 name : SARIF file
4949 path : results.sarif
Original file line number Diff line number Diff line change 1616 steps :
1717
1818 - name : Check out code into the Go module directory
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 with :
2121 fetch-depth : 0
2222
3333 echo "go-build=$(go env GOCACHE)" >> $GITHUB_OUTPUT
3434 echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
3535
36- - uses : actions/cache@v4
36+ - uses : actions/cache@v5
3737 with :
3838 path : |
3939 ${{ steps.go-cache-paths.outputs.go-build }}
Original file line number Diff line number Diff line change 2121 id : go
2222
2323 - name : Check out code into the Go module directory
24- uses : actions/checkout@v5
24+ uses : actions/checkout@v6
2525 with :
2626 fetch-depth : 0
2727
Original file line number Diff line number Diff line change 1717 steps :
1818
1919 - name : Check out code into the Go module directory
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121 with :
2222 fetch-depth : 0
2323
3535 echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
3636 shell : bash
3737
38- - uses : actions/cache@v4
38+ - uses : actions/cache@v5
3939 with :
4040 path : |
4141 ${{ steps.go-cache-paths.outputs.go-build }}
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Check out code
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 with :
2121 fetch-depth : 0
2222
You can’t perform that action at this time.
0 commit comments