From 4a69b128294ce5ca2a0c309ff2f00edb7b73b9bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 05:52:37 +0000 Subject: [PATCH] gha: bump returntocorp/semgrep-action from 0.56.0 to 0.57.0 Bumps [returntocorp/semgrep-action](https://github.com/returntocorp/semgrep-action) from 0.56.0 to 0.57.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/0bdb313d58a33cb6fe166b1807f9f06885641184...549796168c0ddcb9149b10a0e79e5f6522f50797) --- 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 519de377..f2bf969a 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -26,6 +26,6 @@ jobs: - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v2 - - uses: returntocorp/semgrep-action@0bdb313d58a33cb6fe166b1807f9f06885641184 # v1 + - uses: returntocorp/semgrep-action@549796168c0ddcb9149b10a0e79e5f6522f50797 # v1 with: publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}