Skip to content

Commit b728843

Browse files
committed
CI: pico codeql v4
Signed-off-by: Peter M <petermm@gmail.com>
1 parent 11f7926 commit b728843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pico-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
run: git config --global --add safe.directory /__w/AtomVM/AtomVM
144144

145145
- name: "Initialize CodeQL"
146-
uses: github/codeql-action/init@v3
146+
uses: github/codeql-action/init@v4
147147
with:
148148
languages: "cpp"
149149
build-mode: manual
@@ -160,7 +160,7 @@ jobs:
160160
ninja
161161
162162
- name: "Perform CodeQL Analysis"
163-
uses: github/codeql-action/analyze@v3
163+
uses: github/codeql-action/analyze@v4
164164

165165
- name: Install nvm and nodejs 20
166166
if: matrix.board != 'pico2'

0 commit comments

Comments
 (0)