8000 Merge pull request #1961 from github/update-v2.22.4-63470275e · github/codeql-action@49abf0b · GitHub
[go: up one dir, main page]

Skip to content

Commit 49abf0b

Browse files
author
Dave Bartolomeo
authored
Merge pull request #1961 from github/update-v2.22.4-63470275e
Merge main into releases/v2
2 parents 0116bc2 + 907abca commit 49abf0b

File tree

300 files changed

+1451
-3056
lines changed
  • prefer-optional-chain-utils
  • util
  • docs/rules
  • parser
  • scope-manager
  • type-utils
  • typescript-estree
  • types
  • utils
  • visitor-keys
  • @types
  • nock
  • python-setup/tests
  • src
  • Some content is hidden

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

    300 files changed

    +1451
    -3056
    lines changed

    .github/workflows/codeql.yml

    Lines changed: 1 addition & 0 deletions
    Original file line numberDiff line numberDiff line change
    @@ -11,6 +11,7 @@ on:
    1111
    schedule:
    1212
    # Weekly on Sunday.
    1313
    - cron: '30 1 * * 0'
    14+
    workflow_dispatch:
    1415

    1516
    env:
    1617
    CODEQL_ACTION_TESTING_ENVIRONMENT: codeql-action-pr-checks

    CHANGELOG.md

    Lines changed: 8 additions & 0 deletions
    Original file line numberDiff line numberDiff line change
    @@ -2,6 +2,14 @@
    22

    33
    See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
    44

    5+
    ## 2.22.4 - 20 Oct 2023
    6+
    7+
    - Update default CodeQL bundle version to 2.15.1. [#1953](https://github.com/github/codeql-action/pull/1953)
    8+
    - Users will begin to see warnings on Node.js 16 deprecation in their Actions logs on code scanning runs starting October 23, 2023.
    9+
    - All code scanning workflows should continue to succeed regardless of the warning.
    10+
    - The team at GitHub maintaining the CodeQL Action is aware of the deprecation timeline and actively working on creating another version of the CodeQL Action, v3, that will bump us to Node 20.
    11+
    - For more information, and to communicate with the maintaining team, please use [this issue](https://github.com/github/codeql-action/issues/1959).
    12+
    513
    ## 2.22.3 - 13 Oct 2023
    614

    715
    - Provide an authentication token when downloading the CodeQL Bundle from the API of a GitHub Enterprise Server instance. [#1945](https://github.com/github/codeql-action/pull/1945)

    README.md

    Lines changed: 9 additions & 0 deletions
    Original file line numberDiff line numberDiff line change
    @@ -4,6 +4,15 @@ This action runs GitHub's industry-leading semantic code analysis engine, [CodeQ
    44

    55
    For a list of recent changes, see the CodeQL Action's [changelog](CHANGELOG.md).
    66

    7+
    ## :loudspeaker: Node 16 deprecation, upcoming CodeQL Action v3 :loudspeaker:
    8+
    Announcement for users of this Action and code scanning workflows on GitHub.com:
    9+
    10+
    - You will begin to see these warnings about Node.js 16 deprecation in your Actions logs on code scanning runs starting October 23, 2023.
    11+
    - All code scanning workflows should continue to succeed regardless of the warning.
    12+
    - The team at GitHub maintaining the CodeQL Action is aware of the deprecation timeline and actively working on creating another version of the CodeQL Action, v3, that will bump us to Node 20.
    13+
    14+
    For more information, and to communicate with the maintaining team, please use [this issue](https://github.com/github/codeql-action/issues/1959).
    15+
    716
    ## License
    817

    918
    This project is released under the [MIT License](LICENSE).

    lib/analyze-action.js

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

    lib/analyze-action.js.map

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

    lib/defaults.json

    Lines changed: 4 additions & 4 deletions
    Original file line numberDiff line numberDiff line change
    @@ -1,6 +1,6 @@
    11
    {
    2-
    "bundleVersion": "codeql-bundle-v2.15.0",
    3-
    "cliVersion": "2.15.0",
    4-
    "priorBundleVersion": "codeql-bundle-v2.14.6",
    5-
    "priorCliVersion": "2.14.6"
    2+
    "bundleVersion": "codeql-bundle-v2.15.1",
    3+
    "cliVersion": "2.15.1",
    4+
    "priorBundleVersion": "codeql-bundle-v2.15.0",
    5+
    "priorCliVersion": "2.15.0"
    66
    }

    lib/environment.js

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

    lib/environment.js.map

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

    lib/init-action.js

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

    0 commit comments

    Comments
     (0)
    0