File tree Expand file tree Collapse file tree 6 files changed +18
-5
lines changed Expand file tree Collapse file tree 6 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : gomod
4+ directory : " /"
5+ schedule :
6+ interval : weekly
7+
8+ - package-ecosystem : " github-actions"
9+ directory : " /"
10+ schedule :
11+ # Check for updates to GitHub Actions every week
12+ interval : " weekly"
Original file line number Diff line number Diff line change 2626
2727 steps :
2828 - name : Checkout repository
29- uses : actions/checkout@v3
29+ uses : actions/checkout@v4
3030
3131 - name : Initialize CodeQL
3232 uses : github/codeql-action/init@v2
Original file line number Diff line number Diff line change 2222 with :
2323 fetch-depth : 0
2424 - name : Lint Code
25- uses : golangci/golangci-lint-action@v3
25+ uses : golangci/golangci-lint-action@v6
Original file line number Diff line number Diff line change 1010 release :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
14- - uses : cli/gh-extension-precompile@v1
13+ - uses : actions/checkout@v4
14+ - uses : cli/gh-extension-precompile@v2
Original file line number Diff line number Diff line change 11module github.com/Link-/gh-token
22
3- go 1.20
3+ go 1.23
44
55require (
66 github.com/golang-jwt/jwt/v5 v5.0.0
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ github.com/golang-jwt/jwt/v5 v5.0.0 h1:1n1XNM9hk7O9mnQoNBGolZvzebBQ7p93ULHRc28XJ
1010github.com/golang-jwt/jwt/v5 v5.0.0 /go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk =
1111github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
1212github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38 =
13+ github.com/google/go-cmp v0.5.9 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
1314github.com/google/go-github/v55 v55.0.0 h1:4pp/1tNMB9X/LuAhs5i0KQAE40NmiR/y6prLNb9x9cg =
1415github.com/google/go-github/v55 v55.0.0 /go.mod h1:JLahOTA1DnXzhxEymmFF5PP2tSS9JVNj68mSZNDwskA =
1516github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
You can’t perform that action at this time.
0 commit comments