Skip to content

Commit

Permalink
Merge pull request #2281 from github/tools_latest_improvement
Browse files Browse the repository at this point in the history
Add option `tools: linked` for `tools` input of init action.
  • Loading branch information
NlightNFotis committed May 13, 2024
2 parents bf2faab + df4819e commit 5a14b05
Show file tree
Hide file tree
Showing 10 changed files with 291 additions and 19 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ No user facing changes.

- Add a compatibility matrix of supported CodeQL Action, CodeQL CLI, and GitHub Enterprise Server versions to the [README.md](README.md). [#2273](https://github.com/github/codeql-action/pull/2273)
- Avoid printing out a warning for a missing `on.push` trigger when the CodeQL Action is triggered via a `workflow_call` event. [#2274](https://github.com/github/codeql-action/pull/2274)
- The `tools: latest` input to the `init` Action has been renamed to `tools: linked`. This option specifies that the Action should use the tools shipped at the same time as the Action. The old name will continue to work for backwards compatibility, but we recommend that new workflows use the new name. [#2281](https://github.com/github/codeql-action/pull/2281)

## 3.25.4 - 08 May 2024

Expand Down
41 changes: 33 additions & 8 deletions lib/setup-codeql.js

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

Loading

0 comments on commit 5a14b05

Please sign in to comment.