Skip to content

Commit 39aa619

Browse files
authored
Merge branch 'main' into restore-ghes-compatibility
2 parents aeefdce + 2190825 commit 39aa619

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/check-expected-release-files.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
run: |
2121
bundle_version="$(cat "./src/defaults.json" | jq -r ".bundleVersion")"
2222
set -x
23-
for expected_file in "codeql-bundle.tar.gz" "codeql-bundle-linux64.tar.gz" "codeql-bundle-osx64.tar.gz" "codeql-bundle-win64.tar.gz" "codeql-runner-linux" "codeql-runner-macos" "codeql-runner-win.exe"; do
23+
for expected_file in "codeql-bundle.tar.gz" "codeql-bundle-linux64.tar.gz" "codeql-bundle-osx64.tar.gz" "codeql-bundle-win64.tar.gz"; do
2424
curl --location --fail --head --request GET "https://github.com/github/codeql-action/releases/download/$bundle_version/$expected_file" > /dev/null
2525
done

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# CodeQL Action and CodeQL Runner Changelog
1+
# CodeQL Action Changelog
22

33
## [UNRELEASED]
44

5+
- Update default CodeQL bundle version to 2.8.3.
6+
- The CodeQL runner is now deprecated and no longer being released. For more information, see [CodeQL runner deprecation](https://github.blog/changelog/2021-09-21-codeql-runner-deprecation/).
57
- Fix a bug where actions would fail when used with GHES 3.3 or earlier. [#978](https://github.com/github/codeql-action/pull/978)
68

79
## 1.1.4 - 07 Mar 2022

lib/defaults.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"bundleVersion": "codeql-bundle-20220224"
2+
"bundleVersion": "codeql-bundle-20220311"
33
}

src/defaults.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"bundleVersion": "codeql-bundle-20220224"
2+
"bundleVersion": "codeql-bundle-20220311"
33
}

0 commit comments

Comments
 (0)