From 2cd90e007ee82b493844819b02987e919fde1432 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 00:13:13 +0000 Subject: [PATCH] chore(deps): bump the actions group across 1 directory with 4 updates Bumps the actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action), [dorny/paths-filter](https://github.com/dorny/paths-filter) and [docker/build-push-action](https://github.com/docker/build-push-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 2.1.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/v2.1.1...v3.0.3) Updates `dorny/paths-filter` from 3 to 4 - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](https://github.com/dorny/paths-filter/compare/v3...v4) Updates `docker/build-push-action` from 6 to 7 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: dorny/paths-filter dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: slackapi/slack-github-action dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/apply-rulesets.yaml | 2 +- .github/workflows/cascade-on-tag.yaml | 6 +++--- .github/workflows/ci.yaml | 8 ++++---- .github/workflows/create-release.yaml | 12 ++++++------ 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/apply-rulesets.yaml b/.github/workflows/apply-rulesets.yaml index 5f65d2b..66ebed8 100644 --- a/.github/workflows/apply-rulesets.yaml +++ b/.github/workflows/apply-rulesets.yaml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Sync rulesets to repo env: diff --git a/.github/workflows/cascade-on-tag.yaml b/.github/workflows/cascade-on-tag.yaml index 3c1ad30..242aea6 100644 --- a/.github/workflows/cascade-on-tag.yaml +++ b/.github/workflows/cascade-on-tag.yaml @@ -59,7 +59,7 @@ jobs: count: ${{ steps.discover.outputs.count || steps.empty_outputs.outputs.count }} steps: - name: Checkout openfilter - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python (for check_constraint.py) uses: actions/setup-python@v6 @@ -145,7 +145,7 @@ jobs: AUTO_MERGE: ${{ github.event_name == 'workflow_dispatch' && inputs.auto_merge_override && 'false' || 'true' }} steps: - name: Checkout openfilter - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python (for bump-strategy.sh) uses: actions/setup-python@v6 @@ -186,7 +186,7 @@ jobs: permissions: {} steps: - name: Slack on failure - uses: slackapi/slack-github-action@v2.1.1 + uses: slackapi/slack-github-action@v3.0.3 with: webhook: ${{ secrets.SLACK_WEBHOOK_URL }} webhook-type: incoming-webhook diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9f628da..983c909 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run release log check uses: PlainsightAI/gh-actions-public/check-release-log@main @@ -38,7 +38,7 @@ jobs: python: ["3.10", "3.11", "3.12", "3.13"] steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v6 @@ -63,11 +63,11 @@ jobs: contents: read steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Detect cascade-affecting changes id: filter - uses: dorny/paths-filter@v3 + uses: dorny/paths-filter@v4 with: filters: | cascade: diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index e44bb49..c11baee 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -24,7 +24,7 @@ jobs: python: ["3.10", "3.11", "3.12", "3.13"] steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v6 @@ -47,7 +47,7 @@ jobs: if: github.event_name == 'workflow_dispatch' steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run changelog parser id: changelog @@ -134,7 +134,7 @@ jobs: already_exists: ${{ steps.check_pypi.outputs.already_exists }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Write Git SHA to VERSION_SHA run: echo "${{ github.sha }}" > VERSION_SHA @@ -224,7 +224,7 @@ jobs: url: https://pypi.org/project/${{ needs.prepare-pypi-publish.outputs.package_name }}/ steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v6 @@ -340,7 +340,7 @@ jobs: image: plainsightai/openfilter-webvis steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v4 @@ -360,7 +360,7 @@ jobs: echo "tags=${IMAGE}:${VERSION},${IMAGE}:latest" >> $GITHUB_OUTPUT - name: Build and push Docker image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: "." file: ${{ matrix.filter.dockerfile }}