Skip to content

Commit 4b578d2

Browse files
committed
Merge remote-tracking branch 'origin/alexet/update-2.11.4-v2' into henrymercer/bump-swift-version-to-5.7.1
2 parents b43a481 + d52e657 commit 4b578d2

13 files changed

Lines changed: 15 additions & 15 deletions

.github/workflows/__export-file-baseline-information.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__ml-powered-queries.yml

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__multi-language-autodetect.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## [UNRELEASED]
44

5+
- Update default CodeQL bundle version to 2.11.4. [#1391](https://github.com/github/codeql-action/pull/1391)
56
- Fixed a bug where some the `init` action and the `analyze` action would have different sets of experimental feature flags enabled. [#1384](https://github.com/github/codeql-action/pull/1384)
67

78
## 2.1.33 - 16 Nov 2022

lib/api-compatibility.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "maximumVersion": "3.7", "minimumVersion": "3.3" }
1+
{ "maximumVersion": "3.8", "minimumVersion": "3.3" }

lib/defaults.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"bundleVersion": "codeql-bundle-20221105"
2+
"bundleVersion": "codeql-bundle-20221123"
33
}

lib/util.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/export-file-baseline-information.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: "Tests that file baseline information is exported when the feature
33
versions: ["nightly-latest"]
44
steps:
55
- uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9
6-
if: "!startsWith(matrix.os, 'windows')"
6+
if: runner.os != 'Windows'
77
with:
88
swift-version: "5.7.1"
99
- uses: ./../action/init

pr-checks/checks/ml-powered-queries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ steps:
3030
- name: Check sarif
3131
uses: ./../action/.github/check-sarif
3232
# Running on Windows requires CodeQL CLI 2.9.0+.
33-
if: "!(matrix.version == 'stable-20220120' && (matrix.os == 'windows-latest' || matrix.os == 'windows-2019'))"
33+
if: "!(matrix.version == 'stable-20220120' && runner.os == 'Windows')"
3434
with:
3535
sarif-file: ${{ runner.temp }}/results/javascript.sarif
3636
queries-run: js/ml-powered/nosql-injection,js/ml-powered/path-injection,js/ml-powered/sql-injection,js/ml-powered/xss
@@ -39,7 +39,7 @@ steps:
3939
- name: Check results
4040
env:
4141
# Running on Windows requires CodeQL CLI 2.9.0+.
42-
SHOULD_RUN_ML_POWERED_QUERIES: ${{ !(matrix.version == 'stable-20220120' && (matrix.os == 'windows-latest' || matrix.os == 'windows-2019')) }}
42+
SHOULD_RUN_ML_POWERED_QUERIES: ${{ !(matrix.version == 'stable-20220120' && runner.os == 'Windows') }}
4343
shell: bash
4444
run: |
4545
echo "Expecting ML-powered queries to be run: ${SHOULD_RUN_ML_POWERED_QUERIES}"

pr-checks/checks/multi-language-autodetect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: "true" # Remove when Swift is GA.
66
steps:
77
- uses: swift-actions/setup-swift@5cdaa9161ad1f55ae39a5ea1784ef96de72f95d9
8-
if: "!startsWith(matrix.os, 'windows')"
8+
if: runner.os != 'Windows'
99
with:
1010
swift-version: "5.7.1"
1111

0 commit comments

Comments
 (0)