From f2e297c1f1afa7693b61390058334bbc255f2ec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 16:32:56 -0700 Subject: [PATCH] Bump github/codeql-action from 2.1.6 to 2.1.7 (#116) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/28eead240834b314f7def40f6fcba65d100d99b1...0182a2c78c8a55b763909348834ed54d735ab3e2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- impeller/.github/workflows/scorecards-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/impeller/.github/workflows/scorecards-analysis.yml b/impeller/.github/workflows/scorecards-analysis.yml index 3e17223ef12cb..f0245bae97f1e 100644 --- a/impeller/.github/workflows/scorecards-analysis.yml +++ b/impeller/.github/workflows/scorecards-analysis.yml @@ -48,6 +48,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@28eead240834b314f7def40f6fcba65d100d99b1 + uses: github/codeql-action/upload-sarif@0182a2c78c8a55b763909348834ed54d735ab3e2 with: sarif_file: results.sarif