Skip to content

Commit 19f867a

Browse files
authored
Merge branch 'main' into cklin/fix-update-required-checks-sha
2 parents 8bebf77 + 5e452f0 commit 19f867a

File tree

7 files changed

+7
-11
lines changed

7 files changed

+7
-11
lines changed

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

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

.github/workflows/__swift-custom-build.yml

Lines changed: 0 additions & 4 deletions
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.5. [#1412](https://github.com/github/codeql-action/pull/1412)
56
- Add a step that tries to upload a SARIF file for the workflow run when that workflow run fails. This will help better surface failed code scanning workflow runs. [#1393](https://github.com/github/codeql-action/pull/1393)
67
- Python automatic dependency installation will no longer consider dependecy code installed in venv as user-written, for projects using Poetry that specify `virtualenvs.in-project = true` in their `poetry.toml`. [#1419](https://github.com/github/codeql-action/pull/1419).
78

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-20221123"
2+
"bundleVersion": "codeql-bundle-20221202"
33
}

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: "Multi-language repository"
22
description: "An end-to-end integration test of a multi-language repository using automatic language detection"
3+
# Temporarily exclude nightly-latest to unblock release
4+
versions: ["stable-20211005", "stable-20220120", "stable-20220401", "cached", "latest"]
35
operatingSystems: ["ubuntu", "macos"]
46
env:
57
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: "true" # Remove when Swift is GA.

pr-checks/checks/swift-custom-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Swift analysis using a custom build command"
22
description: "Tests creation of a Swift database using custom build"
3-
versions: ["latest", "cached", "nightly-latest"]
3+
# Temporarily exclude nightly-latest to unblock release
4+
versions: ["latest", "cached"]
45
operatingSystems: ["ubuntu", "macos"]
56
env:
67
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: "true"

src/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-20221123"
2+
"bundleVersion": "codeql-bundle-20221202"
33
}

0 commit comments

Comments
 (0)