From 1ad4ae142ebaecba84f1d3cd2127d01f8f8f4636 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 22:04:39 +0000 Subject: [PATCH] Bump github/codeql-action from 1 to 2 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2. - [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/v1...v2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/api_test.yml | 2 +- .github/workflows/baseline.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/api_test.yml b/.github/workflows/api_test.yml index 73a9603f..65a5d872 100644 --- a/.github/workflows/api_test.yml +++ b/.github/workflows/api_test.yml @@ -87,6 +87,6 @@ jobs: - name: Upload scan report if: ${{ always() }} - uses: github/codeql-action/upload-sarif@v1 + uses: github/codeql-action/upload-sarif@v2 with: sarif_file: ${{ steps.scan.outputs.sarif }} \ No newline at end of file diff --git a/.github/workflows/baseline.yml b/.github/workflows/baseline.yml index 532e8231..36e019ec 100644 --- a/.github/workflows/baseline.yml +++ b/.github/workflows/baseline.yml @@ -78,6 +78,6 @@ jobs: - name: Upload scan report if: ${{ always() }} - uses: github/codeql-action/upload-sarif@v1 + uses: github/codeql-action/upload-sarif@v2 with: sarif_file: ${{ steps.scan.outputs.sarif }} \ No newline at end of file