From 271d85fbe352ae4a706249187f9611ddc91dddda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 05:25:14 +0000 Subject: [PATCH] Bump the github-actions group with 4 updates Bumps the github-actions group with 4 updates: [SINTEF/ci-cd/.github/workflows/cd_release.yml](https://github.com/sintef/ci-cd), [SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml](https://github.com/sintef/ci-cd), [SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml](https://github.com/sintef/ci-cd) and [SINTEF/ci-cd/.github/workflows/ci_tests.yml](https://github.com/sintef/ci-cd). Updates `SINTEF/ci-cd/.github/workflows/cd_release.yml` from 2.9.2 to 2.10.0 - [Release notes](https://github.com/sintef/ci-cd/releases) - [Changelog](https://github.com/SINTEF/ci-cd/blob/main/CHANGELOG.md) - [Commits](https://github.com/sintef/ci-cd/compare/v2.9.2...v2.10.0) Updates `SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml` from 2.9.2 to 2.10.0 - [Release notes](https://github.com/sintef/ci-cd/releases) - [Changelog](https://github.com/SINTEF/ci-cd/blob/main/CHANGELOG.md) - [Commits](https://github.com/sintef/ci-cd/compare/v2.9.2...v2.10.0) Updates `SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml` from 2.9.2 to 2.10.0 - [Release notes](https://github.com/sintef/ci-cd/releases) - [Changelog](https://github.com/SINTEF/ci-cd/blob/main/CHANGELOG.md) - [Commits](https://github.com/sintef/ci-cd/compare/v2.9.2...v2.10.0) Updates `SINTEF/ci-cd/.github/workflows/ci_tests.yml` from 2.9.2 to 2.10.0 - [Release notes](https://github.com/sintef/ci-cd/releases) - [Changelog](https://github.com/SINTEF/ci-cd/blob/main/CHANGELOG.md) - [Commits](https://github.com/sintef/ci-cd/compare/v2.9.2...v2.10.0) --- updated-dependencies: - dependency-name: SINTEF/ci-cd/.github/workflows/cd_release.yml dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: SINTEF/ci-cd/.github/workflows/ci_tests.yml dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/cd_release.yml | 2 +- .github/workflows/ci_automerge_dependabot.yml | 2 +- .github/workflows/ci_cd_updated_master.yml | 2 +- .github/workflows/ci_tests.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd_release.yml b/.github/workflows/cd_release.yml index b573eae9..75be32c0 100644 --- a/.github/workflows/cd_release.yml +++ b/.github/workflows/cd_release.yml @@ -8,7 +8,7 @@ on: jobs: build: name: External - uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.9.2 + uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.10.0 if: github.repository == 'EMMC-ASBL/oteapi-core' && startsWith(github.ref, 'refs/tags/v') permissions: contents: write diff --git a/.github/workflows/ci_automerge_dependabot.yml b/.github/workflows/ci_automerge_dependabot.yml index 0e4e508e..0470fa38 100644 --- a/.github/workflows/ci_automerge_dependabot.yml +++ b/.github/workflows/ci_automerge_dependabot.yml @@ -7,7 +7,7 @@ on: jobs: update-dependabot-branch: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.9.2 + uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.10.0 if: github.repository_owner == 'EMMC-ASBL' && ( ( startsWith(github.event.pull_request.head.ref, 'dependabot/') && github.actor == 'dependabot[bot]' ) || ( github.event.pull_request.head.ref == 'pre-commit-ci-update-config' && github.actor == 'pre-commit-ci[bot]' ) ) secrets: PAT: ${{ secrets.RELEASE_PAT }} diff --git a/.github/workflows/ci_cd_updated_master.yml b/.github/workflows/ci_cd_updated_master.yml index 54866401..7b2c00e0 100644 --- a/.github/workflows/ci_cd_updated_master.yml +++ b/.github/workflows/ci_cd_updated_master.yml @@ -7,7 +7,7 @@ on: jobs: updates-to-master: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.9.2 + uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.10.0 if: github.repository_owner == 'EMMC-ASBL' with: # General diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 23b40b7d..a6a41ae8 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -13,7 +13,7 @@ env: jobs: basic_tests: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_tests.yml@v2.9.2 + uses: SINTEF/ci-cd/.github/workflows/ci_tests.yml@v2.10.0 with: # General install_extras: "[dev]"