From ebc0e3c0d9dc96f95a787434d61a5ffa06576d2f Mon Sep 17 00:00:00 2001 From: cpanato Date: Wed, 11 May 2022 14:35:24 +0200 Subject: [PATCH] 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 6d1e20f66..8a4319113 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@03e2e3c45f9f937ffe65a1caa4c9960d420a31f9 # v2.1.9 + uses: github/codeql-action/init@03e2e3c45f9f937ffe65a1caa4c9960d420a31f9 # v2.1.10 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@03e2e3c45f9f937ffe65a1caa4c9960d420a31f9 # v2.1.9 + uses: github/codeql-action/autobuild@03e2e3c45f9f937ffe65a1caa4c9960d420a31f9 # v2.1.10 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@03e2e3c45f9f937ffe65a1caa4c9960d420a31f9 # v2.1.9 + uses: github/codeql-action/analyze@03e2e3c45f9f937ffe65a1caa4c9960d420a31f9 # v2.1.10 diff --git a/.github/workflows/scorecard_action.yml b/.github/workflows/scorecard_action.yml index cc81a490f..4a7620429 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@03e2e3c45f9f937ffe65a1caa4c9960d420a31f9 # v2.1.9 + uses: github/codeql-action/upload-sarif@03e2e3c45f9f937ffe65a1caa4c9960d420a31f9 # v2.1.10 with: sarif_file: results.sarif