From 4f41ff7fc8af6c0efa258499dc8534ea82822a93 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 24 May 2023 16:01:53 +0000 Subject: [PATCH 1/3] Update default bundle to codeql-bundle-20230524 --- lib/defaults.json | 8 ++++---- src/defaults.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/defaults.json b/lib/defaults.json index 1d0ce06686..4ca5e0aedc 100644 --- a/lib/defaults.json +++ b/lib/defaults.json @@ -1,6 +1,6 @@ { - "bundleVersion": "codeql-bundle-20230428", - "cliVersion": "2.13.1", - "priorBundleVersion": "codeql-bundle-20230414", - "priorCliVersion": "2.13.0" + "bundleVersion": "codeql-bundle-20230524", + "cliVersion": "2.13.3", + "priorBundleVersion": "codeql-bundle-20230428", + "priorCliVersion": "2.13.1" } diff --git a/src/defaults.json b/src/defaults.json index 646d10bc58..fe0271b362 100644 --- a/src/defaults.json +++ b/src/defaults.json @@ -1,6 +1,6 @@ { - "bundleVersion": "codeql-bundle-20230428", - "cliVersion": "2.13.1", - "priorBundleVersion": "codeql-bundle-20230414", - "priorCliVersion": "2.13.0" + "bundleVersion": "codeql-bundle-20230524", + "cliVersion": "2.13.3", + "priorBundleVersion": "codeql-bundle-20230428", + "priorCliVersion": "2.13.1" } From 34e8e09ae40ea1157a7a9f937bfbb79ea20d227c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 24 May 2023 16:01:57 +0000 Subject: [PATCH 2/3] Add changelog note --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 017f96e4ce..9926ea5573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - This change does not affect the majority of workflows, and we will not be changing tags for existing bundle releases. - Some workflows with custom logic that depends on the specific format of the CodeQL bundle tag may need to be updated. For example, if your workflow matches CodeQL bundle tag names against a `codeql-bundle-yyyymmdd` pattern, you should update it to also recognize `codeql-bundle-vx.y.z` tags. - Remove the requirement for `on.push` and `on.pull_request` to trigger on the same branches. [#1675](https://github.com/github/codeql-action/pull/1675) +- Update default CodeQL bundle version to 2.13.3. [#1698](https://github.com/github/codeql-action/pull/1698) ## 2.3.3 - 04 May 2023 From 65920dd33af252bc55524c855ee50816a9d02914 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Wed, 24 May 2023 18:28:18 +0100 Subject: [PATCH 3/3] Unconditionally set up Swift in debug artifacts PR check --- .github/workflows/debug-artifacts.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/debug-artifacts.yml b/.github/workflows/debug-artifacts.yml index 1003a8dacc..9336a03bf6 100644 --- a/.github/workflows/debug-artifacts.yml +++ b/.github/workflows/debug-artifacts.yml @@ -56,7 +56,6 @@ jobs: debug-artifact-name: my-debug-artifacts debug-database-name: my-db - uses: ./../action/.github/actions/setup-swift - if: matrix.version == 'nightly-latest' with: codeql-path: ${{ steps.init.outputs.codeql-path }} - name: Build code