File tree Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change 25
25
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
26
26
with :
27
27
submodules : recursive
28
-
29
- - name : Install golang
30
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # 5.3.0
31
- with :
32
- go-version : ' 1.21.11'
33
-
34
- # Initializes the CodeQL tools for scanning.
35
- - name : Initialize CodeQL with Trail of Bits Go Queries as well
36
- uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # 3.28.8
28
+
29
+ - name : Run shared CodeQL scan
30
+ uses : Layr-Labs/security-shared-workflows/actions/codeql-scans@418d735c1c4e5cc650c8addaeb8909b36b9dca27
37
31
with :
38
- languages : go
39
- packs : trailofbits/go-queries
40
-
41
- - name : Perform CodeQL Analysis
42
- uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # 3.28.8
32
+ github-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments