Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
platform: linux
- name: Initialize CodeQL
if: ${{ inputs.run-codeql }}
uses: github/codeql-action/init@v3
uses: github/codeql-action/init@v4
with:
languages: "cpp"
queries: security-extended, security-and-quality
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
# deactivate until a better workaround is found
# - name: Initialize CodeQL
# if: ${{ inputs.run-codeql }}
# uses: github/codeql-action/init@v3
# uses: github/codeql-action/init@v4
# with:
# languages: "cpp"
- name: Setup and Build Simulated Device
Expand Down Expand Up @@ -444,7 +444,7 @@ jobs:
# Build on Darwin + CodeQL often takes 6 hours (which is more than the maximum allowed by GitHub Runners), Deactivate it until we can investigate this
# - name: Initialize CodeQL
# if: ${{ inputs.run-codeql }}
# uses: github/codeql-action/init@v3
# uses: github/codeql-action/init@v4
# with:
# languages: "cpp"

Expand Down