Sourced from trunk-io/trunk-action's releases.
v1.1.14
What's Changed
- Adds a
signoff
option to add a Signed-Off-By line to the commits created by the upgrade action (#238)Full Changelog: https://github.com/trunk-io/trunk-action/compare/v1.1.13...v1.1.14
bd68632
feat: add option for Signed-Off-By line in upgrade action (#238)246fbe9
Upgrade trunk to 1.22.0 (#237)Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.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.[UNRELEASED]
- Add a compatibility matrix of supported CodeQL Action, CodeQL CLI, and GitHub Enterprise Server versions to the https://github.com/github/codeql-action/blob/main/README.md. #2273
- Avoid printing out a warning for a missing
on.push
trigger when the CodeQL Action is triggered via aworkflow_call
event. #22743.25.4 - 08 May 2024
- Update default CodeQL bundle version to 2.17.2. #2270
3.25.3 - 25 Apr 2024
- Update default CodeQL bundle version to 2.17.1. #2247
- Workflows running on
macos-latest
using CodeQL CLI versions before v2.15.1 will need to either upgrade their CLI version to v2.15.1 or newer, or change the platform to an Intel MacOS runner, such asmacos-12
. ARM machines with SIP disabled, including the newestmacos-latest
image, are unsupported for CLI versions before 2.15.1. #22613.25.2 - 22 Apr 2024
No user facing changes.
3.25.1 - 17 Apr 2024
- We are rolling out a feature in April/May 2024 that improves the reliability and performance of analyzing code when analyzing a compiled language with the
autobuild
build mode. #2235- Fix a bug where the
init
Action would fail if--overwrite
was specified inCODEQL_ACTION_EXTRA_OPTIONS
. #22453.25.0 - 15 Apr 2024
The deprecated feature for extracting dependencies for a Python analysis has been removed. #2224
As a result, the following inputs and environment variables are now ignored:
- The
setup-python-dependencies
input to theinit
Action- The
CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION
environment variableWe recommend removing any references to these from your workflows. For more information, see the release notes for CodeQL Action v3.23.0 and v2.23.0.
Automatically overwrite an existing database if found on the filesystem. #2229
Bump the minimum CodeQL bundle version to 2.12.6. #2232
A more relevant log message and a diagnostic are now emitted when the
file
program is not installed on a Linux runner, but is required for Go tracing to succeed. #22343.24.10 - 05 Apr 2024
- Update default CodeQL bundle version to 2.17.0. #2219
- Add a deprecation warning for customers using CodeQL version 2.12.5 and earlier. These versions of CodeQL were discontinued on 26 March 2024 alongside GitHub Enterprise Server 3.8, and will be unsupported by CodeQL Action versions 3.25.0 and later and versions 2.25.0 and later. #2220
- If you are using one of these versions, please update to CodeQL CLI version 2.12.6 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.
- Alternatively, if you want to continue using a version of the CodeQL CLI between 2.11.6 and 2.12.5, you can replace
github/codeql-action/*@v3
bygithub/codeql-action/*@v3.24.10
andgithub/codeql-action/*@v2
bygithub/codeql-action/*@v2.24.10
in your code scanning workflow to ensure you continue using this version of the CodeQL Action.
... (truncated)
ccf74c9
Merge pull request #2275
from github/update-v3.25.4-4b812a5df4fdf4ac
Update changelog for v3.25.44b812a5
Merge pull request #2270
from github/update-bundle/codeql-bundle-v2.17.21e21373
Merge pull request #2272
from github/marcogario-patch-14673d41
Build js files65297ef
Update link to deprecation changelog84d6ead
Merge pull request #2271
from github/koesie10/remove-cli-sarif-merge-ffb20bf59
Remove CLI SARIF merge feature flag93b8232
Merge pull request #2265
from github/koesie10/deprecate-mergeee63da2
Add changelog noteSourced from ossf/scorecard-action's releases.
v2.3.3
[!NOTE]
There is no v2.3.2 release as a step was skipped in the release process. This was fixed and re-released under the v2.3.3 tagWhat's Changed
- :seedling: Bump github.com/ossf/scorecard/v4 (v4.13.1) to github.com/ossf/scorecard/v5 (v5.0.0-rc1) by
@spencerschrock
in ossf/scorecard-action#1366- :seedling: Bump github.com/ossf/scorecard/v5 from v5.0.0-rc1 to v5.0.0-rc2 by
@spencerschrock
in ossf/scorecard-action#1374- :seedling: Bump github.com/ossf/scorecard/v5 from v5.0.0-rc2 to v5.0.0-rc2.0.20240509182734-7ce860946928 by
@spencerschrock
in ossf/scorecard-action#1377For a full changelist of what these include, see the v5.0.0-rc1 and v5.0.0-rc2 release notes.
Documentation
- :book: Move token discussion out of main README. by
@spencerschrock
in ossf/scorecard-action#1279- :book: link to
ossf/scorecard
workflow instead of maintaining an example by@spencerschrock
in ossf/scorecard-action#1352- :book: update api links to new scorecard.dev site by
@spencerschrock
in ossf/scorecard-action#1376Full Changelog: https://github.com/ossf/scorecard-action/compare/v2.3.1...v2.3.3
dc50aa9
:seedling: Bump docker tag for v2.3.3 release (#1368)8ff5700
:seedling: Bump github.com/ossf/scorecard/v5 from v5.0.0-rc2 to
v5.0.0-rc2.0....8ba5e73
update api links to new scorecard.dev site (#1376)92ddde3
Bump github.com/ossf/scorecard/v5 from v5.0.0-rc1 to v5.0.0-rc2 (#1374)6c55905
:seedling: Bump golang.org/x/net from 0.24.0 to 0.25.0 (#1373)09bb953
:seedling: Bump distroless/base in the docker-images group (#1372)1511e13
:seedling: Bump the github-actions group across 1 directory with 6
updates (#...df66cd8
:seedling: Bump the docker-images group with 2 updates (#1370)fad9a3c
:seedling: Bump distroless/base in the docker-images group (#1364)1e01a30
:seedling: Bump the github-actions group with 3 updates (#1365)