From 803beb8e24317099fa1b39e316110572f926bc4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 01:08:10 +0000 Subject: [PATCH] chore(github-actions): bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [eclipse-score/cicd-workflows/.github/workflows/copyright.yml](https://github.com/eclipse-score/cicd-workflows) and [actions/deploy-pages](https://github.com/actions/deploy-pages). Updates `eclipse-score/cicd-workflows/.github/workflows/copyright.yml` from 0.0.2 to 0.0.3 - [Release notes](https://github.com/eclipse-score/cicd-workflows/releases) - [Commits](https://github.com/eclipse-score/cicd-workflows/compare/93aac16ada7d247bbb6ae926509ddea74cf5213a...8d80e8df150cae21d53cbc8031d0f970648f7a67) Updates `actions/deploy-pages` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/cd2ce8fcbc39b97be8ca5fce6e763baed58fa128...368f82528645a54fb793d4d04e342629a3f51346) --- updated-dependencies: - dependency-name: eclipse-score/cicd-workflows/.github/workflows/copyright.yml dependency-version: 0.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/deploy-pages dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/copyright.yml | 2 +- .github/workflows/deploy_docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/copyright.yml b/.github/workflows/copyright.yml index ff7ef803..74b6b13b 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@93aac16ada7d247bbb6ae926509ddea74cf5213a # v0.0.2 + uses: eclipse-score/cicd-workflows/.github/workflows/copyright.yml@8d80e8df150cae21d53cbc8031d0f970648f7a67 # v0.0.3 with: bazel-target: "run //:copyright.check" diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index b0ae2017..49ef6f41 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -236,4 +236,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0 + uses: actions/deploy-pages@368f82528645a54fb793d4d04e342629a3f51346 # v5.0.1