Commit 71c549e9 authored by Alberto Escolar Piedras's avatar Alberto Escolar Piedras Committed by Carles Cufi
Browse files

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
https://github.com/tj-actions/changed-files/security/advisories/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: default avatarAlberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
parent 5f99c36c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ jobs:
          west forall -c 'git reset --hard HEAD'

      - name: Check common triggering files
        uses: tj-actions/changed-files@v35
        uses: tj-actions/changed-files@v41
        id: check-common-files
        with:
          files: |
@@ -95,7 +95,7 @@ jobs:
            tests/bsim/*

      - name: Check if Bluethooth files changed
        uses: tj-actions/changed-files@v35
        uses: tj-actions/changed-files@v41
        id: check-bluetooth-files
        with:
          files: |
@@ -104,7 +104,7 @@ jobs:
            subsys/bluetooth/**

      - name: Check if Networking files changed
        uses: tj-actions/changed-files@v35
        uses: tj-actions/changed-files@v41
        id: check-networking-files
        with:
          files: |