Skip to content

Commit

Permalink
revert to an older version of codeql-bundle
Browse files Browse the repository at this point in the history
maybe this works around github/codeql-action#1564
  • Loading branch information
mirabilos committed Mar 20, 2023
1 parent 3d33848 commit 21efd98
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 @@ -24,7 +24,7 @@
},
{
"name": "Initialise CodeQL",
"uses": "github/codeql-action/init@codeql-bundle-20230304",
"uses": "github/codeql-action/init@codeql-bundle-20230105",
"with": {
"languages": "cpp"
}
Expand All @@ -34,7 +34,7 @@
},
{
"name": "Perform CodeQL Analysis",
"uses": "github/codeql-action/analyze@codeql-bundle-20230304"
"uses": "github/codeql-action/analyze@codeql-bundle-20230105"
}
],
"strategy": {
Expand Down

1 comment on commit 21efd98

@mirabilos
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but saadmk11/github-actions-version-updater#72 would fix the underlying issue…

Please sign in to comment.