From 1c844af6d9454957ff7677faf00d252ab6d279d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Dec 2025 05:05:10 +0000 Subject: [PATCH] chore(deps)(deps): bump stackhawk/hawkscan-action from 1.3.0 to 2.2.0 Bumps [stackhawk/hawkscan-action](https://github.com/stackhawk/hawkscan-action) from 1.3.0 to 2.2.0. - [Release notes](https://github.com/stackhawk/hawkscan-action/releases) - [Commits](https://github.com/stackhawk/hawkscan-action/compare/4c3258cd62248dac6d9fe91dd8d45928c697dee0...29a62fe1e926ea50ac87a1b64efc59b82ffd5b7d) --- updated-dependencies: - dependency-name: stackhawk/hawkscan-action dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/stackhawk.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dbc2cb5..0172c99 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -98,7 +98,7 @@ jobs: run: npm run build - name: HawkScan - uses: stackhawk/hawkscan-action@4c3258cd62248dac6d9fe91dd8d45928c697dee0 + uses: stackhawk/hawkscan-action@29a62fe1e926ea50ac87a1b64efc59b82ffd5b7d with: # Provide this as a GitHub Actions Secret apiKey: ${{ secrets.HAWK_API_KEY }} diff --git a/.github/workflows/stackhawk.yml b/.github/workflows/stackhawk.yml index 9cded1f..03b834a 100644 --- a/.github/workflows/stackhawk.yml +++ b/.github/workflows/stackhawk.yml @@ -101,7 +101,7 @@ jobs: YAML - name: Run HawkScan - uses: stackhawk/hawkscan-action@4c3258cd62248dac6d9fe91dd8d45928c697dee0 + uses: stackhawk/hawkscan-action@29a62fe1e926ea50ac87a1b64efc59b82ffd5b7d continue-on-error: true with: apiKey: ${{ env.HAWK_API_KEY }} @@ -179,7 +179,7 @@ jobs: YAML - name: Run HawkScan - uses: stackhawk/hawkscan-action@4c3258cd62248dac6d9fe91dd8d45928c697dee0 + uses: stackhawk/hawkscan-action@29a62fe1e926ea50ac87a1b64efc59b82ffd5b7d continue-on-error: true with: apiKey: ${{ env.HAWK_API_KEY }}