File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -20,20 +20,21 @@ jobs:
20
20
strategy :
21
21
fail-fast : false
22
22
matrix :
23
- language : ["go"]
23
+ language : ["go", "actions" ]
24
24
25
25
steps :
26
26
- name : Checkout repository
27
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
27
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
28
29
- # Initializes the CodeQL tools for scanning.
30
29
- name : Initialize CodeQL
31
- uses : github/codeql-action/init@5618c9fc1e675841ca52c1c6b1304f5255a905a0 # v2.19.0
30
+ uses : github/codeql-action/init@7e3036b9cd87fc26dd06747b7aa4b96c27aaef3a # v2.20.3
32
31
with :
33
32
languages : ${{ matrix.language }}
33
+ queries : security-and-quality
34
+ packs : githubsecuritylab/codeql-go-queries
34
35
35
36
- name : Autobuild
36
- uses : github/codeql-action/autobuild@5618c9fc1e675841ca52c1c6b1304f5255a905a0 # v2.19.0
37
+ uses : github/codeql-action/autobuild@7e3036b9cd87fc26dd06747b7aa4b96c27aaef3a # v2.20.3
37
38
38
39
- name : Perform CodeQL Analysis
39
- uses : github/codeql-action/analyze@5618c9fc1e675841ca52c1c6b1304f5255a905a0 # v2.19.0
40
+ uses : github/codeql-action/analyze@7e3036b9cd87fc26dd06747b7aa4b96c27aaef3a # v2.20.3
You can’t perform that action at this time.
0 commit comments