Skip to content

Commit 524ea0b

Browse files
authored
Merge pull request #141 from JohT/renovate/code-graph-analysis-pipeline-workflow
Update JohT/code-graph-analysis-pipeline action to v3.3.1
2 parents 9e0be12 + 58789b7 commit 524ea0b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
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@58a1ce7375af459127e6576370ac0a836cdce682 # v3.3.0
49+
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@7776e9d4c7737cb869534a440d712bd973a3efde # v3.3.1
5050
with:
5151
analysis-name: ${{ needs.prepare-code-to-analyze.outputs.analysis-name }}
5252
maven-artifacts: >

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
analyze-code-graph:
6161
name: Analyze Code Graph
6262
needs: [prepare-code-to-analyze]
63-
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@58a1ce7375af459127e6576370ac0a836cdce682 # v3.3.0
63+
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@7776e9d4c7737cb869534a440d712bd973a3efde # v3.3.1
6464
with:
6565
analysis-name: ${{ needs.prepare-code-to-analyze.outputs.analysis-name }}
6666
source-repository: https://github.com/remix-run/react-router.git

0 commit comments

Comments
 (0)