From a5751243443a9dc89ff16806b474b11c0264f217 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Apr 2025 11:54:36 +0000 Subject: [PATCH] Update Code Graph Analysis Pipeline Workflow to 455c619 --- .github/workflows/java-code-analysis.yml | 4 ++-- .github/workflows/typescript-code-analysis.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/java-code-analysis.yml b/.github/workflows/java-code-analysis.yml index 79b02696..79fb4b1a 100644 --- a/.github/workflows/java-code-analysis.yml +++ b/.github/workflows/java-code-analysis.yml @@ -119,12 +119,12 @@ jobs: analyze-code-graph: name: Analyze Code Graph needs: [prepare-code-to-analyze] - uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@de08d1efc9f2488d704b398b32fed5e79b044ec2 # main + uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@455c61916a6ebf5f53782887aa253def918c335f # main with: analysis-name: ${{ needs.prepare-code-to-analyze.outputs.analysis-name }} artifacts-upload-name: ${{ needs.prepare-code-to-analyze.outputs.artifacts-upload-name }} sources-upload-name: ${{ needs.prepare-code-to-analyze.outputs.sources-upload-name }} - ref: de08d1efc9f2488d704b398b32fed5e79b044ec2 # main + ref: 455c61916a6ebf5f53782887aa253def918c335f # main commit-analysis-results: diff --git a/.github/workflows/typescript-code-analysis.yml b/.github/workflows/typescript-code-analysis.yml index df33d94b..71407518 100644 --- a/.github/workflows/typescript-code-analysis.yml +++ b/.github/workflows/typescript-code-analysis.yml @@ -92,11 +92,11 @@ jobs: analyze-code-graph: name: Analyze Code Graph needs: [prepare-code-to-analyze] - uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@de08d1efc9f2488d704b398b32fed5e79b044ec2 # main + uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@455c61916a6ebf5f53782887aa253def918c335f # main with: analysis-name: ${{ needs.prepare-code-to-analyze.outputs.analysis-name }} sources-upload-name: ${{ needs.prepare-code-to-analyze.outputs.sources-upload-name }} - ref: de08d1efc9f2488d704b398b32fed5e79b044ec2 # main + ref: 455c61916a6ebf5f53782887aa253def918c335f # main commit-analysis-results: