Skip to content

Commit

Permalink
Merge pull request #1170 from github/edoardo/add-trap-cache-option
Browse files Browse the repository at this point in the history
Add option to override TRAP caching feature flag
  • Loading branch information
edoardopirovano committed Aug 5, 2022
2 parents 693d3f2 + 2d5738c commit cade2b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions init/action.yml
Expand Up @@ -72,6 +72,11 @@ inputs:
The name of the database uploaded to the debugging artifact.
This is only used when debug mode is enabled.
required: false
trap-caching:
description: >-
Explicitly enable or disable TRAP caching rather than respecting the feature flag for it.
This is currently a no-op, as the feature behind this has not been implemented yet.
required: false
outputs:
codeql-path:
description: The path of the CodeQL binary used for analysis
Expand Down

0 comments on commit cade2b5

Please sign in to comment.