From bd05c62a6ed7f3100f7feb09b05aed1a36b6c829 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 09:32:09 +0000 Subject: [PATCH] Update Code Graph Analysis Pipeline Workflow to fbbdf8c --- .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 0cb3b3c8..d3834778 100644 --- a/.github/workflows/java-code-analysis.yml +++ b/.github/workflows/java-code-analysis.yml @@ -115,12 +115,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@679e21e6a496d0f480de56a4fe59035ec329fe44 # main + uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@fbbdf8ca71ff89acc542764f14e69dd35eae9b68 # 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: 679e21e6a496d0f480de56a4fe59035ec329fe44 # main + ref: fbbdf8ca71ff89acc542764f14e69dd35eae9b68 # main commit-analysis-results: diff --git a/.github/workflows/typescript-code-analysis.yml b/.github/workflows/typescript-code-analysis.yml index ea7bc85e..ebf06afe 100644 --- a/.github/workflows/typescript-code-analysis.yml +++ b/.github/workflows/typescript-code-analysis.yml @@ -90,11 +90,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@679e21e6a496d0f480de56a4fe59035ec329fe44 # main + uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@fbbdf8ca71ff89acc542764f14e69dd35eae9b68 # 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: 679e21e6a496d0f480de56a4fe59035ec329fe44 # main + ref: fbbdf8ca71ff89acc542764f14e69dd35eae9b68 # main commit-analysis-results: