Skip to content

Commit

Permalink
Merge pull request #66 from smlx/dependabot/github_actions/github/cod…
Browse files Browse the repository at this point in the history
…eql-action-2

chore(deps): bump github/codeql-action from 1 to 2
  • Loading branch information
smlx committed Apr 26, 2022
2 parents 1b69c4e + 1c2edaa commit a6dd197
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yaml
Expand Up @@ -23,14 +23,14 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main
- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2

0 comments on commit a6dd197

Please sign in to comment.