From 33f7b21017e8644a5af9c23587a45530b132994a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 09:48:25 +0000 Subject: [PATCH] Update github/codeql-action requirement to 96c8872f06fdc59062b6c904db4c0956cc1f72e2 Updates the requirements on [github/codeql-action](https://github.com/github/codeql-action) to permit the latest version. - [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/commits/96c8872f06fdc59062b6c904db4c0956cc1f72e2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 4 ++-- .github/workflows/csv-coverage-metrics.yml | 4 ++-- .github/workflows/ql-for-ql-build.yml | 6 +++--- .github/workflows/ql-for-ql-dataset_measure.yml | 2 +- .github/workflows/ql-for-ql-tests.yml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index fa17f4d6742d..8331be153843 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@main + uses: github/codeql-action/init@96c8872f06fdc59062b6c904db4c0956cc1f72e2 # Override language selection by uncommenting this and choosing your languages with: languages: csharp @@ -59,4 +59,4 @@ jobs: dotnet build csharp - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@main + uses: github/codeql-action/analyze@96c8872f06fdc59062b6c904db4c0956cc1f72e2 diff --git a/.github/workflows/csv-coverage-metrics.yml b/.github/workflows/csv-coverage-metrics.yml index f18671441cd7..1dc87978989a 100644 --- a/.github/workflows/csv-coverage-metrics.yml +++ b/.github/workflows/csv-coverage-metrics.yml @@ -39,7 +39,7 @@ jobs: path: metrics-java.sarif retention-days: 20 - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@main + uses: github/codeql-action/upload-sarif@96c8872f06fdc59062b6c904db4c0956cc1f72e2 with: sarif_file: metrics-java.sarif @@ -66,6 +66,6 @@ jobs: path: metrics-csharp.sarif retention-days: 20 - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@main + uses: github/codeql-action/upload-sarif@96c8872f06fdc59062b6c904db4c0956cc1f72e2 with: sarif_file: metrics-csharp.sarif diff --git a/.github/workflows/ql-for-ql-build.yml b/.github/workflows/ql-for-ql-build.yml index 53a4157973dd..8ba668ea064f 100644 --- a/.github/workflows/ql-for-ql-build.yml +++ b/.github/workflows/ql-for-ql-build.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v3 - name: Find codeql id: find-codeql - uses: github/codeql-action/init@71a8b35ff4c80fcfcd05bc1cd932fe3c08f943ca + uses: github/codeql-action/init@96c8872f06fdc59062b6c904db4c0956cc1f72e2 with: languages: javascript # does not matter - name: Get CodeQL version @@ -133,7 +133,7 @@ jobs: env: CONF: ./ql-for-ql-config.yml - name: Initialize CodeQL - uses: github/codeql-action/init@71a8b35ff4c80fcfcd05bc1cd932fe3c08f943ca + uses: github/codeql-action/init@96c8872f06fdc59062b6c904db4c0956cc1f72e2 with: languages: ql db-location: ${{ runner.temp }}/db @@ -145,7 +145,7 @@ jobs: PACK: ${{ runner.temp }}/pack - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@71a8b35ff4c80fcfcd05bc1cd932fe3c08f943ca + uses: github/codeql-action/analyze@96c8872f06fdc59062b6c904db4c0956cc1f72e2 with: category: "ql-for-ql" - name: Copy sarif file to CWD diff --git a/.github/workflows/ql-for-ql-dataset_measure.yml b/.github/workflows/ql-for-ql-dataset_measure.yml index f53c6a996f04..c863e933f04e 100644 --- a/.github/workflows/ql-for-ql-dataset_measure.yml +++ b/.github/workflows/ql-for-ql-dataset_measure.yml @@ -25,7 +25,7 @@ jobs: - name: Find codeql id: find-codeql - uses: github/codeql-action/init@71a8b35ff4c80fcfcd05bc1cd932fe3c08f943ca + uses: github/codeql-action/init@96c8872f06fdc59062b6c904db4c0956cc1f72e2 with: languages: javascript # does not matter - uses: actions/cache@v3 diff --git a/.github/workflows/ql-for-ql-tests.yml b/.github/workflows/ql-for-ql-tests.yml index 6bda6f1f8aec..13ee8f66178b 100644 --- a/.github/workflows/ql-for-ql-tests.yml +++ b/.github/workflows/ql-for-ql-tests.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v3 - name: Find codeql id: find-codeql - uses: github/codeql-action/init@71a8b35ff4c80fcfcd05bc1cd932fe3c08f943ca + uses: github/codeql-action/init@96c8872f06fdc59062b6c904db4c0956cc1f72e2 with: languages: javascript # does not matter - uses: actions/cache@v3