Skip to content

Commit

Permalink
Update codeql-scanning.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anupsv authored Feb 12, 2025
1 parent 4b2c9b3 commit cadaa98
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/codeql-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,10 @@ jobs:
go-version: '1.21.13'

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- name: Initialize CodeQL with Trail of Bits Go Queries as well
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a #3.28.8
with:
languages: go

- name: Trail of Bits Go Queries
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a #3.28.8
with:
packs: trailofbits/go-queries

- name: Perform CodeQL Analysis
Expand Down

0 comments on commit cadaa98

Please sign in to comment.