From fc9c609975655cd6ce4ae117a51779534e569f31 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 13 Apr 2022 14:22:31 +0000 Subject: [PATCH] chore(deps): update equisoft-actions/semgrep action to v1.1.0 --- .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 80ff309..0cee321 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.0.0 + uses: equisoft-actions/semgrep@v1.1.0 with: defectdojo-engagement: ${{ inputs.defectdojo-engagement }} defectdojo-publish: ${{ inputs.publish-reports }}