Skip to content

Commit

Permalink
Update codeql.yml (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymousX86 authored Nov 13, 2023
2 parents ef67738 + a34940c commit 76e4a50
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}

- name: Setup Python
uses: actions/[email protected]
with:
Expand All @@ -41,6 +36,11 @@ jobs:
check-latest: true
cache-dependency-path: 'requirements.txt'

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}

- name: Autobuild
uses: github/codeql-action/autobuild@v2

Expand Down

0 comments on commit 76e4a50

Please sign in to comment.