Skip to content

Commit 7262f36

Browse files
authored
Merge pull request #418 from wasmCloud/dependabot/github_actions/golangci/golangci-lint-action-9.1.0
chore(deps): Bump golangci/golangci-lint-action from 8.0.0 to 9.1.0
2 parents 363e06d + aa8afea commit 7262f36

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/component-go.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
41-
- uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
41+
- uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0
4242
with:
4343
version: ${{ env.GOLANGCI_VERSION }}
4444
working-directory: ./component
@@ -99,7 +99,7 @@ jobs:
9999
- uses: acifani/setup-tinygo@db56321a62b9a67922bb9ac8f9d085e218807bb3 # v2.0.1
100100
with:
101101
tinygo-version: ${{ env.TINYGO_VERSION }}
102-
- uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
102+
- uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0
103103
with:
104104
version: ${{ env.GOLANGCI_VERSION }}
105105
working-directory: "./examples/component/${{ matrix.example }}"

.github/workflows/provider-go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
go-version-file: "./provider/go.mod"
5454
- name: golangci-lint
55-
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
55+
uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0
5656
with:
5757
version: ${{ env.GOLANGCI_VERSION }}
5858
working-directory: ./provider

.github/workflows/templates-go.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: wash build
5454
working-directory: "${{ runner.temp }}/sample-provider"
5555
- name: Go Lint
56-
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
56+
uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0
5757
with:
5858
version: ${{ env.GOLANGCI_VERSION }}
5959
working-directory: "${{ runner.temp }}/sample-provider"
@@ -95,7 +95,7 @@ jobs:
9595
run: wash build
9696
working-directory: "${{ runner.temp }}/sample-component"
9797
- name: Go Lint
98-
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
98+
uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0
9999
with:
100100
version: ${{ env.GOLANGCI_VERSION }}
101101
working-directory: "${{ runner.temp }}/sample-component"

.github/workflows/wasmbus-go.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
33-
- uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
33+
- uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0
3434
with:
3535
version: ${{ env.GOLANGCI_VERSION }}
3636
working-directory: x/wasmbus
@@ -96,7 +96,7 @@ jobs:
9696
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
9797
with:
9898
go-version-file: "./examples/wasmbus/${{ matrix.example }}/go.mod"
99-
- uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
99+
- uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0
100100
with:
101101
version: ${{ env.GOLANGCI_VERSION }}
102102
working-directory: "./examples/wasmbus/${{ matrix.example }}"

0 commit comments

Comments
 (0)