Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v4

- id: govulncheck
uses: golang/govulncheck-action@v1
uses: golang/govulncheck-action@032d45514ae346b1db93c04b0c90b841c370344f # v1.1.0
with:
go-version-file: './go.mod'
check-latest: true
Expand All @@ -62,7 +62,7 @@ jobs:
check-latest: true
cache: false
- name: install actionlint
run: go install github.com/rhysd/actionlint/cmd/actionlint@latest
run: go install github.com/rhysd/actionlint/cmd/actionlint@914e7df21a07ef503a81201c76d2b11c789d3fca # v1.7.12
- name: actionlint
run: |
echo "::add-matcher::.github/actionlint-matcher.json"
Expand All @@ -79,4 +79,4 @@ jobs:
needs:
- golangci
- govulncheck
- actionlint
- actionlint
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kolide/kit

go 1.25.0
go 1.26.5

require (
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
Expand Down
Loading