From 70abe53cef3459fe2841a8614d75c5dbbfe1ab5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 14:17:13 +0000 Subject: [PATCH] chore(deps): bump returntocorp/semgrep-action Bumps [returntocorp/semgrep-action](https://github.com/returntocorp/semgrep-action) from 0a00d1b218f453ee5c83a10d4e53663bfad8fdb6 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/0a00d1b218f453ee5c83a10d4e53663bfad8fdb6...83f6d36c9a9266339fb5dd8db1dbefdf6701bf1d) --- updated-dependencies: - dependency-name: returntocorp/semgrep-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6122587..207d105d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: api.snapcraft.io:443 - uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2 - - uses: returntocorp/semgrep-action@0a00d1b218f453ee5c83a10d4e53663bfad8fdb6 # v1 + - uses: returntocorp/semgrep-action@83f6d36c9a9266339fb5dd8db1dbefdf6701bf1d # v1 with: auditOn: push publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}