8000 revert to an older version of codeql-bundle · mirabilos/mksh@21efd98 · GitHub
[go: up one dir, main page]

Skip to content

Commit 21efd98

Browse files
committed
revert to an older version of codeql-bundle
maybe this works around github/codeql-action#1564
1 parent 3d33848 commit 21efd98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
{
2626
"name": "Initialise CodeQL",
27-
"uses": "github/codeql-action/init@codeql-bundle-20230304",
27+
"uses": "github/codeql-action/init@codeql-bundle-20230105",
2828
"with": {
2929
"languages": "cpp"
3030
}
@@ -34,7 +34,7 @@
3434
},
3535
{
3636
"name": "Perform CodeQL Analysis",
37-
"uses": "github/codeql-action/analyze@codeql-bundle-20230304"
37+
"uses": "github/codeql-action/analyze@codeql-bundle-20230105"
3838
}
3939
],
4040
"strategy": {

0 commit comments

Comments
 (0)
0