Skip to content

Commit

Permalink
fix: use production codeql config
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyu2001 authored Sep 17, 2024
1 parent c97b594 commit db41f04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}

# https://github.com/opengovsg/codeql-config/blob/develop/codeql-config.yml
config-file: opengovsg/codeql-config/codeql-config.yml@develop
# https://github.com/opengovsg/codeql-config/blob/prod/codeql-config.yml
config-file: opengovsg/codeql-config/codeql-config.yml@prod

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand Down

0 comments on commit db41f04

Please sign in to comment.