Skip to content

Commit e4546ad

Browse files
Update Code Graph Analysis Pipeline Workflow to 4d0f780
1 parent 436acca commit e4546ad

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
@@ -116,12 +116,12 @@ jobs:
116116
analyze-code-graph:
117117
name: Analyze Code Graph
118118
needs: [prepare-code-to-analyze]
119-
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@7f43cf96d676f715cf278b020ce1dbb3338f900b # main
119+
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@4d0f780dbd529047f581d91d6b1f034c237686ce # main
120120
with:
121121
analysis-name: ${{ needs.prepare-code-to-analyze.outputs.analysis-name }}
122122
artifacts-upload-name: ${{ needs.prepare-code-to-analyze.outputs.artifacts-upload-name }}
123123
sources-upload-name: ${{ needs.prepare-code-to-analyze.outputs.sources-upload-name }}
124-
ref: 7f43cf96d676f715cf278b020ce1dbb3338f900b # main
124+
ref: 4d0f780dbd529047f581d91d6b1f034c237686ce # main
125125

126126

127127
commit-analysis-results:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ jobs:
8989
analyze-code-graph:
9090
name: Analyze Code Graph
9191
needs: [prepare-code-to-analyze]
92-
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@7f43cf96d676f715cf278b020ce1dbb3338f900b # main
92+
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@4d0f780dbd529047f581d91d6b1f034c237686ce # main
9393
with:
9494
analysis-name: ${{ needs.prepare-code-to-analyze.outputs.analysis-name }}
9595
sources-upload-name: ${{ needs.prepare-code-to-analyze.outputs.sources-upload-name }}
96-
ref: 7f43cf96d676f715cf278b020ce1dbb3338f900b # main
96+
ref: 4d0f780dbd529047f581d91d6b1f034c237686ce # main
9797

9898

9999
commit-analysis-results:

0 commit comments

Comments
 (0)