Skip to content

Commit 7034e6a

Browse files
authored
Merge pull request #121 from JohT/renovate/code-graph-analysis-pipeline-workflow
Update JohT/code-graph-analysis-pipeline action to v3.1.2
2 parents ac32eb3 + 73eca15 commit 7034e6a

2 files changed

Lines changed: 4 additions & 4 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.1
49+
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@v3.1.2
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.1
67+
ref: v3.1.2
6868

6969

7070
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@v3.1.1
93+
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@v3.1.2
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.1
97+
ref: v3.1.2
9898

9999

100100
commit-analysis-results:

0 commit comments

Comments
 (0)