From 2c356862cc14b7e4941a2857c2c713bae5ac1875 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 11:33:11 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 5 updates Bumps the actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [azure/setup-helm](https://github.com/azure/setup-helm) | `4.2.0` | `4.3.0` | | [peter-murray/workflow-application-token-action](https://github.com/peter-murray/workflow-application-token-action) | `3.0.0` | `4.0.1` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.10.0` | `3.11.1` | | [actions/stale](https://github.com/actions/stale) | `6` | `9` | | [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `7.0.0` | `8.0.0` | Updates `azure/setup-helm` from 4.2.0 to 4.3.0 - [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/fe7b79cd5ee1e45176fcad797de68ecaf3ca4814...b9e51907a09c216f16ebe8536097933489208112) Updates `peter-murray/workflow-application-token-action` from 3.0.0 to 4.0.1 - [Release notes](https://github.com/peter-murray/workflow-application-token-action/releases) - [Commits](https://github.com/peter-murray/workflow-application-token-action/compare/dc0413987a085fa17d19df9e47d4677cf81ffef3...d17e3a9a36850ea89f35db16c1067dd2b68ee343) Updates `docker/setup-buildx-action` from 3.10.0 to 3.11.1 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2...e468171a9de216ec08956ac3ada2f0791b6bd435) Updates `actions/stale` from 6 to 9 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v6...v9) Updates `golangci/golangci-lint-action` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/1481404843c368bc19ca9406f87d6e0fc97bdcfd...4afd733a84b1f43292c63897423277bb7f4313a9) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: peter-murray/workflow-application-token-action dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: docker/setup-buildx-action dependency-version: 3.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/stale dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: golangci/golangci-lint-action dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/arc-publish-chart.yaml | 4 ++-- .github/workflows/arc-publish.yaml | 2 +- .github/workflows/arc-release-runners.yaml | 2 +- .github/workflows/arc-validate-chart.yaml | 2 +- .github/workflows/gha-publish-chart.yaml | 6 +++--- .github/workflows/gha-validate-chart.yaml | 4 ++-- .github/workflows/global-publish-canary.yaml | 4 ++-- .github/workflows/global-run-stale.yaml | 2 +- .github/workflows/go.yaml | 2 +- 9 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/arc-publish-chart.yaml b/.github/workflows/arc-publish-chart.yaml index 5cada00e..f9a8b17d 100644 --- a/.github/workflows/arc-publish-chart.yaml +++ b/.github/workflows/arc-publish-chart.yaml @@ -46,7 +46,7 @@ jobs: - name: Set up Helm # Using https://github.com/Azure/setup-helm/releases/tag/v4.2.0 - uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 + uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 with: version: ${{ env.HELM_VERSION }} @@ -149,7 +149,7 @@ jobs: - name: Get Token id: get_workflow_token # https://github.com/peter-murray/workflow-application-token-action/releases/tag/v3.0.0 - uses: peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3 + uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343 with: application_id: ${{ secrets.ACTIONS_ACCESS_APP_ID }} application_private_key: ${{ secrets.ACTIONS_ACCESS_PK }} diff --git a/.github/workflows/arc-publish.yaml b/.github/workflows/arc-publish.yaml index 1a9328ca..b9913dfd 100644 --- a/.github/workflows/arc-publish.yaml +++ b/.github/workflows/arc-publish.yaml @@ -74,7 +74,7 @@ jobs: - name: Get Token id: get_workflow_token # https://github.com/peter-murray/workflow-application-token-action/releases/tag/v3.0.0 - uses: peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3 + uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343 with: application_id: ${{ secrets.ACTIONS_ACCESS_APP_ID }} application_private_key: ${{ secrets.ACTIONS_ACCESS_PK }} diff --git a/.github/workflows/arc-release-runners.yaml b/.github/workflows/arc-release-runners.yaml index da1fbf54..45c469fe 100644 --- a/.github/workflows/arc-release-runners.yaml +++ b/.github/workflows/arc-release-runners.yaml @@ -40,7 +40,7 @@ jobs: - name: Get Token id: get_workflow_token # https://github.com/peter-murray/workflow-application-token-action/releases/tag/v3.0.0 - uses: peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3 + uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343 with: application_id: ${{ secrets.ACTIONS_ACCESS_APP_ID }} application_private_key: ${{ secrets.ACTIONS_ACCESS_PK }} diff --git a/.github/workflows/arc-validate-chart.yaml b/.github/workflows/arc-validate-chart.yaml index d93fa27f..10079e44 100644 --- a/.github/workflows/arc-validate-chart.yaml +++ b/.github/workflows/arc-validate-chart.yaml @@ -46,7 +46,7 @@ jobs: - name: Set up Helm # Using https://github.com/Azure/setup-helm/releases/tag/v4.2.0 - uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 + uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 with: version: ${{ env.HELM_VERSION }} diff --git a/.github/workflows/gha-publish-chart.yaml b/.github/workflows/gha-publish-chart.yaml index c6e6e8b5..72ea9e5c 100644 --- a/.github/workflows/gha-publish-chart.yaml +++ b/.github/workflows/gha-publish-chart.yaml @@ -76,7 +76,7 @@ jobs: uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 with: # Pinning v0.9.1 for Buildx and BuildKit v0.10.6 # BuildKit v0.11 which has a bug causing intermittent @@ -142,7 +142,7 @@ jobs: - name: Set up Helm # Using https://github.com/Azure/setup-helm/releases/tag/v4.2.0 - uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 + uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 with: version: ${{ env.HELM_VERSION }} @@ -190,7 +190,7 @@ jobs: - name: Set up Helm # Using https://github.com/Azure/setup-helm/releases/tag/v4.2.0 - uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 + uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 with: version: ${{ env.HELM_VERSION }} diff --git a/.github/workflows/gha-validate-chart.yaml b/.github/workflows/gha-validate-chart.yaml index 3e249867..3d6ff144 100644 --- a/.github/workflows/gha-validate-chart.yaml +++ b/.github/workflows/gha-validate-chart.yaml @@ -42,7 +42,7 @@ jobs: - name: Set up Helm # Using https://github.com/Azure/setup-helm/releases/tag/v4.2.0 - uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 + uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 with: version: ${{ env.HELM_VERSION }} @@ -69,7 +69,7 @@ jobs: ct lint --config charts/.ci/ct-config-gha.yaml - name: Set up docker buildx - uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 if: steps.list-changed.outputs.changed == 'true' with: version: latest diff --git a/.github/workflows/global-publish-canary.yaml b/.github/workflows/global-publish-canary.yaml index ed649f5c..38ba1225 100644 --- a/.github/workflows/global-publish-canary.yaml +++ b/.github/workflows/global-publish-canary.yaml @@ -60,7 +60,7 @@ jobs: - name: Get Token id: get_workflow_token # https://github.com/peter-murray/workflow-application-token-action/releases/tag/v3.0.0 - uses: peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3 + uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343 with: application_id: ${{ secrets.ACTIONS_ACCESS_APP_ID }} application_private_key: ${{ secrets.ACTIONS_ACCESS_PK }} @@ -117,7 +117,7 @@ jobs: - name: Set up Docker Buildx # https://github.com/docker/setup-buildx-action/releases/tag/v3.10.0 - uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 with: version: latest diff --git a/.github/workflows/global-run-stale.yaml b/.github/workflows/global-run-stale.yaml index a84af45b..52464196 100644 --- a/.github/workflows/global-run-stale.yaml +++ b/.github/workflows/global-run-stale.yaml @@ -14,7 +14,7 @@ jobs: issues: write # for actions/stale to close stale issues pull-requests: write # for actions/stale to close stale PRs steps: - - uses: actions/stale@v6 + - uses: actions/stale@v9 with: stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.' # turn off stale for both issues and PRs diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 703b56a5..6893d83d 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -49,7 +49,7 @@ jobs: cache: false - name: golangci-lint # https://github.com/golangci/golangci-lint-action/releases/tag/v7.0.0 - uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd + uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 with: only-new-issues: true version: v2.1.2