File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,6 +30,10 @@ permissions:
3030
3131jobs :
3232 analyze :
33+ env :
34+ CODEQL_ACTION_ANALYSIS_KEY : " .github/workflows/codeql.yml:analyze" # Reduce number of GH API calls
35+ CODEQL_ACTION_SKIP_WORKFLOW_VALIDATION : " true" # Reduce number of GH API calls
36+
3337 permissions :
3438 actions : read # for github/codeql-action/init to get workflow details
3539 contents : read # for actions/checkout to fetch code
5458 uses : github/codeql-action/init@v4
5559 with :
5660 languages : ${{ matrix.language }}
61+ dependency-caching : false # Reduce number of GH API calls
5762 # If you wish to specify custom queries, you can do so here or in a config file.
5863 # By default, queries listed here will override any specified in a config file.
5964 # Prefix the list here with "+" to use these queries and those in the config file.
You can’t perform that action at this time.
0 commit comments