From 50a827f8947910970281271a858dd6c4abf77fdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 05:57:07 +0000 Subject: [PATCH] gha: bump returntocorp/semgrep-action from 0.45.0 to 0.46.0 Bumps [returntocorp/semgrep-action](https://github.com/returntocorp/semgrep-action) from 0.45.0 to 0.46.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/83c59fc1597e67c49532e720fb2c64fd801d293f...b802485440fd7a4e52e9fa2a29beb62841fccdfb) --- 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 0d10c9b8..0caf0fc6 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@83c59fc1597e67c49532e720fb2c64fd801d293f # v1 + - uses: returntocorp/semgrep-action@b802485440fd7a4e52e9fa2a29beb62841fccdfb # v1 with: publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}