Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mirabilos committed Apr 6, 2023
1 parent 7c915c9 commit dacaa7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
{
"name": "Initialise CodeQL",
"uses": "github/codeql-action/init@codeql-bundle-20230105"
"uses": "github/codeql-action/init@v2"
},
{
"name": "install dependencies",
Expand All @@ -40,7 +40,7 @@
},
{
"name": "Perform CodeQL Analysis",
"uses": "github/codeql-action/analyze@codeql-bundle-20230105"
"uses": "github/codeql-action/analyze@v2"
}
],
"strategy": {
Expand Down

0 comments on commit dacaa7a

Please sign in to comment.