Skip to content

Commit 2190825

Browse files
authored
Merge pull request #980 from github/edoardo/release-expected
Remove runner from expected release files
2 parents b74506c + e61a4b9 commit 2190825

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# CodeQL Action and CodeQL Runner Changelog
1+
# CodeQL Action Changelog
22

33
## [UNRELEASED]
44

55
- 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/).
67

78
## 1.1.4 - 07 Mar 2022
89

0 commit comments

Comments
 (0)