Skip to content

Commit 8454019

Browse files
authored
Merge pull request #120 from JohT/renovate/code-graph-analysis-pipeline-workflow
Update JohT/code-graph-analysis-pipeline action to v3.1.1
2 parents f415e1b + a1a6d0c commit 8454019

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
@@ -115,7 +115,7 @@ 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@v3.1.0
118+
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@4ebeb39f9c7480bf629b97053e140999050cf768 # v3.1.1
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 }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ 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@v3.1.0
93+
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@4ebeb39f9c7480bf629b97053e140999050cf768 # v3.1.1
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 }}

0 commit comments

Comments
 (0)