Skip to content

chore(github-actions): bump the github-actions group with 10 updates - #716

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

chore(github-actions): bump the github-actions group with 10 updates#716
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-2e7dc13a63

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 10 updates:

Package From To
step-security/harden-runner 2.18.0 2.20.1
actions/checkout 4 7
bazel-contrib/setup-bazel 0.18.0 0.19.0
actions/upload-artifact 4 7
eclipse-score/cicd-workflows/.github/workflows/daily.yml 0.0.1 0.0.2
eclipse-score/cicd-workflows/.github/workflows/docs-publish.yml 206a795e30d45de82d541206fde17abe98d2b4bf 840a5c60b35c713ed8df13f1969dfb3721a5c529
eclipse-score/cicd-workflows/.github/workflows/license-check.yml 0.0.0 0.0.2
eclipse-score/cicd-workflows/.github/workflows/docs.yml 206a795e30d45de82d541206fde17abe98d2b4bf 840a5c60b35c713ed8df13f1969dfb3721a5c529
actions/download-artifact 4 8
actions/github-script 7 9

Updates step-security/harden-runner from 2.18.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

v2.20.0

What's Changed

  • Support for block policy for MacOS and Windows GitHub-hosted runners
  • Support for Bitrise MacOS GitHub Actions runners
  • HTTPS monitoring support for Bun for Linux runners (enterprise tier)

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

v2.19.4

What's Changed

  • Improvements for HTTPS Monitoring for the Enterprise tier of Harden Runner

Full Changelog: step-security/harden-runner@v2.19.3...v2.19.4

v2.19.3

What's Changed

Full Changelog: step-security/harden-runner@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: step-security/harden-runner@v2.19.1...v2.19.2

v2.19.1

What's Changed

What the fix changes

  • Harden-Runner will detect ubuntu-slim runners 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-slim will 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-slim via workflow run policies see the Runner Label Policy docs. This lets you enforce that jobs only run on monitored runner types.

New Contributors

... (truncated)

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
  • Additional commits viewable in compare view

Updates actions/checkout from 4 to 7

Release notes

Sourced from actions/checkout's releases.

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

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.1

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Updates bazel-contrib/setup-bazel from 0.18.0 to 0.19.0

Release notes

Sourced from bazel-contrib/setup-bazel's releases.

0.19.0

What's Changed

New Contributors

Full Changelog: bazel-contrib/setup-bazel@0.18.0...0.19.0

