Skip to content

Commit 95c96f7

Browse files
authored
Merge pull request #94 from JohT/renovate/code-graph-analysis-pipeline-workflow
Update Code Graph Analysis Pipeline Workflow to f5e24f2
2 parents a28c8b1 + 64fbe9d commit 95c96f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/java-code-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@ jobs:
115115
analyze-code-graph:
116116
name: Analyze Code Graph
117117
needs: [prepare-code-to-analyze]
118-
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@ce6ea4eec6717f3bf798e45c0a6f3c31d40ceb1b # main
118+
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@f5e24f261cb70d9aeeb4cc101573810f80bd465d # main
119119
with:
120120
analysis-name: ${{ needs.prepare-code-to-analyze.outputs.analysis-name }}
121121
artifacts-upload-name: ${{ needs.prepare-code-to-analyze.outputs.artifacts-upload-name }}
122122
sources-upload-name: ${{ needs.prepare-code-to-analyze.outputs.sources-upload-name }}
123-
ref: ce6ea4eec6717f3bf798e45c0a6f3c31d40ceb1b # main
123+
ref: f5e24f261cb70d9aeeb4cc101573810f80bd465d # main
124124

125125

126126
commit-analysis-results:

.github/workflows/typescript-code-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ jobs:
9090
analyze-code-graph:
9191
name: Analyze Code Graph
9292
needs: [prepare-code-to-analyze]
93-
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@ce6ea4eec6717f3bf798e45c0a6f3c31d40ceb1b # main
93+
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@f5e24f261cb70d9aeeb4cc101573810f80bd465d # main
9494
with:
9595
analysis-name: ${{ needs.prepare-code-to-analyze.outputs.analysis-name }}
9696
sources-upload-name: ${{ needs.prepare-code-to-analyze.outputs.sources-upload-name }}
97-
ref: ce6ea4eec6717f3bf798e45c0a6f3c31d40ceb1b # main
97+
ref: f5e24f261cb70d9aeeb4cc101573810f80bd465d # main
9898

9999

100100
commit-analysis-results:

0 commit comments

Comments
 (0)