Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/java-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
analyze-code-graph:
name: Analyze Code Graph
needs: [prepare-code-to-analyze]
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@v3.1.2
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@v3.2.0
with:
analysis-name: ${{ needs.prepare-code-to-analyze.outputs.analysis-name }}
maven-artifacts: >
Expand All @@ -64,7 +64,7 @@ jobs:
source-repository: https://github.com/AxonFramework/AxonFramework.git
source-repository-branch: axon-${{ needs.prepare-code-to-analyze.outputs.project-version }}
source-repository-history-only: true
ref: v3.1.2
ref: v3.2.0


commit-analysis-results:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/typescript-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,11 @@ jobs:
analyze-code-graph:
name: Analyze Code Graph
needs: [prepare-code-to-analyze]
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@v3.1.2
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@v3.2.0
with:
analysis-name: ${{ needs.prepare-code-to-analyze.outputs.analysis-name }}
sources-upload-name: ${{ needs.prepare-code-to-analyze.outputs.sources-upload-name }}
ref: v3.1.2

ref: v3.2.0

commit-analysis-results:
name: Commit Analysis Results
Expand Down
Loading