diff --git a/.github/workflows/java-code-analysis.yml b/.github/workflows/java-code-analysis.yml index a535c81d..2f140aed 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@b47d68245c83d9de9cf69e18ff8bd267841ae756 # main + uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@de08d1efc9f2488d704b398b32fed5e79b044ec2 # 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: b47d68245c83d9de9cf69e18ff8bd267841ae756 # main + ref: de08d1efc9f2488d704b398b32fed5e79b044ec2 # main commit-analysis-results: diff --git a/.github/workflows/typescript-code-analysis.yml b/.github/workflows/typescript-code-analysis.yml index 9eed8958..df33d94b 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@b47d68245c83d9de9cf69e18ff8bd267841ae756 # main + uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@de08d1efc9f2488d704b398b32fed5e79b044ec2 # 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: b47d68245c83d9de9cf69e18ff8bd267841ae756 # main + ref: de08d1efc9f2488d704b398b32fed5e79b044ec2 # main commit-analysis-results: