From 6ceb38be49055de41f1ed2b67b4f81e5848759e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 05:05:52 +0000 Subject: [PATCH] gha: bump returntocorp/semgrep-action from 0.18.0 to 1 Bumps [returntocorp/semgrep-action](https://github.com/returntocorp/semgrep-action) from 0.18.0 to 1. - [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/bda1bd5a72b854de92bf8f43af7e14de134dcb8b...080fad80c948b9876a4166d7d19cea656d6f1118) --- updated-dependencies: - dependency-name: returntocorp/semgrep-action dependency-type: direct:production update-type: version-update:semver-major ... 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 e07abe8a..86d1dd9a 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -26,6 +26,6 @@ jobs: - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2 - - uses: returntocorp/semgrep-action@bda1bd5a72b854de92bf8f43af7e14de134dcb8b # v1 + - uses: returntocorp/semgrep-action@080fad80c948b9876a4166d7d19cea656d6f1118 # v1 with: publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}