From e98b356c8a9982fb332497bd6e8254d27d698c85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 05:14:36 +0000 Subject: [PATCH] gha: bump returntocorp/semgrep-action from 0.55.0 to 0.56.0 Bumps [returntocorp/semgrep-action](https://github.com/returntocorp/semgrep-action) from 0.55.0 to 0.56.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/483865da2af626034be23030870fed4bb42371db...0bdb313d58a33cb6fe166b1807f9f06885641184) --- 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 35c3a49f..dae6799e 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -26,6 +26,6 @@ jobs: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2 - - uses: returntocorp/semgrep-action@483865da2af626034be23030870fed4bb42371db # v1 + - uses: returntocorp/semgrep-action@0bdb313d58a33cb6fe166b1807f9f06885641184 # v1 with: publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}