From a1edcf0554a46eebc9695df1b10fc0661e74fc52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 20:53:47 +0000 Subject: [PATCH] chore(github-actions): bump the github-actions group across 1 directory with 3 updates Bumps the github-actions group with 3 updates in the / directory: [eclipse-score/cicd-workflows/.github/workflows/docs.yml](https://github.com/eclipse-score/cicd-workflows), [eclipse-score/cicd-workflows/.github/workflows/daily.yml](https://github.com/eclipse-score/cicd-workflows) and [eclipse-score/cicd-workflows/.github/workflows/license-check.yml](https://github.com/eclipse-score/cicd-workflows). Updates `eclipse-score/cicd-workflows/.github/workflows/docs.yml` from 0.0.1 to 0.0.2 - [Release notes](https://github.com/eclipse-score/cicd-workflows/releases) - [Commits](https://github.com/eclipse-score/cicd-workflows/compare/829b3e11ccbf924a5782f7bfed647cb1619fdf78...93aac16ada7d247bbb6ae926509ddea74cf5213a) Updates `eclipse-score/cicd-workflows/.github/workflows/daily.yml` from 420415673830d4711ac818ee8524204d6d0039d6 to dfc6ffae7b8db630dbf49865314df6c46802d385 - [Release notes](https://github.com/eclipse-score/cicd-workflows/releases) - [Commits](https://github.com/eclipse-score/cicd-workflows/compare/420415673830d4711ac818ee8524204d6d0039d6...dfc6ffae7b8db630dbf49865314df6c46802d385) Updates `eclipse-score/cicd-workflows/.github/workflows/license-check.yml` from 0.0.1 to 0.0.2 - [Release notes](https://github.com/eclipse-score/cicd-workflows/releases) - [Commits](https://github.com/eclipse-score/cicd-workflows/compare/829b3e11ccbf924a5782f7bfed647cb1619fdf78...93aac16ada7d247bbb6ae926509ddea74cf5213a) --- updated-dependencies: - dependency-name: eclipse-score/cicd-workflows/.github/workflows/daily.yml dependency-version: dfc6ffae7b8db630dbf49865314df6c46802d385 dependency-type: direct:production dependency-group: github-actions - dependency-name: eclipse-score/cicd-workflows/.github/workflows/docs.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/license-check.yml dependency-version: 0.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- .github/workflows/on-daily.yml | 2 +- .github/workflows/on-pr_target.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index bab7ceca..66660dd2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -30,7 +30,7 @@ on: jobs: build-docs: - uses: eclipse-score/cicd-workflows/.github/workflows/docs.yml@829b3e11ccbf924a5782f7bfed647cb1619fdf78 # v0.0.1 + uses: eclipse-score/cicd-workflows/.github/workflows/docs.yml@93aac16ada7d247bbb6ae926509ddea74cf5213a # v0.0.2 permissions: contents: write pages: write diff --git a/.github/workflows/on-daily.yml b/.github/workflows/on-daily.yml index 16b54c67..dee5e2fe 100644 --- a/.github/workflows/on-daily.yml +++ b/.github/workflows/on-daily.yml @@ -24,4 +24,4 @@ on: jobs: docs-cleanup: - uses: eclipse-score/cicd-workflows/.github/workflows/daily.yml@420415673830d4711ac818ee8524204d6d0039d6 # v2026-06-10 + uses: eclipse-score/cicd-workflows/.github/workflows/daily.yml@dfc6ffae7b8db630dbf49865314df6c46802d385 # v2026-06-10 diff --git a/.github/workflows/on-pr_target.yml b/.github/workflows/on-pr_target.yml index ef729e35..ee5631f6 100644 --- a/.github/workflows/on-pr_target.yml +++ b/.github/workflows/on-pr_target.yml @@ -22,7 +22,7 @@ permissions: jobs: license-check: - uses: eclipse-score/cicd-workflows/.github/workflows/license-check.yml@829b3e11ccbf924a5782f7bfed647cb1619fdf78 # v0.0.1 + uses: eclipse-score/cicd-workflows/.github/workflows/license-check.yml@93aac16ada7d247bbb6ae926509ddea74cf5213a # v0.0.2 with: repo-url: "${{ github.server_url }}/${{ github.repository }}" bazel-target: "run --lockfile_mode=error //:license-check"