Skip to content

Commit c2f3c9d

Browse files
authored
Merge pull request #39 from coreruleset/renovate/all-minor-patch
chore(deps): update all non-major dependencies in .github/workflows/lint.yml
2 parents 4680217 + 4d9f6d4 commit c2f3c9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
- name: Install Go
1212
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
1313
with:
14-
go-version: v1.23.x
14+
go-version: 1.24.x
1515
cache: true
1616
- name: setup
1717
run: |
1818
go install github.com/projectdiscovery/yamldoc-go/cmd/docgen/dstdocgen@latest
1919
- name: generate
2020
run: go run mage.go generate
2121
- name: golangci-lint
22-
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6
22+
uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6
2323
with:
2424
version: v1.63.4
2525
- name: markdown

0 commit comments

Comments
 (0)