File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545
4646 steps :
4747 - name : Checkout
48- uses : actions/checkout@v4
48+ uses : actions/checkout@v5
4949
5050 - name : Setup Docker Buildx
5151 uses : docker/setup-buildx-action@v3
@@ -141,7 +141,7 @@ jobs:
141141
142142 steps :
143143 - name : Checkout
144- uses : actions/checkout@v4
144+ uses : actions/checkout@v5
145145
146146 - name : Docker Meta
147147 id : meta
@@ -184,7 +184,7 @@ jobs:
184184
185185 steps :
186186 - name : Checkout
187- uses : actions/checkout@v4
187+ uses : actions/checkout@v5
188188
189189 - name : Docker Meta
190190 id : meta
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717
1818 - name : Install tokei
1919 run : cargo install tokei
Original file line number Diff line number Diff line change 5151
5252 steps :
5353 - name : Checkout
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v5
5555
5656 - name : Setup Docker Buildx
5757 uses : docker/setup-buildx-action@v3
@@ -132,7 +132,7 @@ jobs:
132132
133133 steps :
134134 - name : Checkout
135- uses : actions/checkout@v4
135+ uses : actions/checkout@v5
136136
137137 - name : Docker Meta
138138 id : meta
@@ -175,7 +175,7 @@ jobs:
175175
176176 steps :
177177 - name : Checkout
178- uses : actions/checkout@v4
178+ uses : actions/checkout@v5
179179
180180 - name : Docker Meta
181181 id : meta
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout code
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929
3030 - name : Set up Rust toolchain
3131 uses : dtolnay/rust-toolchain@stable
Original file line number Diff line number Diff line change 1818 steps :
1919 - id : checkout
2020 name : Checkout Repository
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222
2323 - id : setup
2424 name : Setup Toolchain
5454
5555 - id : upload-coverage
5656 name : Upload HTML Coverage Report
57- uses : actions/upload-artifact@v4
57+ uses : actions/upload-artifact@v6
5858 with :
5959 name : coverage-html-report
6060 path : target/llvm-cov/html/
Original file line number Diff line number Diff line change 4848
4949 steps :
5050 - name : Checkout code
51- uses : actions/checkout@v4
51+ uses : actions/checkout@v5
5252
5353 # Build images locally so Trivy scans exactly
5454 # what this repository produces
8686 scanners : " vuln"
8787
8888 - name : Upload SARIF artifact
89- uses : actions/upload-artifact@v4
89+ uses : actions/upload-artifact@v6
9090 if : always()
9191 with :
9292 name : sarif-project-${{ matrix.image.name }}-${{ github.run_id }}
@@ -140,7 +140,7 @@ jobs:
140140 echo "name=$(echo '${{ matrix.image }}' | tr '/:' '-')" >> "$GITHUB_OUTPUT"
141141
142142 - name : Upload SARIF artifact
143- uses : actions/upload-artifact@v4
143+ uses : actions/upload-artifact@v6
144144 if : always()
145145 with :
146146 name : sarif-third-party-${{ steps.sanitize.outputs.name }}-${{ github.run_id }}
@@ -162,7 +162,7 @@ jobs:
162162
163163 steps :
164164 - name : Download all SARIF artifacts
165- uses : actions/download-artifact@v4
165+ uses : actions/download-artifact@v7
166166 with :
167167 pattern : sarif-*-${{ github.run_id }}
168168
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
2323
2424 - id : checkout
2525 name : Checkout Repository
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727
2828 - id : node
2929 name : Setup Node.js
30- uses : actions/setup-node@v4
30+ uses : actions/setup-node@v5
3131 with :
3232 node-version : " 20"
3333
Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v5
3939
4040 - name : Setup Rust toolchain
4141 uses : dtolnay/rust-toolchain@stable
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
3333 - name : Tune GitHub hosted runner network
3434 uses : smorimoto/tune-github-hosted-runner-network@v1
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout repository
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828
2929 - name : Tune GitHub-hosted runner network
3030 uses : smorimoto/tune-github-hosted-runner-network@v1
You can’t perform that action at this time.
0 commit comments