From a16254af6ef5aa310a85fdf67f5c8a68e8b65a8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 20:36:20 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v3.27.0 | datasource | package | from | to | | ----------- | -------------------- | -------- | ------- | | github-tags | github/codeql-action | v3.26.13 | v3.27.0 | | github-tags | github/codeql-action | v3.26.12 | v3.27.0 | --- .github/workflows/scan-codeql.yaml | 4 ++-- .github/workflows/scan-gosec.yaml | 2 +- .github/workflows/scan-kics.yaml | 2 +- .github/workflows/scorecard.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/scan-codeql.yaml b/.github/workflows/scan-codeql.yaml index 9d824656..24ae2d4e 100644 --- a/.github/workflows/scan-codeql.yaml +++ b/.github/workflows/scan-codeql.yaml @@ -42,7 +42,7 @@ jobs: uses: ./.github/actions/golang - name: Initialize CodeQL - uses: github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13 + uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0 with: languages: ${{ matrix.language }} # config-file: ./.github/codeql.yaml #Uncomment once config file is needed. @@ -52,7 +52,7 @@ jobs: - name: Perform CodeQL Analysis id: scan - uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13 + uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/scan-gosec.yaml b/.github/workflows/scan-gosec.yaml index 4741584a..a867303a 100644 --- a/.github/workflows/scan-gosec.yaml +++ b/.github/workflows/scan-gosec.yaml @@ -42,6 +42,6 @@ jobs: retention-days: 5 - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12 + uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0 with: sarif_file: results.sarif \ No newline at end of file diff --git a/.github/workflows/scan-kics.yaml b/.github/workflows/scan-kics.yaml index c607c629..0dc58e0a 100644 --- a/.github/workflows/scan-kics.yaml +++ b/.github/workflows/scan-kics.yaml @@ -39,7 +39,7 @@ jobs: retention-days: 5 - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12 + uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0 with: sarif_file: results.sarif diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml index c0553e1f..24c6e533 100644 --- a/.github/workflows/scorecard.yaml +++ b/.github/workflows/scorecard.yaml @@ -46,6 +46,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13 + uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0 with: sarif_file: results.sarif \ No newline at end of file