From ea99bce7b0fbd590ef465ede092b236eafbd35eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 05:07:02 +0000 Subject: [PATCH] gha: bump returntocorp/semgrep-action Bumps [returntocorp/semgrep-action](https://github.com/returntocorp/semgrep-action) from de054130d26eb489ba1c25e62e2ef4b72b97a1a5 to 1. This release includes the previously tagged commit. - [Release notes](https://github.com/returntocorp/semgrep-action/releases) - [Changelog](https://github.com/returntocorp/semgrep-action/blob/develop/CHANGELOG.md) - [Commits](https://github.com/returntocorp/semgrep-action/compare/de054130d26eb489ba1c25e62e2ef4b72b97a1a5...e69891d8ac5faef220ba72e3355fc13d5c9a0df1) --- updated-dependencies: - dependency-name: returntocorp/semgrep-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .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 12342f13..c4cf8704 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -26,6 +26,6 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2 - - uses: returntocorp/semgrep-action@de054130d26eb489ba1c25e62e2ef4b72b97a1a5 # v1 + - uses: returntocorp/semgrep-action@e69891d8ac5faef220ba72e3355fc13d5c9a0df1 # v1 with: publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}