From c0f3a0d47c699e68e4b624f018cb6eae17cb525c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 16:41:51 +0000 Subject: [PATCH] chore(deps): Bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/4afd733a84b1f43292c63897423277bb7f4313a9...0a35821d5c230e903fcfe077583637dea1b27b47) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/component-go.yaml | 4 ++-- .github/workflows/provider-go.yaml | 2 +- .github/workflows/templates-go.yaml | 4 ++-- .github/workflows/wasmbus-go.yaml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/component-go.yaml b/.github/workflows/component-go.yaml index 3f7be151..7421bb6f 100644 --- a/.github/workflows/component-go.yaml +++ b/.github/workflows/component-go.yaml @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0 + - uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0 with: version: ${{ env.GOLANGCI_VERSION }} working-directory: ./component @@ -99,7 +99,7 @@ jobs: - uses: acifani/setup-tinygo@db56321a62b9a67922bb9ac8f9d085e218807bb3 # v2.0.1 with: tinygo-version: ${{ env.TINYGO_VERSION }} - - uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0 + - uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0 with: version: ${{ env.GOLANGCI_VERSION }} working-directory: "./examples/component/${{ matrix.example }}" diff --git a/.github/workflows/provider-go.yaml b/.github/workflows/provider-go.yaml index 383a9430..6866f0da 100644 --- a/.github/workflows/provider-go.yaml +++ b/.github/workflows/provider-go.yaml @@ -52,7 +52,7 @@ jobs: with: go-version-file: "./provider/go.mod" - name: golangci-lint - uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0 + uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0 with: version: ${{ env.GOLANGCI_VERSION }} working-directory: ./provider diff --git a/.github/workflows/templates-go.yaml b/.github/workflows/templates-go.yaml index 4a9eb101..07a824f9 100644 --- a/.github/workflows/templates-go.yaml +++ b/.github/workflows/templates-go.yaml @@ -53,7 +53,7 @@ jobs: run: wash build working-directory: "${{ runner.temp }}/sample-provider" - name: Go Lint - uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0 + uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0 with: version: ${{ env.GOLANGCI_VERSION }} working-directory: "${{ runner.temp }}/sample-provider" @@ -95,7 +95,7 @@ jobs: run: wash build working-directory: "${{ runner.temp }}/sample-component" - name: Go Lint - uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0 + uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0 with: version: ${{ env.GOLANGCI_VERSION }} working-directory: "${{ runner.temp }}/sample-component" diff --git a/.github/workflows/wasmbus-go.yaml b/.github/workflows/wasmbus-go.yaml index 0f563a3f..2e2ecb9a 100644 --- a/.github/workflows/wasmbus-go.yaml +++ b/.github/workflows/wasmbus-go.yaml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0 + - uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0 with: version: ${{ env.GOLANGCI_VERSION }} working-directory: x/wasmbus @@ -96,7 +96,7 @@ jobs: - uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0 with: go-version-file: "./examples/wasmbus/${{ matrix.example }}/go.mod" - - uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0 + - uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0 with: version: ${{ env.GOLANGCI_VERSION }} working-directory: "./examples/wasmbus/${{ matrix.example }}"