File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
pip install -r scripts/requirements-actions.txt --require-hashes
103
103
104
104
- name : Check common triggering files
105
- uses : tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46 .0.5
105
+ uses : tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47 .0.0
106
106
id : check-common-files
107
107
with :
108
108
files : |
@@ -121,7 +121,7 @@ jobs:
121
121
modules/hal_nordic/**
122
122
123
123
- name : Check if Bluethooth files changed
124
- uses : tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46 .0.5
124
+ uses : tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47 .0.0
125
125
id : check-bluetooth-files
126
126
with :
127
127
files : |
@@ -131,7 +131,7 @@ jobs:
131
131
tests/bsim/bluetooth/
132
132
133
133
- name : Check if Networking files changed
134
- uses : tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46 .0.5
134
+ uses : tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47 .0.0
135
135
id : check-networking-files
136
136
with :
137
137
files : |
@@ -144,7 +144,7 @@ jobs:
144
144
include/zephyr/net/ieee802154*
145
145
146
146
- name : Check if UART files changed
147
- uses : tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46 .0.5
147
+ uses : tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47 .0.0
148
148
id : check-uart-files
149
149
with :
150
150
files : |
Original file line number Diff line number Diff line change 39
39
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
40
40
41
41
- name : Initialize CodeQL
42
- uses : github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
42
+ uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
43
43
with :
44
44
languages : ${{ matrix.language }}
45
45
build-mode : ${{ matrix.build-mode }}
53
53
exit 0
54
54
55
55
- name : Perform CodeQL Analysis
56
- uses : github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
56
+ uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
57
57
with :
58
58
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 32
32
ref : ${{ github.event.pull_request.head.sha }}
33
33
fetch-depth : 0
34
34
- name : Check if Documentation related files changed
35
- uses : tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46 .0.5
35
+ uses : tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47 .0.0
36
36
id : check-doc-files
37
37
with :
38
38
files : |
@@ -108,7 +108,7 @@ jobs:
108
108
cache-dependency-path : doc/requirements.txt
109
109
110
110
- name : Setup Zephyr project
111
- uses : zephyrproject-rtos/action-zephyr-setup@6a744370a22e4ecb24f5dda3c7e80ff3e0a3b847 # v1.0.8
111
+ uses : zephyrproject-rtos/action-zephyr-setup@c125c5ebeeadbd727fa740b407f862734af1e52a # v1.0.9
112
112
with :
113
113
app-path : zephyr
114
114
toolchains : ' all'
@@ -227,7 +227,7 @@ jobs:
227
227
echo "/opt/doxygen-${DOXYGEN_VERSION}/bin" >> $GITHUB_PATH
228
228
229
229
- name : Setup Zephyr project
230
- uses : zephyrproject-rtos/action-zephyr-setup@6a744370a22e4ecb24f5dda3c7e80ff3e0a3b847 # v1.0.8
230
+ uses : zephyrproject-rtos/action-zephyr-setup@c125c5ebeeadbd727fa740b407f862734af1e52a # v1.0.9
231
231
with :
232
232
app-path : zephyr
233
233
toolchains : ' arm-zephyr-eabi'
Original file line number Diff line number Diff line change 59
59
python-version : 3.12
60
60
61
61
- name : Setup Zephyr project
62
- uses : zephyrproject-rtos/action-zephyr-setup@6a744370a22e4ecb24f5dda3c7e80ff3e0a3b847 # v1.0.8
62
+ uses : zephyrproject-rtos/action-zephyr-setup@c125c5ebeeadbd727fa740b407f862734af1e52a # v1.0.9
63
63
with :
64
64
app-path : zephyr
65
65
toolchains : aarch64-zephyr-elf:arc-zephyr-elf:arc64-zephyr-elf:arm-zephyr-eabi:mips-zephyr-elf:riscv64-zephyr-elf:sparc-zephyr-elf:x86_64-zephyr-elf:xtensa-dc233c_zephyr-elf:xtensa-sample_controller32_zephyr-elf:rx-zephyr-elf
Original file line number Diff line number Diff line change 56
56
# Upload the results to GitHub's code scanning dashboard (optional).
57
57
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
58
58
- name : " Upload to code-scanning"
59
- uses : github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
59
+ uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
60
60
with :
61
61
sarif_file : results.sarif
Original file line number Diff line number Diff line change 65
65
66
66
- name : Setup Zephyr project
67
67
if : github.event_name == 'pull_request'
68
- uses : zephyrproject-rtos/action-zephyr-setup@6a744370a22e4ecb24f5dda3c7e80ff3e0a3b847 # v1.0.8
68
+ uses : zephyrproject-rtos/action-zephyr-setup@c125c5ebeeadbd727fa740b407f862734af1e52a # v1.0.9
69
69
with :
70
70
app-path : zephyr
71
71
toolchains : all
Original file line number Diff line number Diff line change 45
45
cache-dependency-path : scripts/requirements-actions.txt
46
46
47
47
- name : Setup Zephyr project
48
- uses : zephyrproject-rtos/action-zephyr-setup@6a744370a22e4ecb24f5dda3c7e80ff3e0a3b847 # v1.0.8
48
+ uses : zephyrproject-rtos/action-zephyr-setup@c125c5ebeeadbd727fa740b407f862734af1e52a # v1.0.9
49
49
with :
50
50
app-path : zephyr
51
51
toolchains : all
You can’t perform that action at this time.
0 commit comments