chore(deps): bump the all group across 1 directory with 9 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(4 days ago)
(4 days ago)
dependencies github_actions
Bumps the all group with 9 updates in the / directory:
| Package | From | To |
|---|---|---|
| step-security/harden-runner | 2.15.1 |
2.19.4 |
| actions/checkout | 6.0.2 |
6.0.3 |
| actions/setup-node | 6.3.0 |
6.4.0 |
| github/codeql-action | 4.32.6 |
4.36.2 |
| codecov/codecov-action | 5.5.2 |
7.0.0 |
| actions/dependency-review-action | 4.9.0 |
5.0.0 |
| googleapis/release-please-action | 4.4.0 |
5.0.0 |
| actions/upload-artifact | 7.0.0 |
7.0.1 |
| actions/stale | 10.2.0 |
10.3.0 |
Updates step-security/harden-runner from 2.15.1 to 2.19.4
Release notes
Sourced from step-security/harden-runner's releases.
v2.19.4
What's Changed
- Improvements for HTTPS Monitoring for the Enterprise tier of Harden Runner
Full Changelog: https://github.com/step-security/harden-runner/compare/v2.19.3...v2.19.4
v2.19.3
What's Changed
- Default to audit mode when api-key missing with use-policy-store by
@varunsh-coderin step-security/harden-runner#665Full Changelog: https://github.com/step-security/harden-runner/compare/v2.19.2...v2.19.3
v2.19.2
What's Changed
- Update the Harden Runner agent for enterprise tier to use go 1.26 and fix minor bugs.
Full Changelog: https://github.com/step-security/harden-runner/compare/v2.19.1...v2.19.2
v2.19.1
What's Changed
- fix: detect ubuntu-slim runners early and bail out by
@devantlerin step-security/harden-runner#657What the fix changes
- Harden-Runner will detect
ubuntu-slimrunners and exit cleanly with an informational log message, instead of post harden runner step failing on chown: invalid user: 'undefined'.What the fix does not do
- Jobs running on
ubuntu-slimwill not be monitored by Harden-Runner. The agent relies on kernel-level features (that require elevated capabilities).- Per GitHub's docs on single-CPU runners: "The container for ubuntu-slim runners runs in unprivileged mode. This means that some operations requiring elevated privileges such as mounting file systems, using Docker-in-Docker, or accessing low-level kernel features are not supported." Those low-level kernel features are what the agent needs, so monitoring inside the unprivileged container is not feasible today.
For StepSecurity enterprise customers If your security posture requires that workflows are always monitored, you can block the use of
ubuntu-slimvia workflow run policies see the Runner Label Policy docs. This lets you enforce that jobs only run on monitored runner types.New Contributors
@devantlermade their first contribution in step-security/harden-runner#657Full Changelog: https://github.com/step-security/harden-runner/compare/v2.19.0...v2.19.1
v2.19.0
What's Changed
New Runner Support
Harden-Runner now supports Depot, Blacksmith, Namespace, and WarpBuild runners with the same egress monitoring, runtime monitoring, and policy enforcement available on GitHub-hosted runners.
Automated Incident Response for Supply Chain Attacks
- Global block list: Outbound connections to known malicious domains and IPs are now blocked even in audit mode.
- System-defined detection rules: Harden-Runner will trigger lockdown mode when a high risk event is detected during an active supply chain attack (for example, a process reading the memory of the runner worker process, a common technique for stealing GitHub Actions secrets).
Bug Fixes
Windows and macOS: stability and reliability fixes
... (truncated)
Commits
9af89fcMerge pull request #667 from step-security/update-agent-v1.8.6485dce8Update agent to v1.8.6ab7a940Merge pull request #665 from step-security/fix/use-policy-store-default-auditec41b78Default to audit mode when api-key missing with use-policy-store9ca718dMerge pull request #664 from step-security/update-agent-v1.8.51dee3dfUpdate agent to v1.8.5a5ad31dMerge pull request #657 from devantler/fix/ubuntu-slim-user-env6e92856build dist and trim ubuntu-slim message4e0504eMerge branch 'main' into fix/ubuntu-slim-user-env8d3c67dRelease v2.19.0 (#661)- Additional commits viewable in compare view
Updates actions/checkout from 6.0.2 to 6.0.3
Release notes
Sourced from actions/checkout's releases.
v6.0.3
What's Changed
- Update changelog by
@ericsciplein actions/checkout#2357- fix: expand merge commit SHA regex and add SHA-256 test cases by
@yaananthin actions/checkout#2414- Fix checkout init for SHA-256 repositories by
@yaananthin actions/checkout#2439- Update changelog for v6.0.3 by
@yaananthin actions/checkout#2446New Contributors
@yaananthmade their first contribution in actions/checkout#2414Full Changelog: https://github.com/actions/checkout/compare/v6...v6.0.3
Changelog
Sourced from actions/checkout's changelog.
Changelog
v6.0.3
- Fix checkout init for SHA-256 repositories by
@yaananthin actions/checkout#2439- fix: expand merge commit SHA regex and add SHA-256 test cases by
@yaananthin actions/checkout#2414v6.0.2
- Fix tag handling: preserve annotations and explicit fetch-tags by
@ericsciplein actions/checkout#2356v6.0.1
- Add worktree support for persist-credentials includeIf by
@ericsciplein actions/checkout#2327v6.0.0
- Persist creds to a separate file by
@ericsciplein actions/checkout#2286- Update README to include Node.js 24 support details and requirements by
@salmanmkcin actions/checkout#2248v5.0.1
- Port v6 cleanup to v5 by
@ericsciplein actions/checkout#2301v5.0.0
- Update actions checkout to use node 24 by
@salmanmkcin actions/checkout#2226v4.3.1
- Port v6 cleanup to v4 by
@ericsciplein actions/checkout#2305v4.3.0
- docs: update README.md by
@motssin actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismailin actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwellsin actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgrossin actions/checkout#2044- Update README.md by
@nebuk89in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuangin actions/checkout#2224- Update package dependencies by
@salmanmkcin actions/checkout#2236v4.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
... (truncated)
Commits
Updates actions/setup-node from 6.3.0 to 6.4.0
Release notes
Sourced from actions/setup-node's releases.
v6.4.0
What's Changed
Dependency updates:
- Upgrade
@actionsdependencies by@Copilotin actions/setup-node#1525- Update Node.js versions in versions.yml and bump package to v6.4.0 by
@priya-kinthaliin actions/setup-node#1533New Contributors
@Copilotmade their first contribution in actions/setup-node#1525Full Changelog: https://github.com/actions/setup-node/compare/v6...v6.4.0
Commits
Updates github/codeql-action from 4.32.6 to 4.36.2
Release notes
Sourced from github/codeql-action's releases.
v4.36.2
- Cache CodeQL CLI version information across Actions steps. #3943
- Reduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. #3937
- Update default CodeQL bundle version to 2.25.6. #3948
v4.36.1
No user facing changes.
v4.36.0
- Breaking change: Bump the minimum required CodeQL bundle version to 2.19.4. #3894
- Add support for SHA-256 Git object IDs. #3893
- Update default CodeQL bundle version to 2.25.5. #3926
v4.35.5
- We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. #3899
- For performance and accuracy reasons, improved incremental analysis will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. #3791
- If multiple inputs are provided for the GitHub-internal
analysis-kindsinput, onlycode-scanningwill be enabled. Theanalysis-kindsinput is experimental, for GitHub-internal use only, and may change without notice at any time. #3892- Added an experimental change which, when running a Code Scanning analysis for a PR with improved incremental analysis enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. #3880
v4.35.4
v4.35.3
- Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. #3837
- Configurations for private registries that use Cloudsmith or GCP OIDC are now accepted. #3850
- Best-effort connection tests for private registries now use
GETrequests instead ofHEADfor better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. #3853- Fixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. #3852
- Update default CodeQL bundle version to 2.25.3. #3865
v4.35.2
- The undocumented TRAP cache cleanup feature that could be enabled using the
CODEQL_ACTION_CLEANUP_TRAP_CACHESenvironment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing thetrap-caching: falseinput to theinitAction. #3795- The Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. #3789
- Python analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. #3794
- Fixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. #3807
- Update default CodeQL bundle version to 2.25.2. #3823
v4.35.1
- Fix incorrect minimum required Git version for improved incremental analysis: it should have been 2.36.0, not 2.11.0. #3781
v4.35.0
- Reduced the minimum Git version required for improved incremental analysis from 2.38.0 to 2.11.0. #3767
- Update default CodeQL bundle version to 2.25.1. #3773
v4.34.1
- Downgrade default CodeQL bundle version to 2.24.3 due to issues with a small percentage of Actions and JavaScript analyses. #3762
v4.34.0
- Added an experimental change which disables TRAP caching when improved incremental analysis is enabled, since improved incremental analysis supersedes TRAP caching. This will improve performance and reduce Actions cache usage. We expect to roll this change out to everyone in March. #3569
- We are rolling out improved incremental analysis to C/C++ analyses that use build mode
none. We expect this rollout to be complete by the end of April 2026. #3584- Update default CodeQL bundle version to 2.25.0. #3585
... (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.
4.36.2 - 04 Jun 2026
- Cache CodeQL CLI version information across Actions steps. #3943
- Reduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. #3937
- Update default CodeQL bundle version to 2.25.6. #3948
4.36.1 - 02 Jun 2026
No user facing changes.
4.36.0 - 22 May 2026
- Breaking change: Bump the minimum required CodeQL bundle version to 2.19.4. #3894
- Add support for SHA-256 Git object IDs. #3893
- Update default CodeQL bundle version to 2.25.5. #3926
4.35.5 - 15 May 2026
- We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. #3899
- For performance and accuracy reasons, improved incremental analysis will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. #3791
- If multiple inputs are provided for the GitHub-internal
analysis-kindsinput, onlycode-scanningwill be enabled. Theanalysis-kindsinput is experimental, for GitHub-internal use only, and may change without notice at any time. #3892- Added an experimental change which, when running a Code Scanning analysis for a PR with improved incremental analysis enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. #3880
4.35.4 - 07 May 2026
4.35.3 - 01 May 2026
- Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. #3837
- Configurations for private registries that use Cloudsmith or GCP OIDC are now accepted. #3850
- Best-effort connection tests for private registries now use
GETrequests instead ofHEADfor better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. #3853- Fixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. #3852
- Update default CodeQL bundle version to 2.25.3. #3865
4.35.2 - 15 Apr 2026
- The undocumented TRAP cache cleanup feature that could be enabled using the
CODEQL_ACTION_CLEANUP_TRAP_CACHESenvironment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing thetrap-caching: falseinput to theinitAction. #3795- The Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. #3789
- Python analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. #3794
- Fixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. #3807
- Update default CodeQL bundle version to 2.25.2. #3823
... (truncated)
Commits
8aad20dMerge pull request #3949 from github/update-v4.36.2-dcb947ce1f521b08Add additional changelog notes8aeff0fUpdate changelog for v4.36.2dcb947cMerge pull request #3948 from github/update-bundle/codeql-bundle-v2.25.6c251bceAdd changelog note62953c1Update default bundle to codeql-bundle-v2.25.6423b570Merge pull request #3946 from github/dependabot/npm_and_yarn/npm-minor-5d507a...c35d1b1Merge pull request #3947 from github/dependabot/github_actions/dot-github/wor...cb1a588Merge pull request #3937 from github/robertbrignull/waitForProcessing_backoffba47406Merge pull request #3943 from github/henrymercer/cache-cli-version-info- Additional commits viewable in compare view
Updates codecov/codecov-action from 5.5.2 to 7.0.0
Release notes
Sourced from codecov/codecov-action's releases.
v7.0.0
⚠️ Due to migration issues with keybase, we are unable to update our keys under the
codecovsecurityaccount. We have deleted the account and are usingcodecovsecopswith the original gpg keyWhat's Changed
- ci: remove Enforce License Compliance workflow by
@thomasrockhu-codecovin codecov/codecov-action#1950- chore(release): 7.0.0 by
@thomasrockhu-codecovin codecov/codecov-action#1957Full Changelog: https://github.com/codecov/codecov-action/compare/v6.0.1...v7.0.0
v6.0.2
This is a copy of the
v7.0.0release to make updates easierWhat's Changed
- ci: remove Enforce License Compliance workflow by
@thomasrockhu-codecovin codecov/codecov-action#1950- chore(release): 7.0.0 by
@thomasrockhu-codecovin codecov/codecov-action#1957Full Changelog: https://github.com/codecov/codecov-action/compare/v6.0.1...v6.0.2
v6.0.1
What's Changed
- fix: prevent template injection in run: steps (VULN-1652) by
@thomasrockhu-codecovin codecov/codecov-action#1947- chore(release): 6.0.1 by
@thomasrockhu-codecovin codecov/codecov-action#1949Full Changelog: https://github.com/codecov/codecov-action/compare/v6.0.0...v6.0.1
v6.0.0
⚠️ This version introduces support for node24 which make cause breaking changes for systems that do not currently support node24. ⚠️
What's Changed
- Revert "Revert "build(deps): bump actions/github-script from 7.0.1 to 8.0.0"" by
@thomasrockhu-codecovin codecov/codecov-action#1929- Th/6.0.0 by
@thomasrockhu-codecovin codecov/codecov-action#1928Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.4...v6.0.0
v5.5.4
This is a mirror of
v5.5.2.v6will be released which requiresnode24What's Changed
- Revert "build(deps): bump actions/github-script from 7.0.1 to 8.0.0" by
@thomasrockhu-codecovin codecov/codecov-action#1926- chore(release): 5.5.4 by
@thomasrockhu-codecovin codecov/codecov-action#1927Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.3...v5.5.4
v5.5.3
What's Changed
... (truncated)
Changelog
Sourced from codecov/codecov-action's changelog.
v5.5.2
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2
v5.5.1
What's Changed
- fix: overwrite pr number on fork by
@thomasrockhu-codecovin codecov/codecov-action#1871- build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by
@app/dependabotin codecov/codecov-action#1868- build(deps): bump github/codeql-action from 3.29.9 to 3.29.11 by
@app/dependabotin codecov/codecov-action#1867- fix: update to use local app/ dir by
@thomasrockhu-codecovin codecov/codecov-action#1872- docs: fix typo in README by
@datalaterin codecov/codecov-action#1866- Document a
codecov-cliversion reference example by@webknjazin codecov/codecov-action#1774- build(deps): bump github/codeql-action from 3.28.18 to 3.29.9 by
@app/dependabotin codecov/codecov-action#1861- build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by
@app/dependabotin codecov/codecov-action#1833Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1
v5.5.0
What's Changed
- feat: upgrade wrapper to 0.2.4 by
@jviallin codecov/codecov-action#1864- Pin actions/github-script by Git SHA by
@martincostelloin codecov/codecov-action#1859- fix: check reqs exist by
@joseph-sentryin codecov/codecov-action#1835- fix: Typo in README by
@spalmurrayin codecov/codecov-action#1838- docs: Refine OIDC docs by
@spalmurrayin codecov/codecov-action#1837- build(deps): bump github/codeql-action from 3.28.17 to 3.28.18 by
@app/dependabotin codecov/codecov-action#1829Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0
v5.4.3
What's Changed
- build(deps): bump github/codeql-action from 3.28.13 to 3.28.17 by
@app/dependabotin codecov/codecov-action#1822- fix: OIDC on forks by
@joseph-sentryin codecov/codecov-action#1823Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3
v5.4.2
... (truncated)
Commits
fb8b358chore(release): 7.0.0 (#1957)ca0a928ci: remove Enforce License Compliance workflow (#1950)e79a696chore(release): 6.0.1 (#1949)51e6422fix: prevent template injection in run: steps (VULN-1652) (#1947)57e3a13Th/6.0.0 (#1928)f67d33dRevert "Revert "build(deps): bump actions/github-script from 7.0.1 to 8.0.0""...75cd116chore(release): 5.5.4 (#1927)87d39f4Revert "build(deps): bump actions/github-script from 7.0.1 to 8.0.0" (#1926)1af5884chore(release): bump to 5.5.3 (#1922)c143300build(deps): bump actions/github-script from 7.0.1 to 8.0.0 (#1874)- See full diff in compare view
Updates actions/dependency-review-action from 4.9.0 to 5.0.0
Release notes
Sourced from actions/dependency-review-action's releases.
5.0.0
This is a new major version of the Dependency Review Action which updates the runtime to node24. This requires a minimum Actions Runner version v2.327.1 to run.
What's Changed
- Add .github/copilot-instructions.md for Copilot coding agent by
@ahpookin actions/dependency-review-action#1067- Update Node.js runtime from 20 to 24 by
@scottschreckengaustin actions/dependency-review-action#1084- Bump spdx-license-ids from 3.0.20 to 3.0.23 by
@mongolyyin actions/dependency-review-action#1091- docs: bump actions/checkout from v4 to v6 in workflow examples by
@Marukome0743in actions/dependency-review-action#1077- fix: patched version display for advisories with non-strict semver ranges (e.g. Maven beta versions) by
@tspascoalin actions/dependency-review-action#1076- Resolve security findings by
@AshelyTCin actions/dependency-review-action#1094- v5.0.0 release branch by
@ahpookin actions/dependency-review-action#1098New Contributors
@scottschreckengaustmade their first contribution in actions/dependency-review-action#1084@mongolyymade their first contribution in actions/dependency-review-action#1091@Marukome0743made their first contribution in actions/dependency-review-action#1077Full Changelog: https://github.com/actions/dependency-review-action/compare/v4.9.0...v5.0.0
Commits
a1d282bMerge pull request #1098 from actions/ahpook/v5-releaseeb6c199update examples to show@v53943c2cv5.0.0 release branch454943cMerge pull request #1094 from actions/ashelytc/security-findings6d92a12revert@typescript-eslint/parserupdatea8e5a7eMerge pull request #1076 from tspascoal/fix-version-matching-for-non-string-s...b6b7079update@typescript-eslint/parserto 8.40.0821a21dupdate more dependencies05aaaaerun npm audit fix55d3e75Merge pull request #1077 from Marukome0743/docs/checkout- Additional commits viewable in compare view
Updates googleapis/release-please-action from 4.4.0 to 5.0.0
Release notes
Sourced from googleapis/release-please-action's releases.
v5.0.0
5.0.0 (2026-04-22)
⚠ BREAKING CHANGES
- upgrade to node24 (#1188)
Features
Bug Fixes
v4.4.1
4.4.1 (2026-02-20)
Bug Fixes
Changelog
Sourced from googleapis/release-please-action's changelog.
Changelog
5.0.0 (2026-04-22)
⚠ BREAKING CHANGES
- upgrade to node24 (#1188)
Features
Bug Fixes
4.4.1 (2026-02-20)
Bug Fixes
4.4.0 (2025-10-09)
Features
Bug Fixes
changelog-hostparameter ignored when using manifest configuration (#1151) (535c413)- bump mocha from 11.7.1 to 11.7.2 in the npm_and_yarn group across 1 directory (#1149) (3612a99)
- bump release-please from 17.1.2 to 17.1.3 (#1158) (66fbfe9)
4.3.0 (2025-08-20)
Features
- deps: update release-please to 17.1.2 (f07192c)
4.2.0 (2025-03-07)
Features
... (truncated)
Commits
45996edchore(main): release 5.0.0 (#1200)a8121b9chore: build dist (#1201)f533c26fix: bump release-please from 17.3.0 to 17.6.0 (#1199)46dfc01feat!: upgrade to node24 (#1188)5c625bfchore(main): release 4.4.1 (#1187)8bb7a2echore: build dist (#1186)ef9c274fix: bump release-please from 17.1.3 to 17.3.0 (#1183)64d83e9docs(README): add missing action inputs + package options (#1176)- See full diff in compare view
Updates actions/upload-artifact from 7.0.0 to 7.0.1
Release notes
Sourced from actions/upload-artifact's releases.
v7.0.1
What's Changed
- Update the readme with direct upload details by
@danwkennedyin actions/upload-artifact#795- Readme: bump all the example versions to v7 by
@danwkennedyin actions/upload-artifact#796- Include changes in typespec/ts-http-runtime 0.3.5 by
@yacaovsncin actions/upload-artifact#797Full Changelog: https://github.com/actions/upload-artifact/compare/v7...v7.0.1
Commits
Updates actions/stale from 10.2.0 to 10.3.0
Release notes
Sourced from actions/stale's releases.
v10.3.0
What's Changed
Bug Fix
- Enhancement: ignore stale labeling events by
@shamoonin actions/stale#1311Dependency Updates
- Upgrade dependencies (
@actions/core,@octokit/plugin-retry,@typescript-eslint) by@Copilotin actions/stale#1335New Contributors
@shamoonmade their first contribution in actions/stale#1311Full Changelog:
Package Dependencies
Package:
actions/upload-artifactEcosystem:
actionsVersion Change:
7.0.0 → 7.0.1Update Type:
PatchPackage:
actions/dependency-review-actionEcosystem:
actionsVersion Change:
4.9.0 → 5.0.0Update Type:
MajorPackage:
step-security/harden-runnerEcosystem:
actionsVersion Change:
2.15.1 → 2.19.4Update Type:
MinorPackage:
googleapis/release-please-actionEcosystem:
actionsVersion Change:
4.4.0 → 5.0.0Update Type:
Major
Technical Details
| ID: | 16014281 |
| UUID: | 4609195576 |
| Node ID: | PR_kwDOBNnUgs7jtpan |
| Host: | GitHub |
| Repository: | nodejs/node-addon-api |