From f3c5bbd9ed0dc48b9d2f9a5c85af0c3b66571784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 20:14:39 +0000 Subject: [PATCH] Update github/codeql-action requirement to 006bb00765df5ace47e70657a677e6ecd3b0d6a1 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/006bb00765df5ace47e70657a677e6ecd3b0d6a1) --- 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 73826e30f9e0..0e116f6b5ba0 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@006bb00765df5ace47e70657a677e6ecd3b0d6a1 # Override language selection by uncommenting this and choosing your languages with: languages: csharp @@ -59,4 +59,4 @@ jobs: dotnet build csharp /p:UseSharedCompilation=false - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@main + uses: github/codeql-action/analyze@006bb00765df5ace47e70657a677e6ecd3b0d6a1 diff --git a/.github/workflows/csv-coverage-metrics.yml b/.github/workflows/csv-coverage-metrics.yml index 7778221dc2f2..ccd19bf10499 100644 --- a/.github/workflows/csv-coverage-metrics.yml +++ b/.github/workflows/csv-coverage-metrics.yml @@ -38,7 +38,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@006bb00765df5ace47e70657a677e6ecd3b0d6a1 with: sarif_file: metrics-java.sarif @@ -65,6 +65,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@006bb00765df5ace47e70657a677e6ecd3b0d6a1 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 6b4f6a0abeea..384652ec5b9f 100644 --- a/.github/workflows/ql-for-ql-build.yml +++ b/.github/workflows/ql-for-ql-build.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 - name: Find codeql id: find-codeql - uses: github/codeql-action/init@aa93aea877e5fb8841bcb1193f672abf6e9f2980 + uses: github/codeql-action/init@006bb00765df5ace47e70657a677e6ecd3b0d6a1 with: languages: javascript # does not matter tools: latest @@ -182,7 +182,7 @@ jobs: CONF: ./ql-for-ql-config.yml FOLDER: ${{ matrix.folder }} - name: Initialize CodeQL - uses: github/codeql-action/init@aa93aea877e5fb8841bcb1193f672abf6e9f2980 + uses: github/codeql-action/init@006bb00765df5ace47e70657a677e6ecd3b0d6a1 with: languages: ql db-location: ${{ runner.temp }}/db @@ -190,7 +190,7 @@ jobs: tools: latest - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@aa93aea877e5fb8841bcb1193f672abf6e9f2980 + uses: github/codeql-action/analyze@006bb00765df5ace47e70657a677e6ecd3b0d6a1 with: category: "ql-for-ql-${{ matrix.folder }}" - 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 cf3b696f3b8a..68de44f2aaf6 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@aa93aea877e5fb8841bcb1193f672abf6e9f2980 + uses: github/codeql-action/init@006bb00765df5ace47e70657a677e6ecd3b0d6a1 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 3b0a4963b79c..7eea9d53ba8a 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@aa93aea877e5fb8841bcb1193f672abf6e9f2980 + uses: github/codeql-action/init@006bb00765df5ace47e70657a677e6ecd3b0d6a1 with: languages: javascript # does not matter - uses: actions/cache@v3