Bump the all group across 1 directory with 5 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(about 1 year ago)
(about 1 year ago)
dependencies github_actions
Bumps the all group with 5 updates in the / directory:
| Package | From | To |
|---|---|---|
| step-security/harden-runner | 2.11.0 |
2.12.0 |
| github/codeql-action | 3.28.12 |
3.28.18 |
| actions/setup-node | 4.3.0 |
4.4.0 |
| actions/dependency-review-action | 4.5.0 |
4.7.1 |
| ossf/scorecard-action | 2.4.1 |
2.4.2 |
Updates step-security/harden-runner from 2.11.0 to 2.12.0
Release notes
Sourced from step-security/harden-runner's releases.
v2.12.0
What's Changed
A new option,
disable-sudo-and-containers, is now available to replace thedisable-sudo policy, addressing Docker-based privilege escalation (CVE-2025-32955). More details can be found in this blog post.New detections have been added based on insights from the tj-actions and reviewdog actions incidents.
Full Changelog: https://github.com/step-security/harden-runner/compare/v2...v2.12.0
v2.11.1
What's Changed
- cache: add support for GitHub Actions cache v2 by
@h0x0erin step-security/harden-runner#529Full Changelog: https://github.com/step-security/harden-runner/compare/v2...v2.11.1
Commits
0634a26Merge pull request #541 from step-security/rc-202e3c511Update action.yml40873e6Update README.md484c279Update README.md4c8582fUpdate agent versionse8d595cfix disable_sudo_and_containers bug5d277fcfix journalctl related bugff2ab22Merge pull request #536 from rohan-stepsecurity/feat/flag/disable-sudo-and-co...b81d650fix: run sudo command only when both disable-sudo and disable-sudo-and-docker...769df4eUpdate agent- Additional commits viewable in compare view
Updates github/codeql-action from 3.28.12 to 3.28.18
Release notes
Sourced from github/codeql-action's releases.
v3.28.18
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.18 - 16 May 2025
- Update default CodeQL bundle version to 2.21.3. #2893
- Skip validating SARIF produced by CodeQL for improved performance. #2894
- The number of threads and amount of RAM used by CodeQL can now be set via the
CODEQL_THREADSandCODEQL_RAMrunner environment variables. If set, these environment variables override thethreadsandraminputs respectively. #2891See the full CHANGELOG.md for more information.
v3.28.17
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.17 - 02 May 2025
- Update default CodeQL bundle version to 2.21.2. #2872
See the full CHANGELOG.md for more information.
v3.28.16
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.16 - 23 Apr 2025
- Update default CodeQL bundle version to 2.21.1. #2863
See the full CHANGELOG.md for more information.
v3.28.15
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.15 - 07 Apr 2025
- Fix bug where the action would fail if it tried to produce a debug artifact with more than 65535 files. #2842
See the full CHANGELOG.md for more information.
v3.28.14
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]
- The CodeQL Action no longer includes its own copy of the extractor for the
actionslanguage, which is currently in public preview. Theactionsextractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled theactionslanguage and you have pinned yourtools:property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disableactionsanalysis.3.28.18 - 16 May 2025
- Update default CodeQL bundle version to 2.21.3. #2893
- Skip validating SARIF produced by CodeQL for improved performance. #2894
- The number of threads and amount of RAM used by CodeQL can now be set via the
CODEQL_THREADSandCODEQL_RAMrunner environment variables. If set, these environment variables override thethreadsandraminputs respectively. #28913.28.17 - 02 May 2025
- Update default CodeQL bundle version to 2.21.2. #2872
3.28.16 - 23 Apr 2025
- Update default CodeQL bundle version to 2.21.1. #2863
3.28.15 - 07 Apr 2025
- Fix bug where the action would fail if it tried to produce a debug artifact with more than 65535 files. #2842
3.28.14 - 07 Apr 2025
- Update default CodeQL bundle version to 2.21.0. #2838
3.28.13 - 24 Mar 2025
No user facing changes.
3.28.12 - 19 Mar 2025
- Dependency caching should now cache more dependencies for Java
build-mode: noneextractions. This should speed up workflows and avoid inconsistent alerts in some cases.- Update default CodeQL bundle version to 2.20.7. #2810
3.28.11 - 07 Mar 2025
- Update default CodeQL bundle version to 2.20.6. #2793
3.28.10 - 21 Feb 2025
... (truncated)
Commits
ff0a06eMerge pull request #2896 from github/update-v3.28.18-b86edfc27a41e084Update changelog for v3.28.18b86edfcMerge pull request #2893 from github/update-bundle/codeql-bundle-v2.21.3e93b900Merge branch 'main' into update-bundle/codeql-bundle-v2.21.3510dfa3Merge pull request #2894 from github/henrymercer/skip-validating-codeql-sarif492d783Merge branch 'main' into henrymercer/skip-validating-codeql-sarif83bdf3bMerge pull request #2859 from github/update-supported-enterprise-server-versionscffc916Merge pull request #2891 from austinpray-mixpanel/patch-14420887Add deprecation warning for CodeQL 2.16.5 and earlier4e178c5Update supported versions table in README- Additional commits viewable in compare view
Updates actions/setup-node from 4.3.0 to 4.4.0
Release notes
Sourced from actions/setup-node's releases.
v4.4.0
What's Changed
Bug fixes:
- Make eslint-compact matcher compatible with Stylelint by
@FloEdelmannin actions/setup-node#98- Add support for indented eslint output by
@fregantein actions/setup-node#1245Enhancement:
- Support private mirrors by
@marco-ippolitoin actions/setup-node#1240Dependency update:
- Upgrade
@action/cachefrom 4.0.2 to 4.0.3 by@aparnajyothi-yin actions/setup-node#1262New Contributors
@FloEdelmannmade their first contribution in actions/setup-node#98@fregantemade their first contribution in actions/setup-node#1245@marco-ippolitomade their first contribution in actions/setup-node#1240Full Changelog: https://github.com/actions/setup-node/compare/v4...v4.4.0
Commits
Updates actions/dependency-review-action from 4.5.0 to 4.7.1
Release notes
Sourced from actions/dependency-review-action's releases.
v4.7.1
- Packages added to
allow-dependencies-licenseswill be allowed even if the package in question has no license information #889- License expressions (e.g.
Ruby OR GPL-2.0) in the allow list are automatically discarded so that they don't invalidate the whole allow list, which should just be license identifier (e.g.Ruby)v4.7.0
- Handle complex license expressions (e.g.
MIT AND GPL-2.0) in allow lists (fixes #809 and probably others)- Replace
OTHERin package licenses withLicenseRef-clearlydefined-OTHERso that parsing passesv4.6.0
What's Changed
- Updating multiple dependency versions by
@Ahmed3lmallahin actions/dependency-review-action#870- Grouping minor and patch dependabot updates to lessen the number of PRs by
@Ahmed3lmallahin actions/dependency-review-action#876- Bump actions/stale from 9.0.0 to 9.1.0 by
@dependabotin actions/dependency-review-action#878- Bump undici from 5.28.4 to 5.28.5 by
@dependabotin actions/dependency-review-action#877- DR Action should link to the proxima stamp when appropriate in error messages by
@AshelyTCin actions/dependency-review-action#891- Allow deny package removal by
@ellenfieldnin actions/dependency-review-action#888- Fix typos by
@omahsin actions/dependency-review-action#893- Bump esbuild from 0.19.5 to 0.25.0 by
@dependabotin actions/dependency-review-action#900- Bump octokit and related dependencies by
@RomanIakovlevin actions/dependency-review-action#904- Bump
@babel/helpersfrom 7.23.2 to 7.26.10 by@dependabotin actions/dependency-review-action#905- Bump
@octokit/plugin-paginate-restfrom 9.1.5 to 9.2.2 by@dependabotin actions/dependency-review-action#899- Update transitive dependency spdx-license-ids by
@ailoxin actions/dependency-review-action#855- To not print OpenSSF Scorecard section if no dependencies scanned by
@fabasoadin actions/dependency-review-action#884- Improve usage of this action in dependency-review.yml by
@fabasoadin actions/dependency-review-action#883- Clarify comment-summary-in-pr behaviour by
@Pantelis-Santoriniosin actions/dependency-review-action#902- Prepare 4.6.0 Release candidate by
@brrygrdnin actions/dependency-review-action#910New Contributors
@AshelyTCmade their first contribution in actions/dependency-review-action#891@ellenfieldnmade their first contribution in actions/dependency-review-action#888@omahsmade their first contribution in actions/dependency-review-action#893@RomanIakovlevmade their first contribution in actions/dependency-review-action#904@ailoxmade their first contribution in actions/dependency-review-action#855@fabasoadmade their first contribution in actions/dependency-review-action#884@Pantelis-Santoriniosmade their first contribution in actions/dependency-review-action#902@brrygrdnmade their first contribution in actions/dependency-review-action#910Full Changelog: https://github.com/actions/dependency-review-action/compare/v4.5.0...v4.6.0
Commits
da24556Merge pull request #933 from actions/dangoor/471-release9af0cafBump version number for 4.7.1d8f2df2Merge pull request #932 from actions/907-disallow-expression6e9307aDiscard allow list entries that are not SPDX IDs8805179Merge pull request #930 from actions/889-allow-no-license014300bUpdate build34486f3Check namespaces when excluding license checks9b155d6Update buildf199659Allowing dependencies works with no licenses38ecb5bMerge pull request #929 from actions/dangoor/4.7-release- Additional commits viewable in compare view
Updates ossf/scorecard-action from 2.4.1 to 2.4.2
Release notes
Sourced from ossf/scorecard-action's releases.
v2.4.2
What's Changed
This update bumps the Scorecard version to the v5.2.1 release. For a complete list of changes, please refer to the Scorecard v5.2.0 and v5.2.1 release notes.
Full Changelog: https://github.com/ossf/scorecard-action/compare/v2.4.1...v2.4.2
Commits
05b42c6:seedling: bump docker to ghcr v2.4.2 (#1548)b225da6Bump github.com/ossf/scorecard/v5 from v5.2.0 to v5.2.1 (#1550)9399f6f:seedling: Bump the docker-images group across 1 directory with 2 updates (#1...e1daa8c:seedling: Bump the github-actions group across 1 directory with 5 updates (#...9fe6511:seedling: Bump golang.org/x/net from 0.39.0 to 0.40.0 (#1542)25b9cd9:seedling: Bump github.com/ossf/scorecard/v5 from v5.1.1 to v5.2.0 (#1547)18cc9b8:seedling: Bump golang.org/x/net from 0.38.0 to 0.39.0 (#1536)db78142:seedling: Bump the github-actions group with 2 updates (#1538)de386ed:seedling: Bump golang from 1.24.1 to 1.24.2 in the docker-images group (#1534)5b7cedb:seedling: Bump github.com/sigstore/cosign/v2 from 2.4.3 to 2.5.0 (#1537)- 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
Pull Request Statistics
1
7
+15
-15
Package Dependencies
github/codeql-action
actions
3.28.12 → 3.28.18
Patch
actions/dependency-review-action
actions
4.5.0 → 4.7.1
Minor
step-security/harden-runner
actions
2.11.0 → 2.12.0
Minor
Technical Details
| ID: | 815622 |
| UUID: | 2559259449 |
| Node ID: | PR_kwDOAHaIHc6YizM5 |
| Host: | GitHub |
| Repository: | nodejs/node-addon-examples |
| Merge State: | Unknown |