Skip to content

Commit ab8c4a2

Browse files
Update JohT/code-graph-analysis-pipeline digest to 0fcfbbc
1 parent 23143b3 commit ab8c4a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ 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@0fcfbbc88eda1babde1e17721267311ada889b20 # 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 }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ 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@0fcfbbc88eda1babde1e17721267311ada889b20 # 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 }}

0 commit comments

Comments
 (0)