From 3cfdce609056cd14f243218934a25efd1c7f7d03 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 13 Apr 2022 17:16:33 +0000 Subject: [PATCH] chore(deps): update equisoft-actions/semgrep action to v1.1.1 --- .github/workflows/python-security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-security.yml b/.github/workflows/python-security.yml index 0cee321..bc13091 100644 --- a/.github/workflows/python-security.yml +++ b/.github/workflows/python-security.yml @@ -67,7 +67,7 @@ jobs: uses: actions/checkout@v3 - name: Checks - uses: equisoft-actions/semgrep@v1.1.0 + uses: equisoft-actions/semgrep@v1.1.1 with: defectdojo-engagement: ${{ inputs.defectdojo-engagement }} defectdojo-publish: ${{ inputs.publish-reports }}