Skip to content

Commit

Permalink
Bump CodeQL actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne authored Jan 26, 2024
1 parent 40f3f4e commit ab3b160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,15 @@ jobs:
package_root: ${{ inputs.package_root }}
- name: Initialize CodeQL
if: ${{ steps.swift-check.outputs.swift-compatible == 'true' }}
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with: { languages: swift }
- name: Perform build
if: ${{ steps.swift-check.outputs.swift-compatible == 'true' }}
run: |
swift build ${PACKAGE_ROOT} ${EXTRA_FLAGS}
- name: Run CodeQL analyze
if: ${{ steps.swift-check.outputs.swift-compatible == 'true' }}
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

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

0 comments on commit ab3b160

Please sign in to comment.