From c79eade5e96f11caf16e61550b38f19cdf8ec49c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 13:48:58 +0000 Subject: [PATCH] chore(deps): Bump the third-party group with 4 updates Bumps the third-party group with 4 updates: [dorny/paths-filter](https://github.com/dorny/paths-filter), [rlespinasse/github-slug-action](https://github.com/rlespinasse/github-slug-action), [azure/setup-helm](https://github.com/azure/setup-helm) and [oss-review-toolkit/ort-ci-github-action](https://github.com/oss-review-toolkit/ort-ci-github-action). Updates `dorny/paths-filter` from 3.0.3 to 4.0.3 - [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/d1c1ffe0248fe513906c8e24db8ea791d46f8590...ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d) Updates `rlespinasse/github-slug-action` from 5.6.0 to 5.7.0 - [Release notes](https://github.com/rlespinasse/github-slug-action/releases) - [Commits](https://github.com/rlespinasse/github-slug-action/compare/e6f261660910b273384c5c42b17a0217881b217a...ef93b2ea4b6405d06fd8684fc3ff795d262ecae8) Updates `azure/setup-helm` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](https://github.com/azure/setup-helm/compare/dda3372f752e03dde6b3237bc9431cdc2f7a02a2...9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310) Updates `oss-review-toolkit/ort-ci-github-action` from 1.1.0 to 1.2.0 - [Commits](https://github.com/oss-review-toolkit/ort-ci-github-action/compare/1805edcf1f4f55f35ae6e4d2d9795ccfb29b6021...086d928d24ef1653dc0777296b312fda5faaaf52) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: third-party - dependency-name: rlespinasse/github-slug-action dependency-version: 5.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: third-party - dependency-name: azure/setup-helm dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: third-party - dependency-name: oss-review-toolkit/ort-ci-github-action dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: third-party ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/helm-release.yaml | 4 ++-- .github/workflows/ort.yaml | 2 +- .github/workflows/reusable-go-ci.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0daf16d26..4a4c774ca 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -187,7 +187,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Check for rover-ctl base image changes id: filter - uses: dorny/paths-filter@d1c1ffe0248fe513906c8e24db8ea791d46f8590 # v3.0.3 + uses: dorny/paths-filter@ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d # v4.0.3 with: filters: | rover_ctl_base: @@ -239,7 +239,7 @@ jobs: - name: Checkout Code uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Inject slug vars - uses: rlespinasse/github-slug-action@e6f261660910b273384c5c42b17a0217881b217a # v5.6.0 + uses: rlespinasse/github-slug-action@ef93b2ea4b6405d06fd8684fc3ff795d262ecae8 # v5.7.0 - name: Set up Docker Buildx uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 - name: Log in to GHCR diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index 8414e19f6..c342fbc68 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -32,7 +32,7 @@ jobs: fetch-depth: 0 - name: Setup Helm - uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0 + uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1 with: version: 'latest' env: @@ -47,7 +47,7 @@ jobs: helm lint ${{ inputs.chart_path }} - name: Inject slug vars - uses: rlespinasse/github-slug-action@e6f261660910b273384c5c42b17a0217881b217a # v5.6.0 + uses: rlespinasse/github-slug-action@ef93b2ea4b6405d06fd8684fc3ff795d262ecae8 # v5.7.0 - name: Extract Version Information id: version diff --git a/.github/workflows/ort.yaml b/.github/workflows/ort.yaml index a515f3e79..e3ee2b6e5 100644 --- a/.github/workflows/ort.yaml +++ b/.github/workflows/ort.yaml @@ -39,7 +39,7 @@ jobs: # Copy custom config into config dir cp ${GITHUB_WORKSPACE}/.github/ort/config.yml ${ORT_CONFIG_DIR} - name: Run GitHub Action for ORT - uses: oss-review-toolkit/ort-ci-github-action@1805edcf1f4f55f35ae6e4d2d9795ccfb29b6021 # v1.1.0 + uses: oss-review-toolkit/ort-ci-github-action@086d928d24ef1653dc0777296b312fda5faaaf52 # v1.2.0 with: # fail-on: violations # todo: remove this when we have a working config docker-cli-args: >- diff --git a/.github/workflows/reusable-go-ci.yaml b/.github/workflows/reusable-go-ci.yaml index 2cdbb3445..54097d711 100644 --- a/.github/workflows/reusable-go-ci.yaml +++ b/.github/workflows/reusable-go-ci.yaml @@ -378,7 +378,7 @@ jobs: uses: ko-build/setup-ko@61b4d1d396f5b2e7d6bb6fefdce3dc38d1a13445 # v0.10 - name: Inject slug vars - uses: rlespinasse/github-slug-action@e6f261660910b273384c5c42b17a0217881b217a # v5.6.0 + uses: rlespinasse/github-slug-action@ef93b2ea4b6405d06fd8684fc3ff795d262ecae8 # v5.7.0 - name: Convert repository to lowercase id: repo_lower