From d04b3e23f717998e2aa3d0f8dfc0b9656e8950e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 06:28:52 +0000 Subject: [PATCH] Update Code Graph Analysis Pipeline Workflow to 53bd6cf --- .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 175d13ce..ccbc5a03 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@8cfcbe442d5f790dcae8248ff38f35ec09fc95b5 # main + uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@53bd6cf1e5b101e08d921b76fe07dafb7b88ba01 # 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: 8cfcbe442d5f790dcae8248ff38f35ec09fc95b5 # main + ref: 53bd6cf1e5b101e08d921b76fe07dafb7b88ba01 # main commit-analysis-results: diff --git a/.github/workflows/typescript-code-analysis.yml b/.github/workflows/typescript-code-analysis.yml index 66fa8a99..ce890b26 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@8cfcbe442d5f790dcae8248ff38f35ec09fc95b5 # main + uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@53bd6cf1e5b101e08d921b76fe07dafb7b88ba01 # 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: 8cfcbe442d5f790dcae8248ff38f35ec09fc95b5 # main + ref: 53bd6cf1e5b101e08d921b76fe07dafb7b88ba01 # main commit-analysis-results: