Skip to content

Commit dabd7c4

Browse files
authored
Merge pull request #128 from JohT/renovate/code-graph-analysis-pipeline-workflow
Update JohT/code-graph-analysis-pipeline action to v3.2.0
2 parents 12825dc + 77b8907 commit dabd7c4

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
analyze-code-graph:
4747
name: Analyze Code Graph
4848
needs: [prepare-code-to-analyze]
49-
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@v3.1.2
49+
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@v3.2.0
5050
with:
5151
analysis-name: ${{ needs.prepare-code-to-analyze.outputs.analysis-name }}
5252
maven-artifacts: >
@@ -64,7 +64,7 @@ jobs:
6464
source-repository: https://github.com/AxonFramework/AxonFramework.git
6565
source-repository-branch: axon-${{ needs.prepare-code-to-analyze.outputs.project-version }}
6666
source-repository-history-only: true
67-
ref: v3.1.2
67+
ref: v3.2.0
6868

6969

7070
commit-analysis-results:

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +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@v3.1.2
93+
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@v3.2.0
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: v3.1.2
98-
97+
ref: v3.2.0
9998

10099
commit-analysis-results:
101100
name: Commit Analysis Results

0 commit comments

Comments
 (0)