From 2dad4da06c8b30c11d6666d9b9d7bd2e22630a66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 05:57:42 +0000 Subject: [PATCH] gha: bump returntocorp/semgrep-action from 0.46.0 to 0.47.0 Bumps [returntocorp/semgrep-action](https://github.com/returntocorp/semgrep-action) from 0.46.0 to 0.47.0. - [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/b802485440fd7a4e52e9fa2a29beb62841fccdfb...8689a93eca50c91f8e8cfa61e3c4fb7e96d12bf2) --- updated-dependencies: - dependency-name: returntocorp/semgrep-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 0caf0fc6..777aaac2 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -26,6 +26,6 @@ jobs: - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2 - - uses: returntocorp/semgrep-action@b802485440fd7a4e52e9fa2a29beb62841fccdfb # v1 + - uses: returntocorp/semgrep-action@8689a93eca50c91f8e8cfa61e3c4fb7e96d12bf2 # v1 with: publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}