From ac2a810a22b8bd9157e23b9266414e55de04f792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 20:53:22 +0000 Subject: [PATCH] chore(github-actions): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [eclipse-score/cicd-workflows/.github/workflows/daily.yml](https://github.com/eclipse-score/cicd-workflows) and [actions/checkout](https://github.com/actions/checkout). Updates `eclipse-score/cicd-workflows/.github/workflows/daily.yml` from dfc6ffae7b8db630dbf49865314df6c46802d385 to f57b605a284ca117bcfd9f83ea427096faaac7d1 - [Release notes](https://github.com/eclipse-score/cicd-workflows/releases) - [Commits](https://github.com/eclipse-score/cicd-workflows/compare/dfc6ffae7b8db630dbf49865314df6c46802d385...f57b605a284ca117bcfd9f83ea427096faaac7d1) Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: eclipse-score/cicd-workflows/.github/workflows/daily.yml dependency-version: f57b605a284ca117bcfd9f83ea427096faaac7d1 dependency-type: direct:production 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 ... Signed-off-by: dependabot[bot] --- .github/workflows/on-daily.yml | 2 +- .github/workflows/on-pr.yml | 2 +- .github/workflows/sync-template.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/on-daily.yml b/.github/workflows/on-daily.yml index dee5e2fe..f68f8cbe 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@dfc6ffae7b8db630dbf49865314df6c46802d385 # v2026-06-10 + uses: eclipse-score/cicd-workflows/.github/workflows/daily.yml@f57b605a284ca117bcfd9f83ea427096faaac7d1 # v2026-06-10 diff --git a/.github/workflows/on-pr.yml b/.github/workflows/on-pr.yml index 0a92e6b5..6d9de1da 100644 --- a/.github/workflows/on-pr.yml +++ b/.github/workflows/on-pr.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📥 Check out - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 🛠️ Install pre-commit run: pip install pre-commit - name: ✅ Run pre-commit diff --git a/.github/workflows/sync-template.yml b/.github/workflows/sync-template.yml index d3dd7518..cbef382b 100644 --- a/.github/workflows/sync-template.yml +++ b/.github/workflows/sync-template.yml @@ -26,7 +26,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.GITHUB_TOKEN }} persist-credentials: false # needed see #557 and #627