From 5b3e371f376dfb3231ff14663dfb882a67f76a92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 01:06:49 +0000 Subject: [PATCH] chore(github-actions): bump eclipse-score/cicd-workflows/.github/workflows/copyright.yml Bumps the github-actions group with 1 update: [eclipse-score/cicd-workflows/.github/workflows/copyright.yml](https://github.com/eclipse-score/cicd-workflows). Updates `eclipse-score/cicd-workflows/.github/workflows/copyright.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/copyright.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/copyright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copyright.yml b/.github/workflows/copyright.yml index e10ec642..ff7ef803 100644 --- a/.github/workflows/copyright.yml +++ b/.github/workflows/copyright.yml @@ -18,6 +18,6 @@ on: types: [checks_requested] jobs: copyright-check: - uses: eclipse-score/cicd-workflows/.github/workflows/copyright.yml@829b3e11ccbf924a5782f7bfed647cb1619fdf78 # v0.0.1 + uses: eclipse-score/cicd-workflows/.github/workflows/copyright.yml@93aac16ada7d247bbb6ae926509ddea74cf5213a # v0.0.2 with: bazel-target: "run //:copyright.check"