From 1c7171b7b493efcffad30ccdcc14043828bf5a55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 15:06:20 +0000 Subject: [PATCH] Update github/codeql-action requirement to 7c9e85e249d3e141c3efb486a47aa843f8186dde 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/7c9e85e249d3e141c3efb486a47aa843f8186dde) --- 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..8f74d00f899b 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@7c9e85e249d3e141c3efb486a47aa843f8186dde # 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@7c9e85e249d3e141c3efb486a47aa843f8186dde diff --git a/.github/workflows/csv-coverage-metrics.yml b/.github/workflows/csv-coverage-metrics.yml index 7778221dc2f2..68ab1a59b69e 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@7c9e85e249d3e141c3efb486a47aa843f8186dde 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@7c9e85e249d3e141c3efb486a47aa843f8186dde 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..49cf8eda610b 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@7c9e85e249d3e141c3efb486a47aa843f8186dde 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@7c9e85e249d3e141c3efb486a47aa843f8186dde 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@7c9e85e249d3e141c3efb486a47aa843f8186dde 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..c6a97506bfa3 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@7c9e85e249d3e141c3efb486a47aa843f8186dde 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..a8765570d472 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@7c9e85e249d3e141c3efb486a47aa843f8186dde with: languages: javascript # does not matter - uses: actions/cache@v3