Skip to content

Commit 096b9c7

Browse files
Pin JohT/code-graph-analysis-pipeline action to 4ebeb39
1 parent c87cf1c commit 096b9c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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.1.1
49+
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@4ebeb39f9c7480bf629b97053e140999050cf768 # v3.1.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
@@ -90,7 +90,7 @@ 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@4ebeb39f9c7480bf629b97053e140999050cf768 # v3.1.1
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 }}

0 commit comments

Comments
 (0)