We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a6509 commit d9d1e1eCopy full SHA for d9d1e1e
.github/workflows/semgrep.yml
@@ -28,6 +28,8 @@ jobs:
28
steps:
29
- name: Checkout
30
uses: actions/checkout@v4
31
+ with:
32
+ token: ${{ secrets.SEMGREP_RULES_READ_ONLY }}
33
- name: Semgrep
34
uses: utilitywarehouse/semgrep-rules/setup-semgrep@latest
35
with:
0 commit comments