From ab3b1600cc3ebf6ba7a16884cc3371fe61df538e Mon Sep 17 00:00:00 2001 From: Gwynne Raskind Date: Fri, 26 Jan 2024 13:43:03 -0600 Subject: [PATCH] Bump CodeQL actions --- .github/workflows/run-unit-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-unit-tests.yml b/.github/workflows/run-unit-tests.yml index a50320e..5ee782f 100644 --- a/.github/workflows/run-unit-tests.yml +++ b/.github/workflows/run-unit-tests.yml @@ -125,7 +125,7 @@ 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' }} @@ -133,7 +133,7 @@ jobs: 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) }}