Skip to content

Commit

Permalink
Update the codeql actoins to v2 (#4067)
Browse files Browse the repository at this point in the history
  • Loading branch information
knanao authored Dec 12, 2022
1 parent 6147308 commit 0fe9da5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: codeql
on:
workflow_dispatch:
schedule:
- cron: '00 12 * * 1'
- cron: '00 10 * * 1'

jobs:
analyze:
Expand All @@ -16,9 +16,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: github/codeql-action/init@v1
- uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- 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 0fe9da5

Please sign in to comment.