Skip to content

Commit 4da7f9e

Browse files
authored
Merge pull request #8 from JohT/renovate/code-graph-analysis-pipeline-workflow
Update Code Graph Analysis Pipeline Workflow to 4d0f780
2 parents 60acf7c + 283930f commit 4da7f9e

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

127127

128128
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@7f43cf96d676f715cf278b020ce1dbb3338f900b # main
93+
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@4d0f780dbd529047f581d91d6b1f034c237686ce # 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: 7f43cf96d676f715cf278b020ce1dbb3338f900b # main
97+
ref: 4d0f780dbd529047f581d91d6b1f034c237686ce # main
9898

9999

100100
commit-analysis-results:

0 commit comments

Comments
 (0)