Sourced from actions/checkout's releases.
v4.2.1
What's Changed
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoy
in actions/checkout#1924New Contributors
@Jcambass
made their first contribution in actions/checkout#1919Full Changelog: https://github.com/actions/checkout/compare/v4.2.0...v4.2.1
Sourced from actions/checkout's changelog.
Changelog
v4.2.1
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoy
in actions/checkout#1924v4.2.0
- Add Ref and Commit outputs by
@lucacome
in actions/checkout#1180- Dependency updates by
@dependabot
- actions/checkout#1777, actions/checkout#1872v4.1.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@dependabot
in actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@dependabot
in actions/checkout#1697- Check out other refs/* by commit by
@orhantoy
in actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
@jww3
in actions/checkout#1776v4.1.6
- Check platform to set archive extension appropriately by
@cory-miller
in actions/checkout#1732v4.1.5
- Update NPM dependencies by
@cory-miller
in actions/checkout#1703- Bump github/codeql-action from 2 to 3 by
@dependabot
in actions/checkout#1694- Bump actions/setup-node from 1 to 4 by
@dependabot
in actions/checkout#1696- Bump actions/upload-artifact from 2 to 4 by
@dependabot
in actions/checkout#1695- README: Suggest
user.email
to be41898282+github-actions[bot]@users.noreply.github.com
by@cory-miller
in actions/checkout#1707v4.1.4
- Disable
extensions.worktreeConfig
when disablingsparse-checkout
by@jww3
in actions/checkout#1692- Add dependabot config by
@cory-miller
in actions/checkout#1688- Bump the minor-actions-dependencies group with 2 updates by
@dependabot
in actions/checkout#1693- Bump word-wrap from 1.2.3 to 1.2.5 by
@dependabot
in actions/checkout#1643v4.1.3
- Check git version before attempting to disable
sparse-checkout
by@jww3
in actions/checkout#1656- Add SSH user parameter by
@cory-miller
in actions/checkout#1685- Update
actions/checkout
version inupdate-main-version.yml
by@jww3
in actions/checkout#1650v4.1.2
- Fix: Disable sparse checkout whenever
sparse-checkout
option is not present@dscho
in actions/checkout#1598v4.1.1
- Correct link to GitHub Docs by
@peterbe
in actions/checkout#1511- Link to release page from what's new section by
@cory-miller
in actions/checkout#1514v4.1.0
v4.0.0
... (truncated)
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]
No user facing changes.
3.26.12 - 07 Oct 2024
Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.14.5 and earlier. These versions of CodeQL were discontinued on 24 September 2024 alongside GitHub Enterprise Server 3.10, and will be unsupported by CodeQL Action versions 3.27.0 and later and versions 2.27.0 and later. #2520
If you are using one of these versions, please update to CodeQL CLI version 2.14.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.13.5 and 2.14.5, you can replace
github/codeql-action/*@v3
bygithub/codeql-action/*@v3.26.11
andgithub/codeql-action/*@v2
bygithub/codeql-action/*@v2.26.11
in your code scanning workflow to ensure you continue using this version of the CodeQL Action.3.26.11 - 03 Oct 2024
Upcoming breaking change: Add support for using
actions/download-artifact@v4
to programmatically consume CodeQL Action debug artifacts.Starting November 30, 2024, GitHub.com customers will no longer be able to use
actions/download-artifact@v3
. Therefore, to avoid breakage, customers who programmatically download the CodeQL Action debug artifacts should set theCODEQL_ACTION_ARTIFACT_V4_UPGRADE
environment variable totrue
and bumpactions/download-artifact@v3
toactions/download-artifact@v4
in their workflows. The CodeQL Action will enable this behavior by default in early November and workflows that have not yet bumped toactions/download-artifact@v3
toactions/download-artifact@v4
will begin failing then.This change is currently unavailable for GitHub Enterprise Server customers, as
actions/upload-artifact@v4
andactions/download-artifact@v4
are not yet compatible with GHES.Update default CodeQL bundle version to 2.19.1. #2519
3.26.10 - 30 Sep 2024
- We are rolling out a feature in September/October 2024 that sets up CodeQL using a bundle compressed with Zstandard. Our aim is to improve the performance of setting up CodeQL. #2502
3.26.9 - 24 Sep 2024
No user facing changes.
3.26.8 - 19 Sep 2024
- Update default CodeQL bundle version to 2.19.0. #2483
3.26.7 - 13 Sep 2024
- Update default CodeQL bundle version to 2.18.4. #2471
3.26.6 - 29 Aug 2024
- Update default CodeQL bundle version to 2.18.3. #2449
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
... (truncated)
c36620d
Merge pull request #2529
from github/update-v3.26.12-c9a70ff45570aecb
Update changelog for v3.26.12c9a70ff
Merge pull request #2526
from github/henrymercer/check-zstd-on-pathd65a176
Rebuildbf2e624
Update src/tar.ts56d1975
Merge pull request #2489
from github/redsun82/rust7cf65a5
Merge pull request #2518
from github/dependabot/npm_and_yarn/npm-88156698cd8a56dd2
Update to @actions/core
1.11.11532671
Update default bundle to 2.19.1 (#2519)64871a8
Merge branch 'main' into update-bundle/codeql-bundle-v2.19.1Sourced from actions/upload-artifact's releases.
v4.4.1
What's Changed
- Add a section about hidden files by
@joshmgross
in actions/upload-artifact#607- Add workflow file for publishing releases to immutable action package by
@Jcambass
in actions/upload-artifact#621- Update
@actions/artifact
to latest version, includes symlink and timeout fixes by@robherley
in actions/upload-artifact#625New Contributors
@Jcambass
made their first contribution in actions/upload-artifact#621Full Changelog: https://github.com/actions/upload-artifact/compare/v4.4.0...v4.4.1
604373d
Merge pull request #625
from actions/robherley/artifact-2.1.100150148
paste right core versiona009b25
update licenses9f6f6f4
update @actions/core
and @actions/artifact
to latest versions3eadd8b
Merge pull request #621
from actions/Jcambass-patch-1aeba9f7
Add workflow file for publishing releases to immutable action
packageb18b1d3
Merge pull request #607
from actions/joshmgross/hidden-files-readmed7c1207
Add a section about hidden files