mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Bump github/codeql-action from 2 to 3 (#1677)
This commit is contained in:
parent
bb96e1003d
commit
eaaa4a619a
8
.github/workflows/codeql.yml
vendored
8
.github/workflows/codeql.yml
vendored
@ -39,17 +39,17 @@ jobs:
|
|||||||
sudo apt-get install --yes git cmake build-essential qtbase5-dev libqt5serialport5-dev libqt5sql5-sqlite libqt5svg5-dev libqt5x11extras5-dev libusb-1.0-0-dev python3-dev libcec-dev libxcb-image0-dev libxcb-util0-dev libxcb-shm0-dev libxcb-render0-dev libxcb-randr0-dev libxrandr-dev libxrender-dev libavahi-core-dev libavahi-compat-libdnssd-dev libasound2-dev libturbojpeg0-dev libjpeg-dev libssl-dev
|
sudo apt-get install --yes git cmake build-essential qtbase5-dev libqt5serialport5-dev libqt5sql5-sqlite libqt5svg5-dev libqt5x11extras5-dev libusb-1.0-0-dev python3-dev libcec-dev libxcb-image0-dev libxcb-util0-dev libxcb-shm0-dev libxcb-render0-dev libxcb-randr0-dev libxrandr-dev libxrender-dev libavahi-core-dev libavahi-compat-libdnssd-dev libasound2-dev libturbojpeg0-dev libjpeg-dev libssl-dev
|
||||||
|
|
||||||
- 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 }}
|
||||||
queries: +security-and-quality
|
queries: +security-and-quality
|
||||||
config-file: ./.github/config/codeql.yml
|
config-file: ./.github/config/codeql.yml
|
||||||
|
|
||||||
- name: 👷 Autobuild
|
- name: 👷 Autobuild
|
||||||
uses: github/codeql-action/autobuild@v2
|
uses: github/codeql-action/autobuild@v3
|
||||||
|
|
||||||
- name: 🏃 Perform CodeQL Analysis
|
- name: 🏃 Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@v2
|
uses: github/codeql-action/analyze@v3
|
||||||
with:
|
with:
|
||||||
category: "/language:${{ matrix.language }}"
|
category: "/language:${{ matrix.language }}"
|
||||||
upload: False
|
upload: False
|
||||||
@ -68,7 +68,7 @@ jobs:
|
|||||||
output: sarif-results/${{ matrix.language }}.sarif
|
output: sarif-results/${{ matrix.language }}.sarif
|
||||||
|
|
||||||
- name: 📦 Upload SARIF
|
- name: 📦 Upload SARIF
|
||||||
uses: github/codeql-action/upload-sarif@v2
|
uses: github/codeql-action/upload-sarif@v3
|
||||||
with:
|
with:
|
||||||
sarif_file: sarif-results/${{ matrix.language }}.sarif
|
sarif_file: sarif-results/${{ matrix.language }}.sarif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user