From 790b15d6b5052eba9f7b2926d03c2567fe45ec2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 12:36:53 +0200 Subject: [PATCH] :rocket: gha: Bump returntocorp/semgrep-action from 0.56.0 to 0.57.0 (#835) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 71840fb0..ffbf3a71 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v4 # Scan code using project's configuration on https://semgrep.dev/manage - - uses: returntocorp/semgrep-action@0bdb313d58a33cb6fe166b1807f9f06885641184 + - uses: returntocorp/semgrep-action@549796168c0ddcb9149b10a0e79e5f6522f50797 with: publishToken: ${{ secrets.SEMGREP_APP_TOKEN }} publishDeployment: ${{ secrets.SEMGREP_DEPLOYMENT_ID }}