File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Download artifacts
16- uses : dawidd6/action-download-artifact@v8
16+ uses : dawidd6/action-download-artifact@v9
1717 with :
1818 run_id : ${{ github.event.workflow_run.id }}
1919
Original file line number Diff line number Diff line change 2222 steps :
2323 - name : Download artifacts
2424 id : download-artifacts
25- uses : dawidd6/action-download-artifact@v8
25+ uses : dawidd6/action-download-artifact@v9
2626 with :
2727 workflow : doc-build.yml
2828 run_id : ${{ github.event.workflow_run.id }}
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Download artifacts
27- uses : dawidd6/action-download-artifact@v8
27+ uses : dawidd6/action-download-artifact@v9
2828 with :
2929 workflow : doc-build.yml
3030 run_id : ${{ github.event.workflow_run.id }}
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - uses : actions/checkout@v4
16- -
uses :
zephyrproject-rtos/[email protected] -zephyr-5 16+ -
uses :
zephyrproject-rtos/[email protected] 1717 with :
1818 repo-token : ${{ secrets.GITHUB_TOKEN }}
1919
Original file line number Diff line number Diff line change 2626 west init -l . || true
2727
2828 - name : Manifest
29- uses : zephyrproject-rtos/action-manifest@v1.7 .0
29+ uses : zephyrproject-rtos/action-manifest@v1.8 .0
3030 with :
3131 github-token : ${{ secrets.ZB_GITHUB_TOKEN }}
3232 manifest-path : ' west.yml'
Original file line number Diff line number Diff line change 3434 persist-credentials : false
3535
3636 - name : " Run analysis"
37- uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
37+ uses : ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
3838 with :
3939 results_file : results.sarif
4040 results_format : sarif
5656 # Upload the results to GitHub's code scanning dashboard (optional).
5757 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
5858 - name : " Upload to code-scanning"
59- uses : github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
59+ uses : github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
6060 with :
6161 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2727
2828 - name : Download Artifacts
2929 id : download-artifacts
30- uses : dawidd6/action-download-artifact@v8
30+ uses : dawidd6/action-download-artifact@v9
3131 with :
3232 path : artifacts
3333 workflow : twister.yml
You can’t perform that action at this time.
0 commit comments