Skip to content

Commit

Permalink
Merge pull request #22 from JakeTRogers/dependabot/github_actions/gol…
Browse files Browse the repository at this point in the history
…angci/golangci-lint-action-4.0.0

ci(actions): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0
  • Loading branch information
JakeTRogers authored Feb 17, 2024
2 parents 61db25a + 0b0946c commit f8eb83d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: golangci-lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
with:
version: latest
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ repos:
- id: trailing-whitespace
args: [ --markdown-linebreak-ext=md ]
- repo: https://github.com/golangci/golangci-lint
rev: e3c2265f4939976874989e159386b3bb7dcf8e1f # v1.55.2
rev: 58a724a05e33a040826b471b2e6a8a8fc970feb2 # frozen: v1.56.2
hooks:
- id: golangci-lint-full
- repo: https://github.com/commitizen-tools/commitizen
rev: a35591485dae4eadc30291fcb676169c209604a4 # v3.13.0
rev: 4055bbb444ea66dca166828d6bc11bf7ba7fc157 # frozen: v3.14.1
hooks:
- id: commitizen
stages:
Expand Down

0 comments on commit f8eb83d

Please sign in to comment.