Skip to content

Commit

Permalink
Remove remaining vestiges of CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne authored Dec 5, 2024
1 parent a5e437d commit 9815f4e
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,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_deps_submission:
type: boolean
required: false
Expand Down Expand Up @@ -117,27 +112,6 @@ jobs:
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
swift package ${PACKAGE_ROOT} diagnose-api-breaking-changes origin/main ${EXTRA_FLAGS}
# gh-codeql:
# if: ${{ inputs.with_gh_codeql && !(github.event.pull_request.draft || false) }}
# runs-on: ubuntu-latest
# permissions: { actions: write, contents: read, security-events: write }
# timeout-minutes: 30
# steps:
# - name: Install latest Swift toolchain
# uses: vapor/[email protected]
# with: { toolchain: latest }
# - name: Check out code
# uses: actions/checkout@v4
# - name: Fix Git configuration
# run: 'git config --global --add safe.directory "${GITHUB_WORKSPACE}"'
# - name: Initialize CodeQL
# uses: github/codeql-action/init@v3
# with: { languages: swift }
# - name: Perform build
# run: 'swift build ${PACKAGE_ROOT} ${EXTRA_FLAGS}'
# - name: Run CodeQL analyze
# uses: github/codeql-action/analyze@v3

linux-unit:
if: ${{ !(github.event.pull_request.draft || false) }}
strategy:
Expand Down

0 comments on commit 9815f4e

Please sign in to comment.