Commits
  • c5acdfb Release 0.19.0
  • b496e79 Migrate to ESM (#151)
  • 63ef5dc chore(deps): update dependency yaml to v2.8.3 (#150)
  • 7ff4255 Update Node version to address deprecation warning. (#148)
  • 3096290 chore(deps): update node.js to v24.14.0 (#147)
  • 417f338 Fix syntax error in README.md for disk-cache (#146)
  • 887da5f chore(deps): update node.js to v24.13.1 (#145)
  • 3217c4f fix(deps): update dependency @​actions/tool-cache to v4 (#143)
  • 18fd541 fix(deps): update dependency @​actions/core to v3 (#141)
  • e74b1ab fix(deps): update dependency @​actions/github to v9 (#140)
  • 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 eclipse-score/cicd-workflows/.github/workflows/daily.yml from 0.0.1 to 0.0.2

Release notes

Sourced from eclipse-score/cicd-workflows/.github/workflows/daily.yml's releases.

v0.0.2

What's Changed

New Contributors

Full Changelog: eclipse-score/cicd-workflows@v0.0.1...v0.0.2

Commits
  • 93aac16 feat(bzlmod-lock-check): split into two jobs, add lockfile check, guard again...
  • af34772 feat(shared): add more-disk-space action to several workflows (#114)
  • 39939c9 feat(qnx-build): update QNX SDP setup action version (#112)
  • 1fe878a chore: disable Renovate dependency dashboard (#111)
  • 87fc8be feat: use setup-qnx-sdp composite action in qnx-build workflow (#107)
  • 7b265b4 fix(docs.yml): handle case of missing versions.json (#110)
  • a288553 chore: improve renovate PRs (#109)
  • cc74a4e feat: daily updates of score modules (#104)
  • 186ace7 fix: only save docs cache on push to main (#103)
  • f4c434f feat: docs support for private repos (#99)
  • Additional commits viewable in compare view

Updates eclipse-score/cicd-workflows/.github/workflows/docs-publish.yml from 206a795e30d45de82d541206fde17abe98d2b4bf to 840a5c60b35c713ed8df13f1969dfb3721a5c529

Commits
  • 840a5c6 fix: support direct docs publishing (#191)
  • 7fb87a7 feat: add support for private Bazel dependencies in PR checks (#190)
  • 33842dc fix: do not assume to know when users want to use secrets (#188)
  • 46da27c chore(deps): bump github/codeql-action (#183)
  • d7af363 chore(deps): bump actions/upload-artifact from 4 to 7 (#184)
  • c2c7e6d fix: always prune obsolete caches (#187)
  • 0621768 feat(cache-maintenance): usable in non-score setups (#181)
  • c644440 chore(deps): bump actions/stale from 10.4.0 to 11.0.0 (#173)
  • 8a7d3d1 chore(deps): bump the github-actions group across 1 directory with 2 updates ...
  • ff0ff90 chore(deps): bump eclipse-score/cicd-actions/warm-bazel-repository-cache (#174)
  • Additional commits viewable in compare view

Updates eclipse-score/cicd-workflows/.github/workflows/license-check.yml from 0.0.0 to 0.0.2

Release notes

Sourced from eclipse-score/cicd-workflows/.github/workflows/license-check.yml's releases.

v0.0.2

What's Changed

New Contributors

Full Changelog: eclipse-score/cicd-workflows@v0.0.1...v0.0.2

Commits
  • 93aac16 feat(bzlmod-lock-check): split into two jobs, add lockfile check, guard again...
  • af34772 feat(shared): add more-disk-space action to several workflows (#114)
  • 39939c9 feat(qnx-build): update QNX SDP setup action version (#112)
  • 1fe878a chore: disable Renovate dependency dashboard (#111)
  • 87fc8be feat: use setup-qnx-sdp composite action in qnx-build workflow (#107)
  • 7b265b4 fix(docs.yml): handle case of missing versions.json (#110)
  • a288553 chore: improve renovate PRs (#109)
  • cc74a4e feat: daily updates of score modules (#104)
  • 186ace7 fix: only save docs cache on push to main (#103)
  • f4c434f feat: docs support for private repos (#99)
  • Additional commits viewable in compare view

Updates eclipse-score/cicd-workflows/.github/workflows/docs.yml from 206a795e30d45de82d541206fde17abe98d2b4bf to 840a5c60b35c713ed8df13f1969dfb3721a5c529

Commits
  • 840a5c6 fix: support direct docs publishing (#191)
  • 7fb87a7 feat: add support for private Bazel dependencies in PR checks (#190)
  • 33842dc fix: do not assume to know when users want to use secrets (#188)
  • 46da27c chore(deps): bump github/codeql-action (#183)
  • d7af363 chore(deps): bump actions/upload-artifact from 4 to 7 (#184)
  • c2c7e6d fix: always prune obsolete caches (#187)
  • 0621768 feat(cache-maintenance): usable in non-score setups (#181)
  • c644440 chore(deps): bump actions/stale from 10.4.0 to 11.0.0 (#173)
  • 8a7d3d1 chore(deps): bump the github-actions group across 1 directory with 2 updates ...
  • ff0ff90 chore(deps): bump eclipse-score/cicd-actions/warm-bazel-repository-cache (#174)
  • Additional commits viewable in compare view

Updates actions/download-artifact from 4 to 8

Release notes

Sourced from actions/download-artifact's releases.

v8.0.0

v8 - What's new

[!IMPORTANT] actions/download-artifact@v8 has been migrated to an ESM module. This should be transparent to the caller but forks might need to make significant changes.

[!IMPORTANT] Hash mismatches will now error by default. Users can override this behavior with a setting change (see below).

Direct downloads

To support direct uploads in actions/upload-artifact, the action will no longer attempt to unzip all downloaded files. Instead, the action checks the Content-Type header ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the new skip-decompress parameter to true.

Enforced checks (breaking)

A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the digest-mismatch parameter. To be secure by default, we are now defaulting the behavior to error which will fail the workflow run.

ESM

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

What's Changed

Full Changelog: actions/download-artifact@v7...v8.0.0

v7.0.0

v7 - What's new

[!IMPORTANT] actions/download-artifact@v7 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. v6 had preliminary support for Node 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

New Contributors

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

v6.0.0

... (truncated)

Commits
  • 3e5f45b Add regression tests for CJK characters (#471)
  • e6d03f6 Add a regression test ...

    Description has been truncated

Bumps the github-actions group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.18.0` | `2.20.1` |
| [actions/checkout](https://github.com/actions/checkout) | `4` | `7` |
| [bazel-contrib/setup-bazel](https://github.com/bazel-contrib/setup-bazel) | `0.18.0` | `0.19.0` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `7` |
| [eclipse-score/cicd-workflows/.github/workflows/daily.yml](https://github.com/eclipse-score/cicd-workflows) | `0.0.1` | `0.0.2` |
| [eclipse-score/cicd-workflows/.github/workflows/docs-publish.yml](https://github.com/eclipse-score/cicd-workflows) | `206a795e30d45de82d541206fde17abe98d2b4bf` | `840a5c60b35c713ed8df13f1969dfb3721a5c529` |
| [eclipse-score/cicd-workflows/.github/workflows/license-check.yml](https://github.com/eclipse-score/cicd-workflows) | `0.0.0` | `0.0.2` |
| [eclipse-score/cicd-workflows/.github/workflows/docs.yml](https://github.com/eclipse-score/cicd-workflows) | `206a795e30d45de82d541206fde17abe98d2b4bf` | `840a5c60b35c713ed8df13f1969dfb3721a5c529` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `8` |
| [actions/github-script](https://github.com/actions/github-script) | `7` | `9` |


Updates `step-security/harden-runner` from 2.18.0 to 2.20.1
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@v2.18.0...v2.20.1)

Updates `actions/checkout` from 4 to 7
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v7)

Updates `bazel-contrib/setup-bazel` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/bazel-contrib/setup-bazel/releases)
- [Commits](bazel-contrib/setup-bazel@0.18.0...0.19.0)

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

Updates `eclipse-score/cicd-workflows/.github/workflows/daily.yml` from 0.0.1 to 0.0.2
- [Release notes](https://github.com/eclipse-score/cicd-workflows/releases)
- [Commits](eclipse-score/cicd-workflows@829b3e1...93aac16)

Updates `eclipse-score/cicd-workflows/.github/workflows/docs-publish.yml` from 206a795e30d45de82d541206fde17abe98d2b4bf to 840a5c60b35c713ed8df13f1969dfb3721a5c529
- [Release notes](https://github.com/eclipse-score/cicd-workflows/releases)
- [Commits](eclipse-score/cicd-workflows@206a795...840a5c6)

Updates `eclipse-score/cicd-workflows/.github/workflows/license-check.yml` from 0.0.0 to 0.0.2
- [Release notes](https://github.com/eclipse-score/cicd-workflows/releases)
- [Commits](eclipse-score/cicd-workflows@c1c90b1...93aac16)

Updates `eclipse-score/cicd-workflows/.github/workflows/docs.yml` from 206a795e30d45de82d541206fde17abe98d2b4bf to 840a5c60b35c713ed8df13f1969dfb3721a5c529
- [Release notes](https://github.com/eclipse-score/cicd-workflows/releases)
- [Commits](eclipse-score/cicd-workflows@206a795...840a5c6)

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

Updates `actions/github-script` from 7 to 9
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v7...v9)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-version: 2.20.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: bazel-contrib/setup-bazel
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: eclipse-score/cicd-workflows/.github/workflows/daily.yml
  dependency-version: 0.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: eclipse-score/cicd-workflows/.github/workflows/docs-publish.yml
  dependency-version: 840a5c60b35c713ed8df13f1969dfb3721a5c529
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: eclipse-score/cicd-workflows/.github/workflows/license-check.yml
  dependency-version: 0.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: eclipse-score/cicd-workflows/.github/workflows/docs.yml
  dependency-version: 840a5c60b35c713ed8df13f1969dfb3721a5c529
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: actions/download-artifact
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/github-script
  dependency-version: '9'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 12, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 12, 2026
@github-actions

Copy link
Copy Markdown
Contributor

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run --lockfile_mode=error //src:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server (8.6.0) and connecting to it...
INFO: Invocation ID: 864202ee-eb4a-4daf-9cf0-fa6146143704
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
    currently loading: src
WARNING: Target pattern parsing failed.
ERROR: Skipping '//src:license-check': no such target '//src:license-check': target 'license-check' not declared in package 'src' defined by /home/runner/work/docs-as-code/docs-as-code/src/BUILD
ERROR: no such target '//src:license-check': target 'license-check' not declared in package 'src' defined by /home/runner/work/docs-as-code/docs-as-code/src/BUILD
INFO: Elapsed time: 5.628s
INFO: 0 processes.
ERROR: Build did NOT complete successfully
ERROR: Build failed. Not running target

@github-actions

Copy link
Copy Markdown
Contributor

Documentation preview for this pull request is available at:
pr-716: https://eclipse-score.github.io/docs-as-code/pr-716/

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

Status: No status

Development

Successfully merging this pull request may close these issues.

0 participants