You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/actions/prepare-test/action.yml
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ name: "Prepare test"
2
2
description: Performs some preparation to run tests
3
3
inputs:
4
4
version:
5
-
description: "The version of the CodeQL CLI to use. Can be 'linked', 'default', 'nightly-latest', 'nightly-YYYYMMDD', or 'stable-vX.Y.Z"
5
+
description: "The version of the CodeQL CLI to use. Can be 'linked', 'default', 'toolcache', 'nightly', 'nightly-latest', 'nightly-YYYYMMDD', or 'stable-vX.Y.Z"
6
6
required: true
7
7
use-all-platform-bundle:
8
8
description: "If true, we output a tools URL with codeql-bundle.tar.gz file rather than platform-specific URL"
0 commit comments