From 4f12ea48d063f66c760f545d97f087aef2d749cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 14:13:34 +0000 Subject: [PATCH] chore(ci): bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action). 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) Updates `slackapi/slack-github-action` from 3.0.1 to 3.0.3 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Changelog](https://github.com/slackapi/slack-github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/slackapi/slack-github-action/compare/v3.0.1...v3.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: slackapi/slack-github-action dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/gitleaks.yaml | 2 +- .github/workflows/soliplex.yaml | 8 ++++---- .github/workflows/trufflehog.yaml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/gitleaks.yaml b/.github/workflows/gitleaks.yaml index 85f7631..be6b334 100644 --- a/.github/workflows/gitleaks.yaml +++ b/.github/workflows/gitleaks.yaml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/soliplex.yaml b/.github/workflows/soliplex.yaml index 8d44def..0da835d 100644 --- a/.github/workflows/soliplex.yaml +++ b/.github/workflows/soliplex.yaml @@ -19,7 +19,7 @@ jobs: outputs: should_test: ${{ steps.filter.outputs.python }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: dorny/paths-filter@v4 id: filter with: @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 15 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up uv uses: astral-sh/setup-uv@v7 with: @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up uv uses: astral-sh/setup-uv@v7 with: @@ -97,7 +97,7 @@ jobs: timeout-minutes: 2 steps: - name: Notify Slack on failure - uses: slackapi/slack-github-action@v3.0.1 + uses: slackapi/slack-github-action@v3.0.3 with: webhook: ${{ secrets.SLACK_NOTIFY_URL }} webhook-type: incoming-webhook diff --git a/.github/workflows/trufflehog.yaml b/.github/workflows/trufflehog.yaml index 69cbc7f..62de587 100644 --- a/.github/workflows/trufflehog.yaml +++ b/.github/workflows/trufflehog.yaml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: TruffleHog scan @@ -31,7 +31,7 @@ jobs: timeout-minutes: 2 steps: - name: Notify Slack on failure - uses: slackapi/slack-github-action@v3.0.1 + uses: slackapi/slack-github-action@v3.0.3 with: webhook: ${{ secrets.SLACK_NOTIFY_URL }} webhook-type: incoming-webhook