From fcb147c39633e7e73ff82f5d00c8b85fd124ec14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 07:51:30 -0600 Subject: [PATCH] Bump github/codeql-action from 1.0.28 to 1.0.29 (#611) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1.0.28 to 1.0.29. - [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/8a4b243fbf9a03a93e93a71c1ec257347041f9c4...384cfc42b2131df01c009d3d2eed7b78d8e8556e) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/codeql-analysis.yml | 6 +++--- .github/workflows/scorecard_action.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index eb0402c..c502fab 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,12 +39,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@8a4b243fbf9a03a93e93a71c1ec257347041f9c4 #v1.0.28 + uses: github/codeql-action/init@384cfc42b2131df01c009d3d2eed7b78d8e8556e #v1.0.28 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@8a4b243fbf9a03a93e93a71c1ec257347041f9c4 #v1.0.28 + uses: github/codeql-action/autobuild@384cfc42b2131df01c009d3d2eed7b78d8e8556e #v1.0.28 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@8a4b243fbf9a03a93e93a71c1ec257347041f9c4 #v1.0.28 + uses: github/codeql-action/analyze@384cfc42b2131df01c009d3d2eed7b78d8e8556e #v1.0.28 diff --git a/.github/workflows/scorecard_action.yml b/.github/workflows/scorecard_action.yml index 8312403..0576be1 100644 --- a/.github/workflows/scorecard_action.yml +++ b/.github/workflows/scorecard_action.yml @@ -52,6 +52,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@8a4b243fbf9a03a93e93a71c1ec257347041f9c4 # v1.0.28 + uses: github/codeql-action/upload-sarif@384cfc42b2131df01c009d3d2eed7b78d8e8556e # v1.0.28 with: sarif_file: results.sarif -- GitLab