Skip to content

Commit 9d2dd7c

Browse files
authored
Merge pull request #1698 from github/update-bundle/codeql-bundle-20230524
Update default bundle to 2.13.3
2 parents 6bd8101 + 65920dd commit 9d2dd7c

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/debug-artifacts.yml

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
debug-artifact-name: my-debug-artifacts
5757
debug-database-name: my-db
5858
- uses: ./../action/.github/actions/setup-swift
59-
if: matrix.version == 'nightly-latest'
6059
with:
6160
codeql-path: ${{ steps.init.outputs.codeql-path }}
6261
- name: Build code

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ No user facing changes.
1818
- This change does not affect the majority of workflows, and we will not be changing tags for existing bundle releases.
1919
- 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.
2020
- 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)
21+
- Update default CodeQL bundle version to 2.13.3. [#1698](https://github.com/github/codeql-action/pull/1698)
2122

2223
## 2.3.3 - 04 May 2023
2324

lib/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-20230428",
3-
"cliVersion": "2.13.1",
4-
"priorBundleVersion": "codeql-bundle-20230414",
5-
"priorCliVersion": "2.13.0"
2+
"bundleVersion": "codeql-bundle-20230524",
3+
"cliVersion": "2.13.3",
4+
"priorBundleVersion": "codeql-bundle-20230428",
5+
"priorCliVersion": "2.13.1"
66
}

src/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-20230428",
3-
"cliVersion": "2.13.1",
4-
"priorBundleVersion": "codeql-bundle-20230414",
5-
"priorCliVersion": "2.13.0"
2+
"bundleVersion": "codeql-bundle-20230524",
3+
"cliVersion": "2.13.3",
4+
"priorBundleVersion": "codeql-bundle-20230428",
5+
"priorCliVersion": "2.13.1"
66
}

0 commit comments

Comments
 (0)