diff --git a/.github/workflows/security_checker.yml b/.github/workflows/security_checker.yml index 64e119e..fe26537 100644 --- a/.github/workflows/security_checker.yml +++ b/.github/workflows/security_checker.yml @@ -34,7 +34,7 @@ jobs: - name: ZAP Scan if: ${{ github.event.inputs.FULL_SCAN && github.event.inputs.FULL_SCAN != 'false' }} - uses: zaproxy/action-full-scan@v0.3.0 + uses: zaproxy/action-full-scan@v0.12.0 with: token: ${{ secrets.GITHUB_TOKEN }} target: ${{ github.event.inputs.HOST }}