Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeQL improvements.
Browse files Browse the repository at this point in the history
Partial mas-cli#645

Signed-off-by: Ross Goldberg <[email protected]>
rgoldberg committed Dec 27, 2024

Verified

This commit was signed with the committer’s verified signature.
rgoldberg Ross Goldberg
1 parent 45ddafe commit 0da8425
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
#
# .github/workflows/codeql.yml
#
---
name: "CodeQL Advanced"

name: "CodeQL"
on:
push:
branches: ["main", "v*"]
pull_request:
branches: ["main", "v*"]
schedule:
- cron: "44 14 * * 4"

workflow_dispatch:
jobs:
analyze:
name: Analyze ${{matrix.language}}
@@ -19,6 +17,9 @@ jobs:
fail-fast: false
matrix:
include:
- language: actions
build-mode: none

- language: swift
build-mode: manual
steps:
@@ -32,7 +33,8 @@ jobs:
build-mode: ${{matrix.build-mode}}
queries: security-and-quality

- if: matrix.build-mode == 'manual'
- name: Build Swift
if: matrix.language == 'swift'
shell: bash
run: |
script/build

0 comments on commit 0da8425

Please sign in to comment.