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.10.2 |
2.11.0 |
| github/codeql-action | 3.28.0 |
3.28.10 |
| actions/setup-node | 4.1.0 |
4.2.0 |
| ossf/scorecard-action | 2.4.0 |
2.4.1 |
| actions/upload-artifact | 4.5.0 |
4.6.1 |
Updates step-security/harden-runner from 2.10.2 to 2.11.0
Release notes
Sourced from step-security/harden-runner's releases.
v2.11.0
What's Changed
Release v2.11.0 in #498 Harden-Runner Enterprise tier now supports the use of eBPF for DNS resolution and network call monitoring
Full Changelog: https://github.com/step-security/harden-runner/compare/v2...v2.11.0
v2.10.4
What's Changed
Fixed a potential Harden-Runner post step failure that could occur when printing agent service logs. The fix gracefully handles failures without failing the post step.
Full Changelog: https://github.com/step-security/harden-runner/compare/v2...v2.10.4
v2.10.3
What's Changed
Fixed an issue where DNS requests using uppercase characters (e.g., EXAMPLE.com) were blocked even when the domain was present in the allowed list. This update standardizes domain names to lowercase for consistent comparison.
Full Changelog: https://github.com/step-security/harden-runner/compare/v2...v2.10.3
Commits
4d991ebMerge pull request #498 from step-security/rc-184ea872fUpdate README.md65d6f6eAdd workflows1034c9aUpdate package-lock.jsonab221e2Update agent7cb6c2fUpdate agentcb605e5Merge pull request #496 from step-security/fix-enobufs61144ddUpdate log statementb8be370Add try catch block6f6fa07Fix ENOBUFS issue- Additional commits viewable in compare view
Updates github/codeql-action from 3.28.0 to 3.28.10
Release notes
Sourced from github/codeql-action's releases.
v3.28.10
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.10 - 21 Feb 2025
- Update default CodeQL bundle version to 2.20.5. #2772
- Address an issue where the CodeQL Bundle would occasionally fail to decompress on macOS. #2768
See the full CHANGELOG.md for more information.
v3.28.9
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.9 - 07 Feb 2025
- Update default CodeQL bundle version to 2.20.4. #2753
See the full CHANGELOG.md for more information.
v3.28.8
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.8 - 29 Jan 2025
- Enable support for Kotlin 2.1.10 when running with CodeQL CLI v2.20.3. #2744
See the full CHANGELOG.md for more information.
v3.28.7
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.7 - 29 Jan 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.28.6
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.
[UNRELEASED]
No user facing changes.
3.28.10 - 21 Feb 2025
- Update default CodeQL bundle version to 2.20.5. #2772
- Address an issue where the CodeQL Bundle would occasionally fail to decompress on macOS. #2768
3.28.9 - 07 Feb 2025
- Update default CodeQL bundle version to 2.20.4. #2753
3.28.8 - 29 Jan 2025
- Enable support for Kotlin 2.1.10 when running with CodeQL CLI v2.20.3. #2744
3.28.7 - 29 Jan 2025
No user facing changes.
3.28.6 - 27 Jan 2025
- Re-enable debug artifact upload for CLI versions 2.20.3 or greater. #2726
3.28.5 - 24 Jan 2025
- Update default CodeQL bundle version to 2.20.3. #2717
3.28.4 - 23 Jan 2025
No user facing changes.
3.28.3 - 22 Jan 2025
- Update default CodeQL bundle version to 2.20.2. #2707
- Fix an issue downloading the CodeQL Bundle from a GitHub Enterprise Server instance which occurred when the CodeQL Bundle had been synced to the instance using the CodeQL Action sync tool and the Actions runner did not have Zstandard installed. #2710
- Uploading debug artifacts for CodeQL analysis is temporarily disabled. #2712
3.28.2 - 21 Jan 2025
No user facing changes.
3.28.1 - 10 Jan 2025
- CodeQL Action v2 is now deprecated, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v3. For more information, see this changelog post. #2677
... (truncated)
Commits
b56ba49Merge pull request #2778 from github/update-v3.28.10-9856c48b160c9c77Update changelog for v3.28.109856c48Merge pull request #2773 from github/redsun82/rust9572e09Rust: fix log string1a52936Rust: special case default setupcf7e909Merge pull request #2772 from github/update-bundle/codeql-bundle-v2.20.5b7006aaMerge branch 'main' into update-bundle/codeql-bundle-v2.20.5cfedae7Rust: throw configuration errors if requested and not correctly enabled3971ed2Merge branch 'main' into redsun82/rustd38c6e6Merge pull request #2775 from github/angelapwen/bump-octokit- Additional commits viewable in compare view
Updates actions/setup-node from 4.1.0 to 4.2.0
Release notes
Sourced from actions/setup-node's releases.
v4.2.0
What's Changed
- Enhance workflows and upgrade publish-actions from 0.2.2 to 0.3.0 by
@aparnajyothi-yin actions/setup-node#1174- Add recommended permissions section to readme by
@benwellsin actions/setup-node#1193- Configure Dependabot settings by
@HarithaVattikutiin actions/setup-node#1192- Upgrade
@actions/cacheto^4.0.0by@priyagupta108in actions/setup-node#1191- Upgrade pnpm/action-setup from 2 to 4 by
@dependabotin actions/setup-node#1194- Upgrade actions/publish-immutable-action from 0.0.3 to 0.0.4 by
@dependabotin actions/setup-node#1195- Upgrade semver from 7.6.0 to 7.6.3 by
@dependabotin actions/setup-node#1196- Upgrade
@types/jestfrom 29.5.12 to 29.5.14 by@dependabotin actions/setup-node#1201- Upgrade undici from 5.28.4 to 5.28.5 by
@dependabotin actions/setup-node#1205New Contributors
@benwellsmade their first contribution in actions/setup-node#1193Full Changelog: https://github.com/actions/setup-node/compare/v4...v4.2.0
Commits
1d0ff46Bump undici from 5.28.4 to 5.28.5 (#1205)574f09aBump@types/jestfrom 29.5.12 to 29.5.14 (#1201)260f870Bump semver from 7.6.0 to 7.6.3 (#1196)111c4beBump actions/publish-immutable-action from 0.0.3 to 0.0.4 (#1195)0bc26deBump pnpm/action-setup from 2 to 4 (#1194)8f9cc17Use the new cache service: upgrade@actions/cacheto^4.0.0(#1191)5eef37bCreate dependabot.yml (#1192)fbeca22Update README.md (#1193)48b9067Add macos-13 to the workflows and upgrade publish-actions from 0.2.2 to 0.3.0...- See full diff in compare view
Updates ossf/scorecard-action from 2.4.0 to 2.4.1
Release notes
Sourced from ossf/scorecard-action's releases.
v2.4.1
What's Changed
- This update bumps the Scorecard version to the v5.1.1 release. For a complete list of changes, please refer to the v5.1.0 and v5.1.1 release notes.
- Publishing results now uses half the API quota as before. The exact savings depends on the repository in question.
- use Scorecard library entrypoint instead of Cobra hooking by
@spencerschrockin ossf/scorecard-action#1423- Some errors were made into annotations to make them more visible
- Make default branch error more prominent by
@jsorefin ossf/scorecard-action#1459- There is now an optional
file_modeinput which controls how repository files are fetched from GitHub. The default isarchive, butgitproduces the most accurate results for repositories with.gitattributesfiles at the cost of analysis speed.
- add input for specifying
--file-modeby@spencerschrockin ossf/scorecard-action#1509- The underlying container for the action is now hosted on GitHub Container Registry. There should be no functional changes.
- :seedling: publish docker images to GitHub Container Registry by
@spencerschrockin ossf/scorecard-action#1453Docs
- Installation docs update by
@JeremiahAHowardin ossf/scorecard-action#1416New Contributors
@JeremiahAHowardmade their first contribution in ossf/scorecard-action#1416@jsorefmade their first contribution in ossf/scorecard-action#1459 Full Changelog: https://github.com/ossf/scorecard-action/compare/v2.4.0...v2.4.1
Commits
f49aabebump docker to ghcr v2.4.1 (#1478)30a595b:seedling: Bump github.com/sigstore/cosign/v2 from 2.4.2 to 2.4.3 (#1515)69ae593omit vcs info from build (#1514)6a62a1cadd input for specifying--file-mode(#1509)2722664:seedling: Bump the github-actions group with 2 updates (#1510)ae0ef31:seedling: Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#1512)3676bbc:seedling: Bump golang from 1.23.6 to 1.24.0 in the docker-images group (#1513)ae7548aLimit codeQL push trigger to main branch (#1507)9165624upgrade scorecard to v5.1.0 (#1508)620fd28:seedling: Bump the github-actions group with 2 updates (#1505)- Additional commits viewable in compare view
Updates actions/upload-artifact from 4.5.0 to 4.6.1
Release notes
Sourced from actions/upload-artifact's releases.
v4.6.1
What's Changed
- Update to use artifact 2.2.2 package by
@yacaovsncin actions/upload-artifact#673Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.6.1
v4.6.0
What's Changed
- Expose env vars to control concurrency and timeout by
@yacaovsncin actions/upload-artifact#662Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.6.0
Commits
4cec3d8Merge pull request #673 from actions/yacaovsnc/artifact_2.2.2e9fad96license cache update for artifactb26fd06Update to use artifact 2.2.2 package65c4c4aMerge pull request #662 from actions/yacaovsnc/add_variable_for_concurrency_a...0207619move files back to satisfy licensed ci1ecca81licensed cache updates9742269Expose env vars to controll concurrency and timeout- See full diff 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