Skip to content

Commit

Permalink
Remove unused env var from codeql workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasrod16 committed Apr 23, 2024
1 parent 057df41 commit d649bb0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/scan-codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
env:
CODEQL_EXTRACTOR_GO_BUILD_TRACING: on
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql.yaml
Expand Down

0 comments on commit d649bb0

Please sign in to comment.