Skip to content

Commit 2fec39c

Browse files
Update Code Graph Analysis Pipeline Workflow to 0a854dc
1 parent f1e66f5 commit 2fec39c

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
@@ -119,12 +119,12 @@ jobs:
119119
analyze-code-graph:
120120
name: Analyze Code Graph
121121
needs: [prepare-code-to-analyze]
122-
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@ed8d73b02921a260ffb8f44e49f39724b7ffc257 # main
122+
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@0a854dc73c094e3f6428dca5c198da4bfadcae0e # main
123123
with:
124124
analysis-name: ${{ needs.prepare-code-to-analyze.outputs.analysis-name }}
125125
artifacts-upload-name: ${{ needs.prepare-code-to-analyze.outputs.artifacts-upload-name }}
126126
sources-upload-name: ${{ needs.prepare-code-to-analyze.outputs.sources-upload-name }}
127-
ref: ed8d73b02921a260ffb8f44e49f39724b7ffc257 # main
127+
ref: 0a854dc73c094e3f6428dca5c198da4bfadcae0e # main
128128

129129

130130
commit-analysis-results:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ jobs:
9292
analyze-code-graph:
9393
name: Analyze Code Graph
9494
needs: [prepare-code-to-analyze]
95-
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@ed8d73b02921a260ffb8f44e49f39724b7ffc257 # main
95+
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@0a854dc73c094e3f6428dca5c198da4bfadcae0e # main
9696
with:
9797
analysis-name: ${{ needs.prepare-code-to-analyze.outputs.analysis-name }}
9898
sources-upload-name: ${{ needs.prepare-code-to-analyze.outputs.sources-upload-name }}
99-
ref: ed8d73b02921a260ffb8f44e49f39724b7ffc257 # main
99+
ref: 0a854dc73c094e3f6428dca5c198da4bfadcae0e # main
100100

101101

102102
commit-analysis-results:

0 commit comments

Comments
 (0)