diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index ed26c02..8ed0d21 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v3 # Scan code using project's configuration on https://semgrep.dev/manage - - uses: returntocorp/semgrep-action@316a1751c53ffb6689b8726910e8204ffb591b4f + - uses: returntocorp/semgrep-action@713efdd345f3035192eaa63f56867b88e63e4e5d with: publishToken: ${{ secrets.SEMGREP_APP_TOKEN }} publishDeployment: ${{ secrets.SEMGREP_DEPLOYMENT_ID }}