From 9e14bea9da26be848c2996b2a1fb41077e7441c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 05:29:26 +0000 Subject: [PATCH] gha: bump returntocorp/semgrep-action from 0.57.0 to 0.58.0 Bumps [returntocorp/semgrep-action](https://github.com/returntocorp/semgrep-action) from 0.57.0 to 0.58.0. - [Release notes](https://github.com/returntocorp/semgrep-action/releases) - [Changelog](https://github.com/semgrep/semgrep-action/blob/develop/CHANGELOG.md) - [Commits](https://github.com/returntocorp/semgrep-action/compare/549796168c0ddcb9149b10a0e79e5f6522f50797...713efdd345f3035192eaa63f56867b88e63e4e5d) --- 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 cec9b6be..647a95d3 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -26,6 +26,6 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v2 - - uses: returntocorp/semgrep-action@549796168c0ddcb9149b10a0e79e5f6522f50797 # v1 + - uses: returntocorp/semgrep-action@713efdd345f3035192eaa63f56867b88e63e4e5d # v1 with: publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}