Sourced from actions/checkout's releases.
v4.2.0
What's Changed
- Add Ref and Commit outputs by
@lucacome
in actions/checkout#1180- Dependabot updates in actions/checkout#1777 & actions/checkout#1872
New Contributors
@yasonk
made their first contribution in actions/checkout#1869@lucacome
made their first contribution in actions/checkout#1180Full Changelog: https://github.com/actions/checkout/compare/v4.1.7...v4.2.0
Sourced from actions/checkout's changelog.
Changelog
v4.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
v3.6.0
... (truncated)
d632683
Prepare 4.2.0 release (#1878)6d193bf
Bump braces from 3.0.2 to 3.0.3 (#1777)db0cee9
Bump the minor-npm-dependencies group across 1 directory with 4 updates
(#1872)b684943
Add Ref and Commit outputs (#1180)2d7d9f7
Provide explanation for where user email came from (#1869)9a9194f
Bump docker/build-push-action from 5.3.0 to 6.5.0 (#1832)dd960bd
Bump docker/login-action in the minor-actions-dependencies group (#1831)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.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. #24413.26.4 - 21 Aug 2024
- Deprecation: The
add-snippets
input on theanalyze
Action is deprecated and will be removed in the first release in August 2025. #2436- Fix an issue where the disk usage system call used for telemetry would fail on MacOS ARM machines with System Integrity Protection disabled, and then surface a warning. The system call is now disabled for these machines. #2434
3.26.3 - 19 Aug 2024
- Fix an issue where the CodeQL Action could not write diagnostic messages on Windows. This issue did not impact analysis quality. #2430
3.26.2 - 14 Aug 2024
- Update default CodeQL bundle version to 2.18.2. #2417
3.26.1 - 13 Aug 2024
No user facing changes.
3.26.0 - 06 Aug 2024
- Deprecation: Swift analysis on Ubuntu runner images is no longer supported. Please migrate to a macOS runner if this affects you. #2403
... (truncated)
461ef6c
Merge pull request #2503
from github/update-v3.26.9-f861efb2b00b1146
Update changelog for v3.26.9f861efb
Merge pull request #2498
from github/dependabot/npm_and_yarn/npm-9874b37b58426821d
Merge pull request #2485
from github/dependabot/github_actions/actions-a88a8c...07e8133
Merge pull request #2501
from github/henrymercer/missing-autobuild-config-errore0a151e
Fix inconsistency in autobuild error tracking6b0ce4e
revert eslint-plugin-import to 2.29.107fd497
Merge branch 'main' into
dependabot/github_actions/actions-a88a8c5a242cddcb1
Merge pull request #2499
from github/aeisenberg/no-upload-sarif6225a95
Don't upload during cancelled jobsSourced from actions/setup-node's releases.
v4.0.4
What's Changed
- Add workflow file for publishing releases to immutable action package by
@Jcambass
in actions/setup-node#1125- Enhance Windows ARM64 Setup and Update micromatch Dependency by
@priyagupta108
in actions/setup-node#1126Documentation changes:
- Documentation update in the README file by
@suyashgaonkar
in actions/setup-node#1106- Correct invalid 'lts' version string reference by
@fulldecent
in actions/setup-node#1124New Contributors
@suyashgaonkar
made their first contribution in actions/setup-node#1106@priyagupta108
made their first contribution in actions/setup-node#1126@Jcambass
made their first contribution in actions/setup-node#1125@fulldecent
made their first contribution in actions/setup-node#1124Full Changelog: https://github.com/actions/setup-node/compare/v4...v4.0.4
Sourced from actions/upload-artifact's releases.
v4.4.0
Notice: Breaking Changes :warning:
We will no longer include hidden files and folders by default in the
upload-artifact
action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option,include-hidden-files
, to continue to do so.See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details.
What's Changed
- Exclude hidden files by default by
@joshmgross
in actions/upload-artifact#598Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.6...v4.4.0
v4.3.6
What's Changed
- Revert to
@actions/artifact
2.1.8 by@robherley
in actions/upload-artifact#594Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.3.6
v4.3.5
What's Changed
- Bump
@actions/artifact
to v2.1.9 by@robherley
in actions/upload-artifact#588Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.4...v4.3.5
5076954
Merge pull request #598
from actions/joshmgross/exclude-hidden-filesd52396a
Add a warning about enabling include-hidden-files
710f362
Remove "merged" from include-hidden-files
input
description3b315f2
npm run release
again 🙂3be2180
Remove another trailing comma453e8d0
Update glob license0a398c1
npm run release
a0c40cf
Update to latest @actions/glob
and fix testsacb59e4
lint
cb6558b
Exclude hidden files by defaultSourced from actions/create-github-app-token's releases.
v1.11.0
What's Changed
Features
- Allow repositories input to be comma or newline-separated by
@peter-evans
in actions/create-github-app-token#169New Contributors
@peter-evans
made their first contribution in actions/create-github-app-token#169Full Changelog: https://github.com/actions/create-github-app-token/compare/v1.10.4...v1.11.0
v1.10.4
What's Changed
- build(deps-dev): bump the development-dependencies group with 4 updates by
@dependabot
in actions/create-github-app-token#150- docs(README): fix the
git committer string
andConfigure git CLI
examples by@maboloshi
in actions/create-github-app-token#151- docs(readme): document how a Base64 private key could be decoded by
@vleon1a
in actions/create-github-app-token#155- test: fix test file extensions and inputs for repositories by
@parkerbxyz
in actions/create-github-app-token#161- build(deps-dev): bump the development-dependencies group across 1 directory with 4 updates by
@dependabot
in actions/create-github-app-token#167Bug Fixes
- bump the production-dependencies group across 1 directory with 3 updates by
@dependabot
in actions/create-github-app-token#166New Contributors
@vleon1a
made their first contribution in actions/create-github-app-token#155Full Changelog: https://github.com/actions/create-github-app-token/compare/v1.10.3...v1.10.4
5d869da
build(release): 1.11.0 [skip ci]796b88d
feat: allow repositories input to be comma or newline-separated (#169)3378cda
build(release): 1.10.4 [skip ci]e177c20
fix(deps): bump the production-dependencies group across 1 directory
with 3 u...961c228
build(deps-dev): bump the development-dependencies group across 1
directory w...15db037
test: fix test file extensions and inputs for repositories (#161)9ccc6db
ci(test): add workflow_dispatch
trigger000e2a0
docs(readme): document how a Base64 private key could be decoded (#155)d0ac2ad
docs(README): fix the git committer string
and
Configure git CLI
examples...040c259
build(deps-dev): bump the development-dependencies group with 4 updates
(#150)