File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : Checkout code
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v5
3636 with :
3737 fetch-depth : 0
3838 persist-credentials : false
7777 needs : verify
7878 steps :
7979 - name : Checkout code
80- uses : actions/checkout@v4
80+ uses : actions/checkout@v5
8181 with :
8282 persist-credentials : false
8383
@@ -109,7 +109,7 @@ jobs:
109109 sarif_file : " trivy-results.sarif"
110110
111111 - name : Generate SBOM
112- uses : anchore/sbom-action@v0.20.4
112+ uses : anchore/sbom-action@v0.20.5
113113 with :
114114 format : spdx-json
115115 output-file : sbom.spdx.json
@@ -128,7 +128,7 @@ jobs:
128128 needs : verify
129129 steps :
130130 - name : Checkout code
131- uses : actions/checkout@v4
131+ uses : actions/checkout@v5
132132 with :
133133 persist-credentials : false
134134
@@ -157,7 +157,7 @@ jobs:
157157 if : github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref != 'refs/heads/main')
158158 steps :
159159 - name : Checkout code
160- uses : actions/checkout@v4
160+ uses : actions/checkout@v5
161161 with :
162162 persist-credentials : false
163163
Original file line number Diff line number Diff line change 2626 actions : read # Required for Claude to read CI results on PRs
2727 steps :
2828 - name : Checkout repository
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 with :
3131 fetch-depth : 1
3232
Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : Checkout repository
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232 with :
3333 fetch-depth : 0
3434 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1919 packages : write
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 with :
2424 fetch-depth : 0
2525
Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 with :
3232 fetch-depth : 0
3333
You can’t perform that action at this time.
0 commit comments