From 10efcf91a6bef499f6a7e7692d48c6e7044725d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 00:06:34 +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.36.6. - [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.36.6) --- updated-dependencies: - dependency-name: LerianStudio/github-actions-shared-workflows/.github/workflows/go-pr-analysis.yml dependency-version: 1.36.6 dependency-type: direct:production update-type: version-update:semver-minor ... 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..dca2e6e 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.36.6 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..60d337e 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.36.6 with: go_version: "1.26.3" golangci_lint_version: "v2.12.2"