Skip to content

Commit

Permalink
chore: bump GitHub codeql action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed May 21, 2022
1 parent 00128a0 commit 643dcc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@
},
{
"name": "Initialize CodeQL",
"uses": "github/codeql-action/init@v1",
"uses": "github/codeql-action/init@v2",
"with": {
"languages": "${{ matrix.language }}"
}
},
{
"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"
}
]
}
Expand Down

0 comments on commit 643dcc5

Please sign in to comment.