We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2beb829 commit 8db44c4Copy full SHA for 8db44c4
.github/workflows/sast.yml
@@ -11,6 +11,7 @@ on:
11
12
jobs:
13
semgrep:
14
+ timeout-minutes: ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }}
15
name: Semgrep SAST
16
runs-on: ubuntu-latest
17
permissions:
0 commit comments