Skip to content

Commit

Permalink
Remove last vestiges of CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne authored Dec 5, 2024
1 parent 9815f4e commit 60cb546
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/self-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ on:
required: false
default: true
description: "Set to 'true' to run the SwiftPM public API breakage check. Defaults to 'true'."
with_gh_codeql:
type: boolean
required: false
default: true
description: "Set to 'true' to run CodeQL checks. Defaults to 'true'."
with_linting:
type: boolean
required: false
Expand Down Expand Up @@ -66,7 +61,6 @@ jobs:
with_coverage: ${{ inputs.with_coverage || false }}
with_tsan: ${{ inputs.with_tsan || false }}
with_api_check: ${{ inputs.with_api_check || true }}
with_gh_codeql: ${{ inputs.with_gh_codeql || true }}
warnings_as_errors: ${{ inputs.warnings_as_errors || true }}
with_linting: ${{ inputs.with_linting || true }}
with_windows: ${{ inputs.with_windows || true }}
Expand Down

0 comments on commit 60cb546

Please sign in to comment.