Skip to content

Chore(deps): bump the github-actions group across 1 directory with 24 updates - #3813

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-a33f95e0ee
Open

Chore(deps): bump the github-actions group across 1 directory with 24 updates#3813
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-a33f95e0ee

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 13, 2026

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Updates the requirements on actions/checkout, actions/setup-python, aws-actions/configure-aws-credentials, actions/upload-artifact, actions/setup-node, step-security/harden-runner, actions/cache, tetherto/qvac/.github/actions/setup-llvm, actions/cache/restore, actions/cache/save, EnricoMi/publish-unit-test-result-action, tetherto/qvac/.github/actions/setup-build-host, softprops/action-gh-release, actions/github-script, tetherto/qvac-actions/npm-publish-logic, tetherto/qvac-actions/npm-dist-tag-determination, tetherto/qvac-actions/publish-library-to-npm, dorny/paths-filter, pypa/gh-action-pypi-publish, actions/stale, actions/setup-java, android-actions/setup-android, dawidd6/action-download-artifact and anthropics/claude-code-action to permit the latest version.
Updates actions/checkout from 4.2.2 to 7.0.1

Release notes

Sourced from actions/checkout's releases.

v7.0.1

What's Changed

Full Changelog: actions/checkout@v7...v7.0.1

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.1.0

What's Changed

https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/ for more details about this breaking change

Full Changelog: actions/checkout@v6.0.3...v6.1.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

... (truncated)

Commits

Updates actions/setup-python from 6.2.0 to 7.0.0

Release notes

Sourced from actions/setup-python's releases.

v7.0.0

What's Changed

Enhancements

Bug Fix

Dependency Upgrade

New Contributors

Full Changelog: actions/setup-python@v6...v7.0.0

v6.3.0

What's Changed

Enhancement

Dependency update

Documentation

New Contributors

Full Changelog: actions/setup-python@v6.2.0...v6.3.0

Commits

Updates aws-actions/configure-aws-credentials from 6.0.0 to 6.2.3

Release notes

Sourced from aws-actions/configure-aws-credentials's releases.

v6.2.3

6.2.3 (2026-07-22)

