From 5a58eb2f5b9eda77bc12a308dbb29b14b2b81f76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Mar 2022 02:08:31 +0000 Subject: [PATCH 1/2] Bump github/codeql-action from 1.1.4 to 1.1.5 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1.1.4 to 1.1.5. - [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/f5d822707ee6e8fb81b04a5c0040b736da22e587...883476649888a9e8e219d5b2e6b789dc024f690c) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 1a1be4e0a..aa17fd4b4 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -43,12 +43,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@f5d822707ee6e8fb81b04a5c0040b736da22e587 # v1.1.4 + uses: github/codeql-action/init@883476649888a9e8e219d5b2e6b789dc024f690c # v1.1.4 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@f5d822707ee6e8fb81b04a5c0040b736da22e587 # v1.1.4 + uses: github/codeql-action/autobuild@883476649888a9e8e219d5b2e6b789dc024f690c # v1.1.4 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@f5d822707ee6e8fb81b04a5c0040b736da22e587 # v1.1.4 + uses: github/codeql-action/analyze@883476649888a9e8e219d5b2e6b789dc024f690c # v1.1.4 diff --git a/.github/workflows/scorecard_action.yml b/.github/workflows/scorecard_action.yml index 7cdf8ecfd..a0ade046c 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@f5d822707ee6e8fb81b04a5c0040b736da22e587 # v1.1.4 + uses: github/codeql-action/upload-sarif@883476649888a9e8e219d5b2e6b789dc024f690c # v1.1.4 with: sarif_file: results.sarif From f3efbbb7a1a362dc921433a80fc69196b9a4dd12 Mon Sep 17 00:00:00 2001 From: cpanato Date: Wed, 16 Mar 2022 09:17:54 +0100 Subject: [PATCH 2/2] update version comment Signed-off-by: cpanato --- .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 aa17fd4b4..5fb449cf6 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -43,12 +43,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@883476649888a9e8e219d5b2e6b789dc024f690c # v1.1.4 + uses: github/codeql-action/init@883476649888a9e8e219d5b2e6b789dc024f690c # v1.1.5 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@883476649888a9e8e219d5b2e6b789dc024f690c # v1.1.4 + uses: github/codeql-action/autobuild@883476649888a9e8e219d5b2e6b789dc024f690c # v1.1.5 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@883476649888a9e8e219d5b2e6b789dc024f690c # v1.1.4 + uses: github/codeql-action/analyze@883476649888a9e8e219d5b2e6b789dc024f690c # v1.1.5 diff --git a/.github/workflows/scorecard_action.yml b/.github/workflows/scorecard_action.yml index a0ade046c..08e44cb99 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@883476649888a9e8e219d5b2e6b789dc024f690c # v1.1.4 + uses: github/codeql-action/upload-sarif@883476649888a9e8e219d5b2e6b789dc024f690c # v1.1.5 with: sarif_file: results.sarif