Skip to content

Commit 6b6beb6

Browse files
authored
Merge pull request #131 from JohT/renovate/code-graph-analysis-pipeline-workflow
Update JohT/code-graph-analysis-pipeline action to v3.3.0
2 parents 25fd83e + bd2e587 commit 6b6beb6

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@v3.2.0
49+
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@58a1ce7375af459127e6576370ac0a836cdce682 # v3.3.0
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@v3.2.0
63+
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@58a1ce7375af459127e6576370ac0a836cdce682 # v3.3.0
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)