Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/codeql-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.26.4
Choose a base ref
...
head repository: github/codeql-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.26.5
Choose a head ref
  • 6 commits
  • 13 files changed
  • 3 contributors

Commits on Aug 21, 2024

  1. Update changelog and version after v3.26.4

    github-actions[bot] committed Aug 21, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    b15a247 View commit details
  2. Update checked-in dependencies

    github-actions[bot] committed Aug 21, 2024
    Copy the full SHA
    6f10eb0 View commit details
  3. Merge pull request #2438 from github/mergeback/v3.26.4-to-main-f0f3afee

    Mergeback v3.26.4 refs/heads/releases/v3 into main
    angelapwen authored Aug 21, 2024
    Copy the full SHA
    fd5fa13 View commit details

Commits on Aug 23, 2024

  1. Only run check SIP enablement once in init step (#2441)

    Co-authored-by: Henry Mercer <henrymercer@github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    3 people authored Aug 23, 2024
    Copy the full SHA
    7e27807 View commit details
  2. Update changelog for v3.26.5

    github-actions[bot] committed Aug 23, 2024
    Copy the full SHA
    68cd1f9 View commit details
  3. Merge main into releases/v3 (#2444)

    * Update changelog and version after v3.26.4
    
    * Update checked-in dependencies
    
    * Only run check SIP enablement once in `init` step (#2441)
    
    Co-authored-by: Henry Mercer <henrymercer@github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    
    * Update changelog for v3.26.5
    
    ---------
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Angela P Wen <angelapwen@github.com>
    Co-authored-by: Henry Mercer <henrymercer@github.com>
    3 people authored Aug 23, 2024
    Copy the full SHA
    2c779ab View commit details
Showing with 53 additions and 19 deletions.
  1. +4 −0 CHANGELOG.md
  2. +5 −0 lib/environment.js
  3. +1 −1 lib/environment.js.map
  4. +1 −1 lib/init-action.js
  5. +1 −1 lib/init-action.js.map
  6. +13 −5 lib/util.js
  7. +1 −1 lib/util.js.map
  8. +1 −1 node_modules/.package-lock.json
  9. +2 −2 package-lock.json
  10. +1 −1 package.json
  11. +6 −0 src/environment.ts
  12. +2 −2 src/init-action.ts
  13. +15 −4 src/util.ts
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,10 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th

Note that the only difference between `v2` and `v3` of the CodeQL Action is the node version they support, with `v3` running on node 20 while we continue to release `v2` to support running on node 16. For example `3.22.11` was the first `v3` release and is functionally identical to `2.22.11`. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

## 3.26.5 - 23 Aug 2024

- Fix an issue where the `csrutil` system call used for telemetry would fail on MacOS ARM machines with System Integrity Protection disabled. [#2441](https://github.com/github/codeql-action/pull/2441)

## 3.26.4 - 21 Aug 2024

- _Deprecation:_ The `add-snippets` input on the `analyze` Action is deprecated and will be removed in the first release in August 2025. [#2436](https://github.com/github/codeql-action/pull/2436)
5 changes: 5 additions & 0 deletions lib/environment.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/environment.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/init-action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading