From 9b18b5d9c7c450b9dd360543702dee88bb631935 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 05:08:16 +0000 Subject: [PATCH] gha: bump returntocorp/semgrep-action Bumps [returntocorp/semgrep-action](https://github.com/returntocorp/semgrep-action) from 177d02a2d1c3f89e977083f7d979dc946b12323d 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/177d02a2d1c3f89e977083f7d979dc946b12323d...1c1ab0c45ee0495c4ce90cee74ee548e177e054b) --- 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 7cef0ea8..aefbf166 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@177d02a2d1c3f89e977083f7d979dc946b12323d # v1 + - uses: returntocorp/semgrep-action@1c1ab0c45ee0495c4ce90cee74ee548e177e054b # v1 with: publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}