Skip to content

Commit 8b2059f

Browse files
authored
Merge branch 'main' into dependabot/go_modules/runtime-watcher/github.com/kyma-project/runtime-watcher/listener-1.2.0
2 parents 7246dc2 + 437b222 commit 8b2059f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull-listener-pkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: ./.github/actions/configuration
1818
id: configuration
1919
- name: Lint
20-
uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0
20+
uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0
2121
with:
2222
version: v${{ steps.configuration.outputs.golangci_lint_version }}
2323
args: --config=../.golangci.yaml --verbose

.github/workflows/pull-runtime-watcher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: ./.github/actions/configuration
1818
id: configuration
1919
- name: Lint
20-
uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0
20+
uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0
2121
with:
2222
version: v${{ steps.configuration.outputs.golangci_lint_version }}
2323
args: --config=../.golangci.yaml --verbose

0 commit comments

Comments
 (0)