Skip to content

Commit

Permalink
ci(codeql): set env variable CODEQL_ACTION_RUN_MODE (#780)
Browse files Browse the repository at this point in the history
* ci(codeql): set env variable `CODEQL_ACTION_RUN_MODE`

ref: octokit/fixtures@8642c27

* Update .github/workflows/codeql-analysis.yml

Co-authored-by: Keegan Campbell <me@kfcampbell.com>
  • Loading branch information
wolfy1339 and kfcampbell authored Dec 12, 2022
1 parent ac3c83c commit 584de96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
with:
languages: ${{ matrix.language }}
- name: Autobuild
env:
CODEQL_ACTION_RUN_MODE: Action
uses: >-
github/codeql-action/autobuild@86f3159a697a097a813ad9bfa0002412d97690a4
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit 584de96

Please sign in to comment.