File tree 7 files changed +10
-10
lines changed
7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 42
42
- name : Install Go
43
43
uses : actions/setup-go@v5
44
44
with :
45
- go-version : " 1.23 "
45
+ go-version : " 1.24 "
46
46
# Initializes the CodeQL tools for scanning.
47
47
- name : Initialize CodeQL
48
48
uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 17
17
steps :
18
18
- uses : actions/setup-go@v5
19
19
with :
20
- go-version : " 1.23 "
20
+ go-version : " 1.24 "
21
21
- uses : actions/checkout@v4
22
22
- name : golangci-lint
23
23
uses : golangci/golangci-lint-action@v6
Original file line number Diff line number Diff line change 13
13
- name : Install Go
14
14
uses : actions/setup-go@v5
15
15
with :
16
- go-version : " 1.23 "
16
+ go-version : " 1.24 "
17
17
18
18
- name : Checkout code
19
19
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 36
36
- name : Set up Go
37
37
uses : actions/setup-go@v5
38
38
with :
39
- go-version : " 1.23 "
39
+ go-version : " 1.24 "
40
40
- name : Cosign install
41
41
uses : sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
42
42
- name : Install UPX
Original file line number Diff line number Diff line change 10
10
- name : Install Go
11
11
uses : actions/setup-go@v5
12
12
with :
13
- go-version : " 1.23 "
13
+ go-version : " 1.24 "
14
14
- name : Checkout code
15
15
uses : actions/checkout@v4
16
16
- name : Smoke
25
25
- name : Install Go
26
26
uses : actions/setup-go@v5
27
27
with :
28
- go-version : " 1.23 "
28
+ go-version : " 1.24 "
29
29
- name : Checkout code
30
30
uses : actions/checkout@v4
31
31
- name : Run trufflehog
Original file line number Diff line number Diff line change 20
20
- name : Install Go
21
21
uses : actions/setup-go@v5
22
22
with :
23
- go-version : " 1.23 "
23
+ go-version : " 1.24 "
24
24
- name : Checkout code
25
25
uses : actions/checkout@v4
26
26
- id : " auth"
62
62
- name : Install Go
63
63
uses : actions/setup-go@v5
64
64
with :
65
- go-version : " 1.23 "
65
+ go-version : " 1.24 "
66
66
- name : Checkout code
67
67
uses : actions/checkout@v4
68
68
- name : Test
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/trufflesecurity/trufflehog/v3
2
2
3
3
go 1.23.1
4
4
5
- toolchain go1.24.0
5
+ toolchain go1.24.1
6
6
7
7
replace github.com/jpillora/overseer => github.com/trufflesecurity/overseer v1.2.8
8
8
@@ -108,6 +108,7 @@ require (
108
108
golang.org/x/oauth2 v0.25.0
109
109
golang.org/x/sync v0.11.0
110
110
golang.org/x/text v0.22.0
111
+ golang.org/x/time v0.8.0
111
112
google.golang.org/api v0.214.0
112
113
google.golang.org/protobuf v1.36.5
113
114
gopkg.in/h2non/gock.v1 v1.1.2
@@ -311,7 +312,6 @@ require (
311
312
golang.org/x/mod v0.22.0 // indirect
312
313
golang.org/x/sys v0.30.0 // indirect
313
314
golang.org/x/term v0.29.0 // indirect
314
- golang.org/x/time v0.8.0 // indirect
315
315
golang.org/x/tools v0.29.0 // indirect
316
316
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
317
317
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
You can’t perform that action at this time.
0 commit comments