Upgrade CodeQL to v3

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2024-09-19 20:27:00 +02:00
parent 4fe1c0804c
commit f98df743f9
No known key found for this signature in database
GPG Key ID: C0095B7870A4CCD3
3 changed files with 4 additions and 5 deletions

View File

@ -42,7 +42,7 @@ jobs:
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@v2 uses: github/codeql-action/init@v3
with: with:
languages: ${{ matrix.language }} languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file. # If you wish to specify custom queries, you can do so here or in a config file.
@ -70,4 +70,4 @@ jobs:
./workflows/autobuild_esp32.sh ./workflows/autobuild_esp32.sh
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2 uses: github/codeql-action/analyze@v3

View File

@ -7,7 +7,7 @@ git clone https://github.com/raspberrypi/pico-sdk
cd pico-sdk cd pico-sdk
git submodule update --init git submodule update --init
cd .. cd ..
mkdir build mkdir build_pico
cd build cd build_pico
cmake -DPICO_SDK_PATH=../pico-sdk .. cmake -DPICO_SDK_PATH=../pico-sdk ..
make make

View File

@ -8,6 +8,5 @@ cd esp-idf
./install.sh esp32s3 ./install.sh esp32s3
. ./export.sh . ./export.sh
cd .. cd ..
rm -rf build
idf.py set-target esp32s3 idf.py set-target esp32s3
idf.py all idf.py all