mirror of
https://github.com/ivuorinen/f2b.git
synced 2026-03-19 19:02:31 +00:00
Compare commits
2 Commits
0d80be1bf4
...
0399169267
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0399169267 | ||
|
|
26c75fc2da |
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -43,5 +43,5 @@ jobs:
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
|
||||
with:
|
||||
version: v2.10.1
|
||||
version: v2.11.3
|
||||
install-mode: goinstall
|
||||
|
||||
2
.github/workflows/pr-lint.yml
vendored
2
.github/workflows/pr-lint.yml
vendored
@@ -52,7 +52,7 @@ jobs:
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
|
||||
with:
|
||||
version: v2.10.1
|
||||
version: v2.11.3
|
||||
install-mode: goinstall
|
||||
|
||||
- name: Run integration tests and collect coverage
|
||||
|
||||
@@ -66,7 +66,7 @@ repos:
|
||||
files: ^Makefile$
|
||||
|
||||
- repo: https://github.com/bridgecrewio/checkov.git
|
||||
rev: "3.2.507"
|
||||
rev: "3.2.508"
|
||||
hooks:
|
||||
- id: checkov
|
||||
args:
|
||||
|
||||
Reference in New Issue
Block a user