From c3c470f4aa68d7a02475705f16204c5584a3cca3 Mon Sep 17 00:00:00 2001 From: Artem Rys Date: Thu, 9 Nov 2023 16:16:44 +0100 Subject: [PATCH] fix: semgrep rename --- .github/workflows/reusable-build-test-release.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-build-test-release.yml b/.github/workflows/reusable-build-test-release.yml index c2676cbe..658224ba 100644 --- a/.github/workflows/reusable-build-test-release.yml +++ b/.github/workflows/reusable-build-test-release.yml @@ -361,7 +361,7 @@ jobs: - uses: actions/checkout@v3 - name: Semgrep id: semgrep - uses: returntocorp/semgrep-action@v1 + uses: semgrep/semgrep-action@v1 with: publishToken: ${{ secrets.SEMGREP_PUBLISH_TOKEN }} diff --git a/README.md b/README.md index 53c7c30c..74b9f1cb 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ security-sast-semgrep - Semgrep CI behaves like other static analysis and linting tools: it runs a set of user-configured rules and returns a non-zero exit code if there are findings, resulting in its job showing a ✅ or ❌. -**Action used:** https://github.com/returntocorp/semgrep-action +**Action used:** https://github.com/semgrep/semgrep-action **Pass/fail behaviour**