Skip to content

Commit 71c549e

Browse files
aescolarcarlescufi
authored andcommitted
CI bsim workflow: Update changed-files action version
Dependabot has foud in a fork that we are using a too old GitHub action version, which contains this vulnerability: https://www.cve.org/CVERecord?id=CVE-2023-51664 GHSA-mcph-m25j-8j63 We do not use the output listing all changed files, so we should not be exposed, but nonetheless, let's update it. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 5f99c36 commit 71c549e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/bsim-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
west forall -c 'git reset --hard HEAD'
8181
8282
- name: Check common triggering files
83-
uses: tj-actions/changed-files@v35
83+
uses: tj-actions/changed-files@v41
8484
id: check-common-files
8585
with:
8686
files: |
@@ -95,7 +95,7 @@ jobs:
9595
tests/bsim/*
9696
9797
- name: Check if Bluethooth files changed
98-
uses: tj-actions/changed-files@v35
98+
uses: tj-actions/changed-files@v41
9999
id: check-bluetooth-files
100100
with:
101101
files: |
@@ -104,7 +104,7 @@ jobs:
104104
subsys/bluetooth/**
105105
106106
- name: Check if Networking files changed
107-
uses: tj-actions/changed-files@v35
107+
uses: tj-actions/changed-files@v41
108108
id: check-networking-files
109109
with:
110110
files: |

0 commit comments

Comments
 (0)