Skip to content

Commit 474bbf0

Browse files
authored
Merge pull request #922 from github/update-v1.1.0-3d2ad0b9
Merge main into v1
2 parents 2b46439 + 58f66fa commit 474bbf0

File tree

251 files changed

+29235
-43182
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

251 files changed

+29235
-43182
lines changed

.github/workflows/__analyze-ref-input.yml

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

.github/workflows/__go-custom-queries.yml

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

.github/workflows/__go-custom-tracing.yml

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

.github/workflows/__remote-config.yml

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

.github/workflows/__upload-ref-sha-input.yml

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

.github/workflows/pr-checks.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,9 @@ jobs:
182182
runner-analyze-csharp-windows:
183183
name: Runner windows C# analyze
184184
needs: [check-js, check-node-modules]
185-
runs-on: windows-latest
185+
# Build tracing currently does not support Windows 2022, so use `windows-2019` instead of
186+
# `windows-latest`.
187+
runs-on: windows-2019
186188

187189
steps:
188190
- uses: actions/checkout@v2
@@ -301,7 +303,9 @@ jobs:
301303
runner-analyze-csharp-autobuild-windows:
302304
name: Runner windows autobuild C# analyze
303305
needs: [check-js, check-node-modules]
304-
runs-on: windows-latest
306+
# Build tracing currently does not support Windows 2022, so use `windows-2019` instead of
307+
# `windows-latest`.
308+
runs-on: windows-2019
305309

306310
steps:
307311
- uses: actions/checkout@v2

.github/workflows/python-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125

126126
- uses: actions/setup-python@v2
127127
with:
128-
python-version: ${{ matrix.python-version }}
128+
python-version: ${{ matrix.python_version }}
129129

130130
- name: Initialize CodeQL
131131
uses: ./init

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CodeQL Action and CodeQL Runner Changelog
22

3+
## 1.1.0 - 11 Feb 2022
4+
5+
- The CodeQL Action now uses Node.js v16. [#909](https://github.com/github/codeql-action/pull/909)
6+
- Beware that the CodeQL build tracer in this release (and in all earlier releases) is incompatible with Windows 11 and Windows Server 2022. This incompatibility affects database extraction for compiled languages: cpp, csharp, go, and java. As a result, analyzing these languages with the `windows-latest` or `windows-2022` Actions virtual environments is currently unsupported. If you use any of these languages, please use the `windows-2019` Actions virtual environment or otherwise avoid these specific Windows versions until a new release fixes this incompatibility.
7+
38
## 1.0.32 - 07 Feb 2022
49

510
- Add `sarif-id` as an output for the `upload-sarif` and `analyze` actions. [#889](https://github.com/github/codeql-action/pull/889)

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ on:
3939

4040
jobs:
4141
CodeQL-Build:
42-
# CodeQL runs on ubuntu-latest, windows-latest, and macos-latest
42+
# If you're only analyzing JavaScript or Python, CodeQL runs on ubuntu-latest, windows-latest, and macos-latest.
43+
# If you're analyzing C/C++, C#, Go, or Java, CodeQL runs on ubuntu-latest, windows-2019, and macos-latest.
4344
runs-on: ubuntu-latest
4445

4546
permissions:

analyze/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ outputs:
7272
sarif-id:
7373
description: The ID of the uploaded SARIF file.
7474
runs:
75-
using: "node12"
75+
using: "node16"
7676
main: "../lib/analyze-action.js"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy