Skip to content

Commit 188847d

Browse files
authored
Update codeql.yml
1 parent 2305fa6 commit 188847d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
# required for all workflows
2222
security-events: write
2323

24+
concurrency:
25+
# Cancel any previously running CodeQL jobs for a PR when a new commit is pushed to the PR branch
26+
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.language }}
27+
cancel-in-progress: true
28+
2429
strategy:
2530
fail-fast: false
2631
matrix:
@@ -41,7 +46,6 @@ jobs:
4146
with:
4247
languages: ${{ matrix.language }}
4348
build-mode: ${{ matrix.build-mode }}
44-
tools: latest
4549
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
4650
# queries: security-extended,security-and-quality
4751

@@ -50,7 +54,7 @@ jobs:
5054
- if: matrix.build-mode == 'manual'
5155
shell: bash
5256
run: |
53-
xcodebuild -project Echo.xcodeproj -scheme Echo -configuration Debug CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
57+
xcodebuild -project Echo.xcodeproj -scheme Echo -configuration Debug CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO | xcbeautify
5458
5559
- name: Perform CodeQL Analysis
5660
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)