File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed
Expand file tree Collapse file tree 8 files changed +12
-12
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 9191 echo "ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-$( cat SDK_VERSION )" >> $GITHUB_ENV
9292
9393 - name : Check common triggering files
94- uses : tj-actions/changed-files@v45
94+ uses : tj-actions/changed-files@v46
9595 id : check-common-files
9696 with :
9797 files : |
@@ -110,7 +110,7 @@ jobs:
110110 modules/hal_nordic/**
111111
112112 - name : Check if Bluethooth files changed
113- uses : tj-actions/changed-files@v45
113+ uses : tj-actions/changed-files@v46
114114 id : check-bluetooth-files
115115 with :
116116 files : |
@@ -119,7 +119,7 @@ jobs:
119119 subsys/bluetooth/
120120
121121 - name : Check if Networking files changed
122- uses : tj-actions/changed-files@v45
122+ uses : tj-actions/changed-files@v46
123123 id : check-networking-files
124124 with :
125125 files : |
@@ -132,7 +132,7 @@ jobs:
132132 include/zephyr/net/ieee802154*
133133
134134 - name : Check if UART files changed
135- uses : tj-actions/changed-files@v45
135+ uses : tj-actions/changed-files@v46
136136 id : check-uart-files
137137 with :
138138 files : |
Original file line number Diff line number Diff line change 3535 ref : ${{ github.event.pull_request.head.sha }}
3636 fetch-depth : 0
3737 - name : Check if Documentation related files changed
38- uses : tj-actions/changed-files@v45
38+ uses : tj-actions/changed-files@v46
3939 id : check-doc-files
4040 with :
4141 files : |
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
You can’t perform that action at this time.
0 commit comments