From c21b87d0ef6bf934a71b4920954caaec6ac3fbea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 02:54:44 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v3 --- .github/workflows/merge-main.yml | 6 +++--- .github/workflows/unit-tests.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/merge-main.yml b/.github/workflows/merge-main.yml index cec4d1f..ff30827 100644 --- a/.github/workflows/merge-main.yml +++ b/.github/workflows/merge-main.yml @@ -25,17 +25,17 @@ jobs: - uses: actions/checkout@v4 - name: Initialize - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: javascript # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v2 + uses: github/codeql-action/autobuild@v3 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 deploys-test: name: TEST Deployments diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 975ba19..60b8cc4 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -65,6 +65,6 @@ jobs: severity: "CRITICAL,HIGH" - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: "trivy-results.sarif"