Bug Fixes

  • attach git credentials before Tag Major Version push (#1877) (9ae780b)
  • PackedPolicyTooLarge detection in STS tags (#1899) (fa8d6a5)

v6.2.2

6.2.2 (2026-07-07)

Miscellaneous Chores

v6.2.1

6.2.1 (2026-06-26)

Bug Fixes

  • enforce allowed-account-ids on all auth paths (#1847) (4d281fb)

v6.2.0

6.2.0 (2026-06-01)

Features

Bug Fixes

  • skip credential check on output-env-credentials: false (#1778) (58e7c47)
  • assumeRole failing from session tag size too large (#1808) (d6f5dc3)

v6.1.3

6.1.3 (2026-05-27)

Bug Fixes

v6.1.2

... (truncated)

Changelog

Sourced from aws-actions/configure-aws-credentials's changelog.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

6.2.3 (2026-07-22)

Bug Fixes

  • attach git credentials before Tag Major Version push (#1877) (9ae780b)
  • PackedPolicyTooLarge detection in STS tags (#1899) (fa8d6a5)

6.2.2 (2026-07-07)

Miscellaneous Chores

6.2.1 (2026-06-26)

Bug Fixes

  • enforce allowed-account-ids on all auth paths (#1847) (4d281fb)

6.2.0 (2026-06-01)

Features

Bug Fixes

  • skip credential check on output-env-credentials: false (#1778) (58e7c47)
  • assumeRole failing from session tag size too large (#1808) (d6f5dc3)

6.1.3 (2026-05-28)

Bug Fixes

  • fix: allow kubelet token symlink in #1805

6.1.2 (2026-05-26)

... (truncated)

Commits
  • e6de054 chore(main): release 6.2.3 (#1878)
  • ab3b2ba chore: Update dist
  • fa8d6a5 fix: PackedPolicyTooLarge detection in STS tags (#1899)
  • 42e118a chore(deps-dev): bump markdownlint-cli from 0.49.0 to 0.49.1 (#1896)
  • d86ddfc chore: Update dist
  • 874aaac chore(deps): bump @​aws-sdk/client-sts from 3.1086.0 to 3.1091.0 (#1892)
  • d4341b6 chore: Update dist
  • fe51823 chore(deps-dev): bump @​aws-sdk/credential-provider-env (#1894)
  • a8be382 chore(deps-dev): bump @​biomejs/biome from 2.5.3 to 2.5.4 (#1893)
  • e000376 chore: Update dist
  • Additional commits viewable in compare view

Updates actions/upload-artifact from 4 to 7

Release notes

Sourced from actions/upload-artifact's releases.

v7.0.0

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v6...v7.0.0

v6.0.0

v6 - What's new

[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0

v5.0.0

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

... (truncated)

Commits
  • 043fb46 Merge pull request #797 from actions/yacaovsnc/update-dependency
  • 634250c Include changes in typespec/ts-http-runtime 0.3.5
  • e454baa Readme: bump all the example versions to v7 (#796)
  • 74fad66 Update the readme with direct upload details (#795)
  • bbbca2d Support direct file uploads (#764)
  • 589182c Upgrade the module to ESM and bump dependencies (#762)
  • 47309c9 Merge pull request #754 from actions/Link-/add-proxy-integration-tests
  • 02a8460 Add proxy integration test
  • b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
  • e516bc8 docs: correct description of Node.js 24 support in README
  • Additional commits viewable in compare view

Updates actions/setup-node from 4 to 7

Release notes

Sourced from actions/setup-node's releases.

v7.0.0

What's Changed

Enhancements:

Bug fixes:

Documentation updates:

Dependency update:

New Contributors

Full Changelog: actions/setup-node@v6...v7.0.0

v6.5.0

What's Changed

Full Changelog: actions/setup-node@v6.4.0...v6.5.0

v6.4.0

What's Changed

Dependency updates:

New Contributors

Full Changelog: actions/setup-node@v6...v6.4.0

v6.3.0

What's Changed

Enhancements:

... (truncated)

Commits
  • 8207627 Migrate to ESM and upgrade dependencies (#1574)
  • 04be95c Add cache-primary-key and cache-matched-key as outputs (#1577)
  • 7c2c68d docs: Update caching recommendations to mitigate cache poisoning risks (#1567)
  • 6a61c03 Merge pull request #1569 from jasongin/update-actions-cache-5.1.0
  • 30eb73b Resolve high-severity audit issues
  • 4e1a87a Update dist
  • 360237f Strict equality
  • 4f8aac5 Bump @​actions/cache to 5.1.0, log cache write denied
  • f4a67bb Only use mirrorToken in getManifest if it's provided (#1548)
  • 0355742 Remove dummy NODE_AUTH_TOKEN export (#1558)
  • Additional commits viewable in compare view

Updates step-security/harden-runner from 2.20.0 to 2.20.1

Release notes

Sourced from step-security/harden-runner's releases.

v2.20.1

What's Changed

  • AWS CodeBuild-hosted runner support
  • Implicitly allow single-labeled (internal) domains in block-mode

Full Changelog: step-security/harden-runner@v2.20.0...v2.20.1

Commits
  • b09bb98 Merge pull request #680 from step-security/aws-code-build
  • 35cd77b docs: document the Global Block List in the features list
  • bb6dbef chore: rebuild dist with clean dependency install
  • 98f73c5 chore: update eBPF agent to v1.8.14
  • 54193c1 Reapply "feat(runners): detect AWS CodeBuild-hosted runners as third-party pr...
  • d22dd48 Revert "fix(self-hosted): flush agent events at job end when deploy-on-self-h...
  • 0ff0941 fix(self-hosted): flush agent events at job end when deploy-on-self-hosted-vm...
  • a3c333d Revert "feat(runners): detect AWS CodeBuild-hosted runners as third-party pro...
  • bf94c00 feat(runners): detect AWS CodeBuild-hosted runners as third-party provider
  • 514522c fix(self-hosted): resolve runner user when USER env var is unset
  • See full diff in compare view

Updates actions/cache from 4 to 6

Release notes

Sourced from actions/cache's releases.

v6.0.0

What's Changed

Full Changelog: actions/cache@v5...v6.0.0

v5.1.0

What's Changed

Full Changelog: actions/cache@v5...v5.1.0

v5.0.5

What's Changed

Full Changelog: actions/cache@v5...v5.0.5

v5.0.4

What's Changed

New Contributors

Full Changelog: actions/cache@v5...v5.0.4

v5.0.3

What's Changed

Full Changelog: actions/cache@v5...v5.0.3

v.5.0.2

v5.0.2

What's Changed

... (truncated)

Commits
  • 55cc834 Merge pull request #1768 from jasongin/readonly-cache
  • d8cd72f Bump @​actions/cache to v6.1.0 - handle cache write error due to RO token
  • 2c8a9bd Merge pull request #1760 from actions/samirat/esm_migration_and_package_update
  • e9b91fd Prettier fixes
  • e4884b8 Rebuild dist
  • 10baf01 Fixed licenses
  • e39b386 Fix test mock return order
  • b692820 PR feedback
  • 6074912 Rebuild dist bundles as ESM to match type:module
  • 5a912e8 Fix lint and jest issues
  • Additional commits viewable in compare view

Updates tetherto/qvac/.github/actions/setup-llvm to 98a6a6b

Commits

Updates actions/cache/restore from 5.0.4 to 6.1.0

Release notes

Sourced from actions/cache/restore's releases.

v6.1.0

What's Changed

Full Changelog: actions/cache@v6...v6.1.0

v6.0.0

What's Changed

Full Changelog: actions/cache@v5...v6.0.0

v5.1.0

What's Changed

Full Changelog: actions/cache@v5...v5.1.0

v5.0.5

What's Changed

Full Changelog: actions/cache@v5...v5.0.5

Changelog

Sourced from actions/cache/restore's changelog.

Releases

How to prepare a release

[!NOTE] Relevant for maintainers with write access only.

  1. Switch to a new branch from main.
  2. Run npm test to ensure all tests are passing.
  3. Update the version in https://github.com/actions/cache/blob/main/package.json.
  4. Run npm run build to update the compiled files.
  5. Update this https://github.com/actions/cache/blob/main/RELEASES.md with the new version and changes in the ## Changelog section.
  6. Run licensed cache to update the license report.
  7. Run licensed status and resolve any warnings by updating the https://github.com/actions/cache/blob/main/.licensed.yml file with the exceptions.
  8. Commit your changes and push your branch upstream.
  9. Open a pull request against main and get it reviewed and merged.
  10. Draft a new release https://github.com/actions/cache/releases use the same version number used in package.json
    1. Create a new tag with the version number.
    2. Auto generate release notes and update them to match the changes you made in RELEASES.md.
    3. Toggle the set as the latest release option.
    4. Publish the release.
  11. Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml
    1. There should be a workflow run queued with the same version number.
    2. Approve the run to publish the new version and update the major tags for this action.

Changelog

6.1.0

6.0.0

  • Updated @actions/cache to ^6.0.1, @actions/core to ^3.0.1, @actions/exec to ^3.0.0, @actions/io to ^3.0.2
  • Migrated to ESM module system
  • Upgraded Jest to v30 and test infrastructure to be ESM compatible

5.0.4

  • Bump minimatch to v3.1.5 (fixes ReDoS via globstar patterns)
  • Bump undici to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)
  • Bump fast-xml-parser to v5.5.6

5.0.3

5.0.2

... (truncated)

Commits
  • 55cc834 Merge pull request #1768 from jasongin/readonly-cache
  • d8cd72f Bump @​actions/cache to v6.1.0 - handle cache write error due to RO token
  • 2c8a9bd Merge pull request #1760 from actions/samirat/esm_migration_and_package_update
  • e9b91fd Prettier fixes
  • e4884b8 Rebuild dist
  • 10baf01 Fixed licenses
  • e39b386 Fix test mock return order
  • b692820 PR feedback
  • 6074912 Rebuild dist bundles as ESM to match type:module
  • 5a912e8 Fix lint and jest issues
  • Additional commits viewable in compare view

Updates actions/cache/save from 5.0.4 to 6.1.0

Release notes

Sourced from actions/cache/save's releases.

v6.1.0

What's Changed

Full Changelog: actions/cache@v6...v6.1.0

v6.0.0

What's Changed

Full Changelog: actions/cache@v5...v6.0.0

v5.1.0

What's Changed

Full Changelog: actions/cache@v5...v5.1.0

v5.0.5

What's Changed

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 13, 2026
@dependabot
dependabot Bot requested review from a team as code owners August 13, 2026 04:56
@github-actions

Copy link
Copy Markdown
Contributor

Review Status

Current Status: ❌ PENDING
Approvals so far: none

Pending reviews: Needs 1 Management or Team Lead, and 1 more from Management, Team Lead, or Member.

@github-actions

github-actions Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Workflow security (shadow mode)

zizmor found 1110 finding(s) in .github/ (highest severity: high). This check is warn-only and does not block the merge.

Findings are annotated inline on the changed files and listed in the job summary.

Reproduce locally:

pipx run zizmor==1.27.0 --offline .github/

@github-actions

github-actions Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

License compliance — findings detected (warn-only)

Critical: 0 · High: 96 · Medium: 0

Dependency License Scope Severity Outcome
actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 (none detected) runtime High blocks
actions/cache@6.*.* (none detected) runtime High blocks
actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 (none detected) runtime High blocks
actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 (none detected) runtime High blocks
actions/cache/restore@6.*.* (none detected) runtime High blocks
actions/cache/save@6.*.* (none detected) runtime High blocks
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 (none detected) runtime High blocks
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 (none detected) runtime High blocks
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 (none detected) runtime High blocks
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 (none detected) runtime High blocks
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 (none detected) runtime High blocks
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 (none detected) runtime High blocks
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 (none detected) runtime High blocks
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 (none detected) runtime High blocks
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 (none detected) runtime High blocks
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 (none detected) runtime High blocks
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 (none detected) runtime High blocks
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 (none detected) runtime High blocks
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 (none detected) runtime High blocks
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 (none detected) runtime High blocks
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 (none detected) runtime High blocks
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 (none detected) runtime High blocks
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 (none detected) runtime High blocks
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 (none detected) runtime High blocks
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 (none detected) runtime High blocks
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 (none detected) runtime High blocks
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 (none detected) runtime High blocks
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 (none detected) runtime High blocks
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 (none detected) runtime High blocks
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 (none detected) runtime High blocks
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 (none detected) runtime High blocks
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 (none detected) runtime High blocks
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 (none detected) runtime High blocks
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 (none detected) runtime High blocks
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 (none detected) runtime High blocks
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 (none detected) runtime High blocks
actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 (none detected) runtime High blocks
actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 (none detected) runtime High blocks
actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 (none detected) runtime High blocks
actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 (none detected) runtime High blocks
actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 (none detected) runtime High blocks
actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 (none detected) runtime High blocks
actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 (none detected) runtime High blocks
actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 (none detected) runtime High blocks
actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 (none detected) runtime High blocks
actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 (none detected) runtime High blocks
actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 (none detected) runtime High blocks
actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 (none detected) runtime High blocks
actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 (none detected) runtime High blocks
actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 (none detected) runtime High blocks
actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 (none detected) runtime High blocks
actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 (none detected) runtime High blocks
actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 (none detected) runtime High blocks
actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 (none detected) runtime High blocks
actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 (none detected) runtime High blocks
actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 (none detected) runtime High blocks
actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 (none detected) runtime High blocks
actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 (none detected) runtime High blocks
actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 (none detected) runtime High blocks
actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a (none detected) runtime High blocks
actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a (none detected) runtime High blocks
actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a (none detected) runtime High blocks
actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a (none detected) runtime High blocks
actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a (none detected) runtime High blocks
actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a (none detected) runtime High blocks
actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a (none detected) runtime High blocks
actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a (none detected) runtime High blocks
actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a (none detected) runtime High blocks
actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a (none detected) runtime High blocks
actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a (none detected) runtime High blocks
actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a (none detected) runtime High blocks
anthropics/claude-code-action@5ef2e550a465a721f4f45e4a7d3c340c873e1dcc (none detected) runtime High blocks
aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c (none detected) runtime High blocks
aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c (none detected) runtime High blocks
aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c (none detected) runtime High blocks
aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c (none detected) runtime High blocks
aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c (none detected) runtime High blocks
aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c (none detected) runtime High blocks
aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c (none detected) runtime High blocks
dorny/paths-filter@ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d (none detected) runtime High blocks
EnricoMi/publish-unit-test-result-action@d0a4676d0e0b938bc201470d88276b7c74c712b3 (none detected) runtime High blocks
step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 (none detected) runtime High blocks
tetherto/qvac-actions/npm-dist-tag-determination@bbb0740e2a16b94371c7439e0e06945c5b68e759 (none detected) runtime High blocks
tetherto/qvac-actions/npm-dist-tag-determination@bbb0740e2a16b94371c7439e0e06945c5b68e759 (none detected) runtime High blocks
tetherto/qvac-actions/npm-dist-tag-determination@bbb0740e2a16b94371c7439e0e06945c5b68e759 (none detected) runtime High blocks
tetherto/qvac-actions/npm-dist-tag-determination@bbb0740e2a16b94371c7439e0e06945c5b68e759 (none detected) runtime High blocks
tetherto/qvac-actions/npm-publish-logic@bbb0740e2a16b94371c7439e0e06945c5b68e759 (none detected) runtime High blocks
tetherto/qvac-actions/npm-publish-logic@bbb0740e2a16b94371c7439e0e06945c5b68e759 (none detected) runtime High blocks
tetherto/qvac-actions/npm-publish-logic@bbb0740e2a16b94371c7439e0e06945c5b68e759 (none detected) runtime High blocks
tetherto/qvac-actions/npm-publish-logic@bbb0740e2a16b94371c7439e0e06945c5b68e759 (none detected) runtime High blocks
tetherto/qvac-actions/npm-publish-logic@bbb0740e2a16b94371c7439e0e06945c5b68e759 (none detected) runtime High blocks
tetherto/qvac-actions/publish-library-to-npm@bbb0740e2a16b94371c7439e0e06945c5b68e759 (none detected) runtime High blocks
tetherto/qvac-actions/publish-library-to-npm@bbb0740e2a16b94371c7439e0e06945c5b68e759 (none detected) runtime High blocks
tetherto/qvac-actions/publish-library-to-npm@bbb0740e2a16b94371c7439e0e06945c5b68e759 (none detected) runtime High blocks
tetherto/qvac-actions/publish-library-to-npm@bbb0740e2a16b94371c7439e0e06945c5b68e759 (none detected) runtime High blocks
tetherto/qvac/.github/actions/setup-llvm@98a6a6b6e8f3866dfdd75052a4071269ce85dc41 (none detected) runtime High blocks

How to resolve a blocking finding:

  • Remove or replace the disallowed dependency, or
  • If the license is genuinely acceptable, run the compliance SKILL and record the decision in .github/license-allowlist.yml (CODEOWNERS-reviewed), or
  • For a one-off, a maintainer can apply the license-override label (High findings only; Critical cannot be overridden).

Warn-only (shadow) mode — this check does not block merges yet.

Updated automatically by the canonical license compliance workflow.

NOTICE presence (advisory)

Missing NOTICE (advisory, does not block):

  • ./.github/actions/release-merge-guard
  • ./packages/vla-ggml/sim/server
  • ./packages/asr-ggml/benchmarks/server
  • ./packages/embed-llamacpp/benchmarks/performance
  • ./packages/embed-llamacpp/benchmarks/server
  • ./packages/llm-llamacpp/benchmarks/performance
  • ./packages/llm-llamacpp/benchmarks/server
  • ./packages/inference-addon-cpp/mobile
  • ./packages/ggml-coload-smoke
  • ./packages/sdk/e2e
  • ./packages/fabric/test/integration
  • ./docs/website

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-a33f95e0ee branch from 4cda34a to 8f09292 Compare August 13, 2026 11:09
… updates

Updates the requirements on [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python), [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials), [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/setup-node](https://github.com/actions/setup-node), [step-security/harden-runner](https://github.com/step-security/harden-runner), [actions/cache](https://github.com/actions/cache), [tetherto/qvac/.github/actions/setup-llvm](https://github.com/tetherto/qvac), [actions/cache/restore](https://github.com/actions/cache), [actions/cache/save](https://github.com/actions/cache), [EnricoMi/publish-unit-test-result-action](https://github.com/enricomi/publish-unit-test-result-action), [tetherto/qvac/.github/actions/setup-build-host](https://github.com/tetherto/qvac), [softprops/action-gh-release](https://github.com/softprops/action-gh-release), [actions/github-script](https://github.com/actions/github-script), [tetherto/qvac-actions/npm-publish-logic](https://github.com/tetherto/qvac-actions), [tetherto/qvac-actions/npm-dist-tag-determination](https://github.com/tetherto/qvac-actions), [tetherto/qvac-actions/publish-library-to-npm](https://github.com/tetherto/qvac-actions), [dorny/paths-filter](https://github.com/dorny/paths-filter), [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish), [actions/stale](https://github.com/actions/stale), [actions/setup-java](https://github.com/actions/setup-java), [android-actions/setup-android](https://github.com/android-actions/setup-android), [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) and [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) to permit the latest version.

Updates `actions/checkout` from 4.2.2 to 7.0.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](actions/checkout@v4.2.2...v7.0.1)

Updates `actions/setup-python` from 6.2.0 to 7.0.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@a309ff8...5fda3b9)

Updates `aws-actions/configure-aws-credentials` from 6.0.0 to 6.2.3
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](aws-actions/configure-aws-credentials@8df5847...e6de054)

Updates `actions/upload-artifact` from 4 to 7
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v7)

Updates `actions/setup-node` from 4 to 7
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4...v7)

Updates `step-security/harden-runner` from 2.20.0 to 2.20.1
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@bf7454d...b09bb98)

Updates `actions/cache` from 4 to 6
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v4...v6)

Updates `tetherto/qvac/.github/actions/setup-llvm` to 98a6a6b
- [Release notes](https://github.com/tetherto/qvac/releases)
- [Commits](https://github.com/tetherto/qvac/commits/98a6a6b6e8f3866dfdd75052a4071269ce85dc41)

Updates `actions/cache/restore` from 5.0.4 to 6.1.0
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@6682284...55cc834)

Updates `actions/cache/save` from 5.0.4 to 6.1.0
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@6682284...55cc834)

Updates `EnricoMi/publish-unit-test-result-action` from 2.23.0 to 2.24.0
- [Release notes](https://github.com/enricomi/publish-unit-test-result-action/releases)
- [Commits](EnricoMi/publish-unit-test-result-action@c950f6f...d0a4676)

Updates `tetherto/qvac/.github/actions/setup-build-host` to 6e8d3c3
- [Release notes](https://github.com/tetherto/qvac/releases)
- [Commits](https://github.com/tetherto/qvac/commits/6e8d3c306a462a58589396cda428d65e015f0d8b)

Updates `softprops/action-gh-release` from 2.6.1 to 3.0.2
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@153bb8e...3d0d988)

Updates `actions/github-script` from 7.0.1 to 9.0.0
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v7.0.1...3a2844b)

Updates `tetherto/qvac-actions/npm-publish-logic` from 0.1.0 to 0.3.0
- [Commits](tetherto/qvac-actions@0.1.0...bbb0740)

Updates `tetherto/qvac-actions/npm-dist-tag-determination` from 0.1.0 to 0.3.0
- [Commits](tetherto/qvac-actions@0.1.0...bbb0740)

Updates `tetherto/qvac-actions/publish-library-to-npm` from 0.1.0 to 0.3.0
- [Commits](tetherto/qvac-actions@0.1.0...bbb0740)

Updates `dorny/paths-filter` from 4.0.1 to 4.0.3
- [Release notes](https://github.com/dorny/paths-filter/releases)
- [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md)
- [Commits](dorny/paths-filter@fbd0ab8...ceb8a2b)

Updates `pypa/gh-action-pypi-publish` from 1.13.0 to 1.14.2
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@ed0c539...dc37677)

Updates `actions/stale` from 10.2.0 to 11.0.0
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@b5d41d4...4391f3d)

Updates `actions/setup-java` from 5.2.0 to 5.7.0
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@be666c2...b6effb0)

Updates `android-actions/setup-android` from 3.2.2 to 4.0.1
- [Release notes](https://github.com/android-actions/setup-android/releases)
- [Commits](android-actions/setup-android@9fc6c4e...40fd30f)

Updates `dawidd6/action-download-artifact` from 8 to 21
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](dawidd6/action-download-artifact@20319c5...b6e2e70)

Updates `anthropics/claude-code-action` from 1.0.181 to 1.0.190
- [Release notes](https://github.com/anthropics/claude-code-action/releases)
- [Commits](anthropics/claude-code-action@44423bd...5ef2e55)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/cache/restore
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/cache/save
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/github-script
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-java
  dependency-version: 5.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/setup-node
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-python
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/stale
  dependency-version: 11.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: android-actions/setup-android
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: anthropics/claude-code-action
  dependency-version: 1.0.190
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: aws-actions/configure-aws-credentials
  dependency-version: 6.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: dawidd6/action-download-artifact
  dependency-version: '21'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: dorny/paths-filter
  dependency-version: 4.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: EnricoMi/publish-unit-test-result-action
  dependency-version: 2.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: pypa/gh-action-pypi-publish
  dependency-version: 1.14.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: softprops/action-gh-release
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: step-security/harden-runner
  dependency-version: 2.20.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: tetherto/qvac-actions/npm-dist-tag-determination
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: tetherto/qvac-actions/npm-publish-logic
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: tetherto/qvac-actions/publish-library-to-npm
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: tetherto/qvac/.github/actions/setup-build-host
  dependency-version: 6e8d3c3
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: tetherto/qvac/.github/actions/setup-llvm
  dependency-version: 98a6a6b
  dependency-type: direct:production
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-a33f95e0ee branch from 8f09292 to cbf9474 Compare August 13, 2026 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants