Skip to content

Commit 18407c2

Browse files
authored
Merge pull request #270 from smallstep/dependabot/github_actions/all-013bf0b14d
build(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 in the all group
2 parents 27191eb + a217431 commit 18407c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
submodules: true
3232

3333
- name: Run Linter
34-
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
34+
uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0
3535
with:
3636
working-directory: lintapp
3737
version: latest

.github/workflows/goLint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: go mod tidy -diff
8383
-
8484
name: Run Linter
85-
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
85+
uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0
8686
if: success() || failure() # run this step even if the previous one failed
8787
with:
8888
version: ${{ inputs.golangci-lint-version }}

0 commit comments

Comments
 (0)