From 9f51a6e6fef613e62501c60be4310621b0755203 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 12:08:34 +0000 Subject: [PATCH] Bump the github-actions group with 4 updates Bumps the github-actions group with 4 updates: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action), [ad-m/github-push-action](https://github.com/ad-m/github-push-action), [devops-infra/action-pull-request](https://github.com/devops-infra/action-pull-request) and [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer). Updates `golangci/golangci-lint-action` from 9.2.0 to 9.2.1 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/1e7e51e771db61008b38414a730f564565cf7c20...82606bf257cbaff209d206a39f5134f0cfbfd2ee) Updates `ad-m/github-push-action` from 1.1.0 to 1.3.0 - [Release notes](https://github.com/ad-m/github-push-action/releases) - [Commits](https://github.com/ad-m/github-push-action/compare/v1.1.0...v1.3.0) Updates `devops-infra/action-pull-request` from 1.0.2 to 1.2.1 - [Release notes](https://github.com/devops-infra/action-pull-request/releases) - [Commits](https://github.com/devops-infra/action-pull-request/compare/v1.0.2...v1.2.1) Updates `sigstore/cosign-installer` from 4.1.1 to 4.1.2 - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003...6f9f17788090df1f26f669e9d70d6ae9567deba6) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: 9.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: ad-m/github-push-action dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: devops-infra/action-pull-request dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: sigstore/cosign-installer dependency-version: 4.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-test.yaml | 2 +- .github/workflows/helm-docs.yaml | 2 +- .github/workflows/release.yaml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index b2cdc6f..3c5b3fc 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -29,7 +29,7 @@ jobs: go-version-file: go.mod - name: Run golangci-lint - uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 + uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1 with: version: v2.1.0 args: --timeout 10m --verbose --issues-exit-code=0 diff --git a/.github/workflows/helm-docs.yaml b/.github/workflows/helm-docs.yaml index c87b4ee..bfd1c51 100644 --- a/.github/workflows/helm-docs.yaml +++ b/.github/workflows/helm-docs.yaml @@ -62,7 +62,7 @@ jobs: git commit -m "[HELM] Update helm docs" - name: Push Changes if: steps.filter-readme.outputs.readme == 'true' - uses: ad-m/github-push-action@v1.1.0 + uses: ad-m/github-push-action@v1.3.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: ${{ github.head_ref }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4cde807..b8a9921 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -106,7 +106,7 @@ jobs: - name: Push changes if: steps.filter.outputs.versions == 'true' - uses: ad-m/github-push-action@v1.1.0 + uses: ad-m/github-push-action@v1.3.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: ${{ github.ref_name }} @@ -119,7 +119,7 @@ jobs: toTag: "main" - name: Create Release PR - uses: devops-infra/action-pull-request@v1.0.2 + uses: devops-infra/action-pull-request@v1.2.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} target_branch: main @@ -213,7 +213,7 @@ jobs: # Install the cosign tool except on PR # https://github.com/sigstore/cosign-installer - name: Install cosign - uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 #v4.1.1 + uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 #v4.1.2 with: cosign-release: "v2.2.4"