From 6cea5fca3ad3b22092a7e7d36db6d4f393a9a7b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 18:32:54 +0000 Subject: [PATCH] chore(deps): update returntocorp/semgrep-action digest to 713efdd --- .github/workflows/semgrep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}