From d9581b94ddbda456483520523c653931dad7cc6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 04:52:43 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [perses/github-actions](https://github.com/perses/github-actions) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `perses/github-actions` from 0.11.0 to 0.12.0 - [Release notes](https://github.com/perses/github-actions/releases) - [Changelog](https://github.com/perses/github-actions/blob/main/RELEASE.md) - [Commits](https://github.com/perses/github-actions/compare/v0.11.0...v0.12.0) 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/v9.2.0...v9.2.1) --- updated-dependencies: - dependency-name: perses/github-actions dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: golangci/golangci-lint-action dependency-version: 9.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/golangci-lint.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index bd1173f..ad8dbf4 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -11,14 +11,14 @@ jobs: steps: - name: checkout uses: actions/checkout@v6 - - uses: perses/github-actions@v0.11.0 + - uses: perses/github-actions@v0.12.0 - uses: ./.github/perses-ci/actions/setup_environment with: enable_go: true enable_go_cache: false enable_npm: false - name: golangci-lint - uses: golangci/golangci-lint-action@v9.2.0 + uses: golangci/golangci-lint-action@v9.2.1 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. version: v2.10.1 @@ -28,7 +28,7 @@ jobs: steps: - name: checkout uses: actions/checkout@v6 - - uses: perses/github-actions@v0.11.0 + - uses: perses/github-actions@v0.12.0 - uses: ./.github/perses-ci/actions/setup_environment with: enable_go: true @@ -40,7 +40,7 @@ jobs: steps: - name: checkout uses: actions/checkout@v6 - - uses: perses/github-actions@v0.11.0 + - uses: perses/github-actions@v0.12.0 - uses: ./.github/perses-ci/actions/setup_environment with: enable_go: true