chore(deps): bump the github-actions group across 1 directory with 5 updates
Bumps the github-actions group with 5 updates in the / directory:
| Package | From | To |
|---|---|---|
| step-security/harden-runner | 2.9.0 |
2.10.1 |
| actions/checkout | 4.1.7 |
4.2.2 |
| github/codeql-action | 3.25.15 |
3.27.0 |
| actions/setup-node | 4.0.3 |
4.1.0 |
| actions/upload-artifact | 4.3.4 |
4.4.3 |
Updates step-security/harden-runner from 2.9.0 to 2.10.1
Release notes
Sourced from step-security/harden-runner's releases.
v2.10.1
What's Changed
Release v2.10.1 by
@varunsh-coderin step-security/harden-runner#463 Bug fix: Resolves an issue where DNS resolution of .local domains was failing when using a Kind cluster in a GitHub Actions workflow.Full Changelog: https://github.com/step-security/harden-runner/compare/v2...v2.10.1
v2.10.0
What's Changed
Release v2.10.0 by
@h0x0erand@varunsh-coderin step-security/harden-runner#455ARM Support: Harden-Runner Enterprise tier now supports GitHub-hosted ARM runners. This includes all the features that apply to previously supported GitHub-hosted x64 Linux runners.
Full Changelog: https://github.com/step-security/harden-runner/compare/v2...v2.10.0
v2.9.1
What's Changed
Release v2.9.1 by
@h0x0erand@varunsh-coderin #440 This release includes two changes:
- Updated markdown displayed in the job summary by the Harden-Runner Action.
- Fixed a bug affecting Enterprise Tier customers where the agent attempted to upload telemetry for jobs with disable-telemetry set to true. No telemetry was uploaded as the endpoint was not in the allowed list.
Full Changelog: https://github.com/step-security/harden-runner/compare/v2...v2.9.1
Commits
91182ccMerge pull request #463 from step-security/rc-1459ec1c6Update agent1d23703Merge pull request #461 from step-security/varunsh-coder-patch-1b03bddaUpdate README.md3d8dd68Update README.md446798fMerge pull request #455 from step-security/rc-12f0d3b1eUpdate agentb7880a2update distdade49eMerge pull request #456 from h0x0er/arm-supportd6248bebump enterprise agent version- Additional commits viewable in compare view
Updates actions/checkout from 4.1.7 to 4.2.2
Release notes
Sourced from actions/checkout's releases.
v4.2.2
What's Changed
url-helper.tsnow leverages well-known environment variables by@jww3in actions/checkout#1941- Expand unit test coverage for
isGhesby@jww3in actions/checkout#1946Full Changelog: https://github.com/actions/checkout/compare/v4.2.1...v4.2.2
v4.2.1
What's Changed
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoyin actions/checkout#1924New Contributors
@Jcambassmade their first contribution in actions/checkout#1919Full Changelog: https://github.com/actions/checkout/compare/v4.2.0...v4.2.1
v4.2.0
What's Changed
- Add Ref and Commit outputs by
@lucacomein actions/checkout#1180- Dependabot updates in actions/checkout#1777 & actions/checkout#1872
New Contributors
@yasonkmade their first contribution in actions/checkout#1869@lucacomemade their first contribution in actions/checkout#1180Full Changelog: https://github.com/actions/checkout/compare/v4.1.7...v4.2.0
Changelog
Sourced from actions/checkout's changelog.
Changelog
v4.2.2
url-helper.tsnow leverages well-known environment variables by@jww3in actions/checkout#1941- Expand unit test coverage for
isGhesby@jww3in actions/checkout#1946v4.2.1
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoyin actions/checkout#1924v4.2.0
- Add Ref and Commit outputs by
@lucacomein 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
@dependabotin actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@dependabotin actions/checkout#1697- Check out other refs/* by commit by
@orhantoyin actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
@jww3in actions/checkout#1776v4.1.6
- Check platform to set archive extension appropriately by
@cory-millerin actions/checkout#1732v4.1.5
- Update NPM dependencies by
@cory-millerin actions/checkout#1703- Bump github/codeql-action from 2 to 3 by
@dependabotin actions/checkout#1694- Bump actions/setup-node from 1 to 4 by
@dependabotin actions/checkout#1696- Bump actions/upload-artifact from 2 to 4 by
@dependabotin actions/checkout#1695- README: Suggest
user.emailto be41898282+github-actions[bot]@users.noreply.github.comby@cory-millerin actions/checkout#1707v4.1.4
- Disable
extensions.worktreeConfigwhen disablingsparse-checkoutby@jww3in actions/checkout#1692- Add dependabot config by
@cory-millerin actions/checkout#1688- Bump the minor-actions-dependencies group with 2 updates by
@dependabotin actions/checkout#1693- Bump word-wrap from 1.2.3 to 1.2.5 by
@dependabotin actions/checkout#1643v4.1.3
- Check git version before attempting to disable
sparse-checkoutby@jww3in actions/checkout#1656- Add SSH user parameter by
@cory-millerin actions/checkout#1685- Update
actions/checkoutversion inupdate-main-version.ymlby@jww3in actions/checkout#1650v4.1.2
- Fix: Disable sparse checkout whenever
sparse-checkoutoption is not present@dschoin actions/checkout#1598v4.1.1
- Correct link to GitHub Docs by
@peterbein actions/checkout#1511- Link to release page from what's new section by
@cory-millerin actions/checkout#1514v4.1.0
... (truncated)
Commits
11bd719Prepare 4.2.2 Release (#1953)e3d2460Expand unit test coverage (#1946)163217durl-helper.tsnow leverages well-known environment variables. (#1941)eef6144Prepare 4.2.1 release (#1925)6b42224Add workflow file for publishing releases to immutable action package (#1919)de5a000Check out other refs/* by commit if provided, fall back to ref (#1924)d632683Prepare 4.2.0 release (#1878)6d193bfBump braces from 3.0.2 to 3.0.3 (#1777)db0cee9Bump the minor-npm-dependencies group across 1 directory with 4 updates (#1872)b684943Add Ref and Commit outputs (#1180)- Additional commits viewable in compare view
Updates github/codeql-action from 3.25.15 to 3.27.0
Release notes
Sourced from github/codeql-action's releases.
v3.27.0
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2andv3of the CodeQL Action is the node version they support, withv3running on node 20 while we continue to releasev2to support running on node 16. For example3.22.11was the firstv3release 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.3.27.0 - 22 Oct 2024
- Bump the minimum CodeQL bundle version to 2.14.6. #2549
- Fix an issue where the
upload-sarifAction would fail with "upload-sarif post-action step failed: Input required and not supplied: token" when called in a composite Action that had a different set of inputs to the ones expected by theupload-sarifAction. #2557- Update default CodeQL bundle version to 2.19.2. #2552
See the full CHANGELOG.md for more information.
v3.26.13
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2andv3of the CodeQL Action is the node version they support, withv3running on node 20 while we continue to releasev2to support running on node 16. For example3.22.11was the firstv3release 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.3.26.13 - 14 Oct 2024
No user facing changes.
See the full CHANGELOG.md for more information.
v3.26.12
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2andv3of the CodeQL Action is the node version they support, withv3running on node 20 while we continue to releasev2to support running on node 16. For example3.22.11was the firstv3release 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.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/*@v3bygithub/codeql-action/*@v3.26.11andgithub/codeql-action/*@v2bygithub/codeql-action/*@v2.26.11in your code scanning workflow to ensure you continue using this version of the CodeQL Action.See the full CHANGELOG.md for more information.
v3.26.11
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
... (truncated)
Changelog
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
v2andv3of the CodeQL Action is the node version they support, withv3running on node 20 while we continue to releasev2to support running on node 16. For example3.22.11was the firstv3release 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.27.0 - 22 Oct 2024
- Bump the minimum CodeQL bundle version to 2.14.6. #2549
- Fix an issue where the
upload-sarifAction would fail with "upload-sarif post-action step failed: Input required and not supplied: token" when called in a composite Action that had a different set of inputs to the ones expected by theupload-sarifAction. #2557- Update default CodeQL bundle version to 2.19.2. #2552
3.26.13 - 14 Oct 2024
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/*@v3bygithub/codeql-action/*@v3.26.11andgithub/codeql-action/*@v2bygithub/codeql-action/*@v2.26.11in 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@v4to 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_UPGRADEenvironment variable totrueand bumpactions/download-artifact@v3toactions/download-artifact@v4in their workflows. The CodeQL Action will enable this behavior by default in early November and workflows that have not yet bumped toactions/download-artifact@v3toactions/download-artifact@v4will begin failing then.This change is currently unavailable for GitHub Enterprise Server customers, as
actions/upload-artifact@v4andactions/download-artifact@v4are 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
... (truncated)
Commits
6624720Merge pull request #2561 from github/update-v3.27.0-b35b023d9ce7c2b5Update changelog for v3.27.0b35b023Merge pull request #2552 from github/update-bundle/codeql-bundle-v2.19.2dafc762Merge pull request #2560 from github/aeisenberg/fix-required-checks0d1eb88Remove ESLint from required checks0a30541Merge pull request #2558 from github/dependabot/npm_and_yarn/npm-6515e6e3282a6a6adUpdate checked-in dependencies26c18c2Bump the npm group with 3 updates7080a68Merge branch 'main' into update-bundle/codeql-bundle-v2.19.263eb7bbMerge pull request #2551 from github/cklin/diff-informed-queries-feature- Additional commits viewable in compare view
Updates actions/setup-node from 4.0.3 to 4.1.0
Release notes
Sourced from actions/setup-node's releases.
v4.1.0
What's Changed
- Resolve High Security Alerts by upgrading Dependencies by
@aparnajyothi-yin actions/setup-node#1132- Upgrade IA Publish by
@Jcambassin actions/setup-node#1134- Revise
isGheslogic by@jww3in actions/setup-node#1148- Add architecture to cache key by
@pengx17in actions/setup-node#843 This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts. Note: This change may break previous cache keys as they will no longer be compatible with the new format.New Contributors
@jww3made their first contribution in actions/setup-node#1148@pengx17made their first contribution in actions/setup-node#843Full Changelog: https://github.com/actions/setup-node/compare/v4...v4.1.0
v4.0.4
What's Changed
- Add workflow file for publishing releases to immutable action package by
@Jcambassin actions/setup-node#1125- Enhance Windows ARM64 Setup and Update micromatch Dependency by
@priyagupta108in actions/setup-node#1126Documentation changes:
- Documentation update in the README file by
@suyashgaonkarin actions/setup-node#1106- Correct invalid 'lts' version string reference by
@fulldecentin actions/setup-node#1124New Contributors
@suyashgaonkarmade their first contribution in actions/setup-node#1106@priyagupta108made their first contribution in actions/setup-node#1126@Jcambassmade their first contribution in actions/setup-node#1125@fulldecentmade their first contribution in actions/setup-node#1124Full Changelog: https://github.com/actions/setup-node/compare/v4...v4.0.4
Commits
39370e3fix: add arch to cached path (#843)abb238bReviseisGheslogic (#1148)aca7b64Merge pull request #1134 from actions/Jcambass-patch-188de2a3Resolve High Security Alerts by upgrading Dependencies (#1132)0a44ba7Correct version string (#1124)d6ebc7bUpgrade IA Publish97ca147Merge pull request #1125 from actions/add-is-release-workflowaa363deCreate publish-immutable-action.yml1c7b2dbFix: windows arm64 setup (#1126)26961cfDocumentation update in the README file (#1106)- See full diff in compare view
Updates actions/upload-artifact from 4.3.4 to 4.4.3
Release notes
Sourced from actions/upload-artifact's releases.
v4.4.3
What's Changed
- Undo indirect dependency updates from #627 by
@joshmgrossin actions/upload-artifact#632Full Changelog: https://github.com/actions/upload-artifact/compare/v4.4.2...v4.4.3
v4.4.2
What's Changed
- Bump
@actions/artifactto 2.1.11 by@robherleyin actions/upload-artifact#627
- Includes fix for relative symlinks not resolving properly
Full Changelog: https://github.com/actions/upload-artifact/compare/v4.4.1...v4.4.2
v4.4.1
What's Changed
- Add a section about hidden files by
@joshmgrossin actions/upload-artifact#607- Add workflow file for publishing releases to immutable action package by
@Jcambassin actions/upload-artifact#621- Update
@actions/artifactto latest version, includes symlink and timeout fixes by@robherleyin actions/upload-artifact#625New Contributors
@Jcambassmade their first contribution in actions/upload-artifact#621Full Changelog: https://github.com/actions/upload-artifact/compare/v4.4.0...v4.4.1
v4.4.0
Notice: Breaking Changes :warning:
We will no longer include hidden files and folders by default in the
upload-artifactaction 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
@joshmgrossin 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/artifact2.1.8 by@robherleyin actions/upload-artifact#594Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.3.6
v4.3.5
What's Changed
- Bump
@actions/artifactto v2.1.9 by@robherleyin actions/upload-artifact#588
... (truncated)
Commits
b4b15b8Merge pull request #632 from actions/joshmgross/undo-dependency-changes92b01ebUndo indirect dependency updates from #6278448086Merge pull request #627 from actions/robherley/v4.4.2b1d4642add explicit relative and absolute symlinks to workflowd50e660bump versionaabe6f8build with@actions/artifactv2.1.11604373dMerge pull request #625 from actions/robherley/artifact-2.1.100150148paste right core versiona009b25update licenses9f6f6f4update@actions/coreand@actions/artifactto latest versions- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions