Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #161 from LuisAlejandro/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…github/codeql-action-2

Bump github/codeql-action from 1 to 2
  • Loading branch information
LuisAlejandro committed Apr 28, 2022
2 parents 887f842 + e353f23 commit 4dd8b0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
with:
ref: develop
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: python
config-file: ./.github/codeql-config.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2

0 comments on commit 4dd8b0d

Please sign in to comment.