From b901f8faa937e93d19c2baf0f091d3409dab4fc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 22:09:23 +0000 Subject: [PATCH] Bump cycodelabs/cimon-action from 0.10.0 to 1 Bumps [cycodelabs/cimon-action](https://github.com/cycodelabs/cimon-action) from 0.10.0 to 1. - [Release notes](https://github.com/cycodelabs/cimon-action/releases) - [Commits](https://github.com/cycodelabs/cimon-action/compare/f99ad5557cb80964bc2b2e76a47bf4b5ba6e323b...b321589f8db1a7fceea81c75260b30aa8d3f41b2) --- updated-dependencies: - dependency-name: cycodelabs/cimon-action dependency-version: '1' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build_executable.yml | 2 +- .github/workflows/pre_release.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/ruff.yml | 2 +- .github/workflows/tests.yml | 2 +- .github/workflows/tests_full.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_executable.yml b/.github/workflows/build_executable.yml index e0a963d9..41a3b70d 100644 --- a/.github/workflows/build_executable.yml +++ b/.github/workflows/build_executable.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Run Cimon if: matrix.os == 'ubuntu-22.04' - uses: cycodelabs/cimon-action@f99ad5557cb80964bc2b2e76a47bf4b5ba6e323b # v0.10.0 + uses: cycodelabs/cimon-action@b321589f8db1a7fceea81c75260b30aa8d3f41b2 # v1 with: client-id: ${{ secrets.CIMON_CLIENT_ID }} secret: ${{ secrets.CIMON_SECRET }} diff --git a/.github/workflows/pre_release.yml b/.github/workflows/pre_release.yml index 4464f0e4..d170a73d 100644 --- a/.github/workflows/pre_release.yml +++ b/.github/workflows/pre_release.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Run Cimon - uses: cycodelabs/cimon-action@f99ad5557cb80964bc2b2e76a47bf4b5ba6e323b # v0.10.0 + uses: cycodelabs/cimon-action@b321589f8db1a7fceea81c75260b30aa8d3f41b2 # v1 with: client-id: ${{ secrets.CIMON_CLIENT_ID }} secret: ${{ secrets.CIMON_SECRET }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b634c0f2..a57a7f48 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Run Cimon - uses: cycodelabs/cimon-action@f99ad5557cb80964bc2b2e76a47bf4b5ba6e323b # v0.10.0 + uses: cycodelabs/cimon-action@b321589f8db1a7fceea81c75260b30aa8d3f41b2 # v1 with: client-id: ${{ secrets.CIMON_CLIENT_ID }} secret: ${{ secrets.CIMON_SECRET }} diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml index 8e64e255..97151211 100644 --- a/.github/workflows/ruff.yml +++ b/.github/workflows/ruff.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Run Cimon - uses: cycodelabs/cimon-action@f99ad5557cb80964bc2b2e76a47bf4b5ba6e323b # v0.10.0 + uses: cycodelabs/cimon-action@b321589f8db1a7fceea81c75260b30aa8d3f41b2 # v1 with: client-id: ${{ secrets.CIMON_CLIENT_ID }} secret: ${{ secrets.CIMON_SECRET }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 873005fb..034ba6a8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Run Cimon - uses: cycodelabs/cimon-action@f99ad5557cb80964bc2b2e76a47bf4b5ba6e323b # v0.10.0 + uses: cycodelabs/cimon-action@b321589f8db1a7fceea81c75260b30aa8d3f41b2 # v1 with: client-id: ${{ secrets.CIMON_CLIENT_ID }} secret: ${{ secrets.CIMON_SECRET }} diff --git a/.github/workflows/tests_full.yml b/.github/workflows/tests_full.yml index 7e3badb6..7d39afa4 100644 --- a/.github/workflows/tests_full.yml +++ b/.github/workflows/tests_full.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Run Cimon if: matrix.os == 'ubuntu-latest' - uses: cycodelabs/cimon-action@f99ad5557cb80964bc2b2e76a47bf4b5ba6e323b # v0.10.0 + uses: cycodelabs/cimon-action@b321589f8db1a7fceea81c75260b30aa8d3f41b2 # v1 with: client-id: ${{ secrets.CIMON_CLIENT_ID }} secret: ${{ secrets.CIMON_SECRET }}