File tree 2 files changed +25
-8
lines changed
2 files changed +25
-8
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
# commit hash == v1.2.0
13
- - uses : jidicula/go-fuzz-action@4f24eed45b25214f31a9fe035ca68ea2c88c6a13 # TSCCR: no entry for action: "jidicula/go-fuzz-action"
13
+ - uses : jidicula/go-fuzz-action@56d77b1f65ed7791cd17d5ee899379da97625851 # TSCCR: no entry for action: "jidicula/go-fuzz-action"
14
14
with :
15
15
fuzz-time : 30s
16
16
fuzz-regexp : Fuzz_lexerNextToken
19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
# commit hash == v1.2.0
22
- - uses : jidicula/go-fuzz-action@4f24eed45b25214f31a9fe035ca68ea2c88c6a13 # TSCCR: no entry for action: "jidicula/go-fuzz-action"
22
+ - uses : jidicula/go-fuzz-action@56d77b1f65ed7791cd17d5ee899379da97625851 # TSCCR: no entry for action: "jidicula/go-fuzz-action"
23
23
with :
24
24
fuzz-time : 30s
25
25
fuzz-regexp : Fuzz_parserParse
28
28
runs-on : ubuntu-latest
29
29
steps :
30
30
# commit hash == v1.2.0
31
- - uses : jidicula/go-fuzz-action@4f24eed45b25214f31a9fe035ca68ea2c88c6a13 # TSCCR: no entry for action: "jidicula/go-fuzz-action"
31
+ - uses : jidicula/go-fuzz-action@56d77b1f65ed7791cd17d5ee899379da97625851 # TSCCR: no entry for action: "jidicula/go-fuzz-action"
32
32
with :
33
33
fuzz-time : 30s
34
34
fuzz-regexp : Fuzz_mqlParse
Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ jobs:
20
20
21
21
steps :
22
22
- name : Set up Go 1.x
23
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
23
+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
24
24
with :
25
25
go-version : ${{ matrix.go }}
26
26
27
27
- name : Check out code into the Go module directory
28
- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
28
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
29
30
30
- name : go mod package cache
31
- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
31
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
32
32
with :
33
33
path : ~/go/pkg/mod
34
34
key : ${{ runner.os }}-go-${{ matrix.go }}-${{ hashFiles('tests/go.mod') }}
45
45
run : |
46
46
make coverage-diff
47
47
48
+ vulncheck :
49
+ name : Vulnerability Check
50
+ runs-on : ubuntu-latest
51
+ steps :
52
+ - name : Set up Go 1.x
53
+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
54
+ with :
55
+ go-version : 1.22
56
+
57
+ - name : Check out code into the Go module directory
58
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
59
+
60
+ - name : go mod package cache
61
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
62
+ with :
63
+ path : ~/go/pkg/mod
64
+ key : ${{ runner.os }}-go-122-${{ hashFiles('tests/go.mod') }}
65
+
48
66
- name : govulncheck
49
- uses : golang/govulncheck-action@7da72f730e37eeaad891fcff0a532d27ed737cd4 # v1
50
-
67
+ uses : golang/govulncheck-action@7da72f730e37eeaad891fcff0a532d27ed737cd4 # v1
You can’t perform that action at this time.
0 commit comments