From dd1a87d7eab289e39a789f7418fcd96504fa19f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 15:47:44 +0000 Subject: [PATCH] Update Code Graph Analysis Pipeline Workflow to c0de13e --- .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 713c79cd..1e6b97e7 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@000d1b8ae95d97d2466b7104668d6943483ff6b0 # main + uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@c0de13e05e1b8aca14425ddd1d086bdd41bd8727 # 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: 000d1b8ae95d97d2466b7104668d6943483ff6b0 # main + ref: c0de13e05e1b8aca14425ddd1d086bdd41bd8727 # main commit-analysis-results: diff --git a/.github/workflows/typescript-code-analysis.yml b/.github/workflows/typescript-code-analysis.yml index 103c4a3b..4105ad27 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@000d1b8ae95d97d2466b7104668d6943483ff6b0 # main + uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@c0de13e05e1b8aca14425ddd1d086bdd41bd8727 # 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: 000d1b8ae95d97d2466b7104668d6943483ff6b0 # main + ref: c0de13e05e1b8aca14425ddd1d086bdd41bd8727 # main commit-analysis-results: