Skip to content

Commit e280207

Browse files
authored
Merge pull request #1978 from github/update-bundle/codeql-bundle-v2.15.2
Update default bundle to 2.15.2
2 parents 6abf856 + e46740a commit e280207

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

Diff for: .github/actions/setup-swift/action.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ runs:
2424
VERSION="5.7.0"
2525
elif [ $VERSION = "5.8" ]; then
2626
VERSION="5.8.0"
27-
# setup-swift does not yet support v5.8.1 Remove this when it does.
28-
elif [ $VERSION = "5.8.1" ]; then
29-
VERSION="5.8.0"
27+
elif [ $VERSION = "5.9" ]; then
28+
VERSION="5.9.0"
29+
# setup-swift does not yet support v5.9.1 Remove this when it does.
30+
elif [ $VERSION = "5.9.1" ]; then
31+
VERSION="5.9.0"
3032
fi
3133
fi
3234
echo "version=$VERSION" | tee -a $GITHUB_OUTPUT

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
44

55
## [UNRELEASED]
66

7-
No user facing changes.
7+
- Update default CodeQL bundle version to 2.15.2. [#1978](https://github.com/github/codeql-action/pull/1978)
88

99
## 2.22.5 - 27 Oct 2023
1010

Diff for: lib/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.15.1",
3-
"cliVersion": "2.15.1",
4-
"priorBundleVersion": "codeql-bundle-v2.15.0",
5-
"priorCliVersion": "2.15.0"
2+
"bundleVersion": "codeql-bundle-v2.15.2",
3+
"cliVersion": "2.15.2",
4+
"priorBundleVersion": "codeql-bundle-v2.15.1",
5+
"priorCliVersion": "2.15.1"
66
}

Diff for: src/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.15.1",
3-
"cliVersion": "2.15.1",
4-
"priorBundleVersion": "codeql-bundle-v2.15.0",
5-
"priorCliVersion": "2.15.0"
2+
"bundleVersion": "codeql-bundle-v2.15.2",
3+
"cliVersion": "2.15.2",
4+
"priorBundleVersion": "codeql-bundle-v2.15.1",
5+
"priorCliVersion": "2.15.1"
66
}

0 commit comments

Comments
 (0)