From 4ced09d8ceb00bed25d99593fc4fd01ec0cdee1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 06:49:47 -0500 Subject: [PATCH] Bump github/codeql-action from 1.1.0 to 1.1.2 (#682) * Bump github/codeql-action from 1.1.0 to 1.1.2 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1.1.0 to 1.1.2. - [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/474bbf07f9247ffe1856c6a0f94aeeb10e7afee6...d39d5d5c9707b926d517b1b292905ef4c03aa777) --- 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> * update version comment Signed-off-by: Carlos Panato <ctadeu@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlos Panato <ctadeu@gmail.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 599075b..2c272bc 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@474bbf07f9247ffe1856c6a0f94aeeb10e7afee6 # v1.1.0 + uses: github/codeql-action/init@d39d5d5c9707b926d517b1b292905ef4c03aa777 # v1.1.2 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@474bbf07f9247ffe1856c6a0f94aeeb10e7afee6 # v1.1.0 + uses: github/codeql-action/autobuild@d39d5d5c9707b926d517b1b292905ef4c03aa777 # v1.1.2 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@474bbf07f9247ffe1856c6a0f94aeeb10e7afee6 # v1.1.0 + uses: github/codeql-action/analyze@d39d5d5c9707b926d517b1b292905ef4c03aa777 # v1.1.2 diff --git a/.github/workflows/scorecard_action.yml b/.github/workflows/scorecard_action.yml index a08fa09..6d7e5f2 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@474bbf07f9247ffe1856c6a0f94aeeb10e7afee6 # v1.1.0 + uses: github/codeql-action/upload-sarif@d39d5d5c9707b926d517b1b292905ef4c03aa777 # v1.1.2 with: sarif_file: results.sarif -- GitLab