We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b10f82 commit 8c209beCopy full SHA for 8c209be
1 file changed
.github/workflows/semgrep.yaml
@@ -21,7 +21,9 @@ jobs:
21
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22
with:
23
repository: grafana/security-github-actions
24
- ref: ${{ github.repository == 'grafana/security-github-actions' && (github.head_ref || github.ref_name) || '' }}
+ ref: ${{ github.repository == 'grafana/security-github-actions' &&
25
+ (github.head_ref || github.ref_name) ||
26
+ '8b10f82433323c48383277b3abc8c87d26564e63' }}
27
sparse-checkout: |
28
semgrep/custom-rules.yaml
29
semgrep/format-results.sh
0 commit comments