File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 46
46
47
47
# Initializes the CodeQL tools for scanning.
48
48
- name : Initialize CodeQL
49
- uses : github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
49
+ uses : github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
50
50
with :
51
51
languages : ${{ matrix.language }}
52
52
# If you wish to specify custom queries, you can do so here or in a config file.
57
57
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
58
58
# If this step fails, then you should remove it and run the build manually (see below)
59
59
- name : Autobuild
60
- uses : github/codeql-action/autobuild@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
60
+ uses : github/codeql-action/autobuild@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
61
61
62
62
# ℹ️ Command-line programs to run using the OS shell.
63
63
# 📚 https://git.io/JvXDl
71
71
# make release
72
72
73
73
- name : Perform CodeQL Analysis
74
- uses : github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
74
+ uses : github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
Original file line number Diff line number Diff line change 46
46
47
47
# Initializes the CodeQL tools for scanning.
48
48
- name : Initialize CodeQL
49
- uses : github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
49
+ uses : github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
50
50
with :
51
51
languages : ${{ matrix.language }}
52
52
# If you wish to specify custom queries, you can do so here or in a config file.
57
57
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
58
58
# If this step fails, then you should remove it and run the build manually (see below)
59
59
- name : Autobuild
60
- uses : github/codeql-action/autobuild@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
60
+ uses : github/codeql-action/autobuild@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
61
61
62
62
# ℹ️ Command-line programs to run using the OS shell.
63
63
# 📚 https://git.io/JvXDl
71
71
# make release
72
72
73
73
- name : Perform CodeQL Analysis
74
- uses : github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
74
+ uses : github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
Original file line number Diff line number Diff line change 67
67
68
68
# Upload the results to GitHub's code scanning dashboard.
69
69
- name : " Upload to code-scanning"
70
- uses : github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
70
+ uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
71
71
with :
72
72
sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/coreruleset/go-ftw
2
2
3
3
go 1.22.3
4
4
5
- toolchain go1.22.9
5
+ toolchain go1.23.3
6
6
7
7
require (
8
8
github.com/Masterminds/sprig v2.22.0+incompatible
@@ -12,17 +12,17 @@ require (
12
12
github.com/go-logr/zerologr v1.2.3
13
13
github.com/google/uuid v1.6.0
14
14
github.com/hashicorp/go-getter/v2 v2.2.3
15
- github.com/icza/backscanner v0.0.0-20240328210400-b40c3a86dec5
15
+ github.com/icza/backscanner dff01ac50250
16
16
github.com/knadh/koanf/parsers/yaml v0.1.0
17
17
github.com/knadh/koanf/providers/env v1.0.0
18
18
github.com/knadh/koanf/providers/file v1.1.2
19
19
github.com/knadh/koanf/providers/rawbytes v0.1.0
20
20
github.com/knadh/koanf/v2 v2.1.2
21
21
github.com/kyokomi/emoji/v2 v2.2.13
22
- github.com/magefile/mage v1.15.1-0.20231118170541-2385abb49a1f
22
+ github.com/magefile/mage 32e01077f0aa
23
23
github.com/rs/zerolog v1.33.0
24
24
github.com/spf13/cobra v1.8.1
25
- github.com/stretchr/testify v1.9 .0
25
+ github.com/stretchr/testify v1.10 .0
26
26
github.com/yargevad/filepathx v1.0.0
27
27
golang.org/x/net v0.31.0
28
28
golang.org/x/time v0.8.0
You can’t perform that action at this time.
0 commit comments