From eaea2ae2f56abceece6b6613860010d8abf539d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:34:58 +0000 Subject: [PATCH] Bump david-a-wheeler/flawfinder from 2.0.19.pre.alpha1 to 2.0.19 Bumps [david-a-wheeler/flawfinder](https://github.com/david-a-wheeler/flawfinder) from 2.0.19.pre.alpha1 to 2.0.19. - [Release notes](https://github.com/david-a-wheeler/flawfinder/releases) - [Changelog](https://github.com/david-a-wheeler/flawfinder/blob/master/ChangeLog) - [Commits](https://github.com/david-a-wheeler/flawfinder/compare/8e4a779ad59dbfaee5da586aa9210853b701959c...c57197cd6061453f10a496f30a732bc1905918d1) --- updated-dependencies: - dependency-name: david-a-wheeler/flawfinder dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/flawfinder-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flawfinder-analysis.yml b/.github/workflows/flawfinder-analysis.yml index f1b7fe3..6064ff5 100644 --- a/.github/workflows/flawfinder-analysis.yml +++ b/.github/workflows/flawfinder-analysis.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v4 - name: flawfinder_scan - uses: david-a-wheeler/flawfinder@8e4a779ad59dbfaee5da586aa9210853b701959c + uses: david-a-wheeler/flawfinder@c57197cd6061453f10a496f30a732bc1905918d1 with: arguments: '--sarif ./' output: 'flawfinder_results.sarif'