From 440b50090ca3ee1f53d3a2e2af14b95bfae35804 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 00:07:10 +0000 Subject: [PATCH] chore(deps): bump LerianStudio/github-actions-shared-workflows/.github/workflows/go-pr-analysis.yml Bumps [LerianStudio/github-actions-shared-workflows/.github/workflows/go-pr-analysis.yml](https://github.com/lerianstudio/github-actions-shared-workflows) from 1.33.0 to 1.33.1. - [Release notes](https://github.com/lerianstudio/github-actions-shared-workflows/releases) - [Changelog](https://github.com/LerianStudio/github-actions-shared-workflows/blob/main/CHANGELOG.md) - [Commits](https://github.com/lerianstudio/github-actions-shared-workflows/compare/v1.33.0...v1.33.1) --- updated-dependencies: - dependency-name: LerianStudio/github-actions-shared-workflows/.github/workflows/go-pr-analysis.yml dependency-version: 1.33.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/go-combined-analysis.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-combined-analysis.yml b/.github/workflows/go-combined-analysis.yml index 4d1de84..7515cc4 100644 --- a/.github/workflows/go-combined-analysis.yml +++ b/.github/workflows/go-combined-analysis.yml @@ -20,7 +20,7 @@ jobs: contents: read pull-requests: write security-events: write - uses: LerianStudio/github-actions-shared-workflows/.github/workflows/go-pr-analysis.yml@v1.33.0 + uses: LerianStudio/github-actions-shared-workflows/.github/workflows/go-pr-analysis.yml@v1.33.1 with: go_version: "1.26.3" golangci_lint_version: "v2.12.2" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd92eb0..d50ea0a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: packages: read pull-requests: write security-events: write - uses: LerianStudio/github-actions-shared-workflows/.github/workflows/go-pr-analysis.yml@v1.33.0 + uses: LerianStudio/github-actions-shared-workflows/.github/workflows/go-pr-analysis.yml@v1.33.1 with: go_version: "1.26.3" golangci_lint_version: "v2.12.2"