From 8913949e619ab2714d1213f7dc389b74d3936f70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 08:34:18 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v3.26.1 --- .github/workflows/check.yml | 2 +- .github/workflows/codeql.yml | 4 ++-- .github/workflows/publish.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 5977c4fea8..02e7401c98 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -163,6 +163,6 @@ jobs: output: 'trivy-results.sarif' - name: Upload Trivy SARIF report - uses: github/codeql-action/upload-sarif@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0 + uses: github/codeql-action/upload-sarif@29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3.26.1 with: sarif_file: trivy-results.sarif diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8c1948e5e0..dda2921126 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -60,7 +60,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0 + uses: github/codeql-action/init@29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3.26.1 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -87,6 +87,6 @@ jobs: exit 1 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0 + uses: github/codeql-action/analyze@29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3.26.1 with: category: "/language:${{matrix.language}}" \ No newline at end of file diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fc65725c35..a3a9ea86b8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -157,6 +157,6 @@ jobs: output: 'trivy-results.sarif' - name: Upload Trivy SARIF report - uses: github/codeql-action/upload-sarif@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0 + uses: github/codeql-action/upload-sarif@29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3.26.1 with: sarif_file: trivy-results.sarif