From 06f82ee9ee9aee14b90c5849af03d3e4d78a3026 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 05:06:41 +0000 Subject: [PATCH] gha: bump returntocorp/semgrep-action from 0.15.0 to 1 Bumps [returntocorp/semgrep-action](https://github.com/returntocorp/semgrep-action) from 0.15.0 to 1. - [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/ac2d55bcac98ec525c9e051df6f7360b3fb266f1...79e51fcf8da3baf8ba040a61e5dcb44f35381f2a) --- updated-dependencies: - dependency-name: returntocorp/semgrep-action dependency-type: direct:production update-type: version-update:semver-major ... 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 fa898ef8..e29c0fab 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@ac2d55bcac98ec525c9e051df6f7360b3fb266f1 # v1 + - uses: returntocorp/semgrep-action@79e51fcf8da3baf8ba040a61e5dcb44f35381f2a # v1 with: publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}