Skip to content

Commit c7c159e

Browse files
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2ea52b8 commit c7c159e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/analyze-code-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5353
with:
5454
repository: JohT/code-graph-analysis-pipeline
55-
ref: 41f3e22b5bd65351474dd23effeee91fab849a12
55+
ref: c264c7ae741f6fcd43b8a8b40486a67f5c0b735b
5656
path: code-graph-analysis-pipeline
5757
persist-credentials: false
5858

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
analysis-name: ${{ needs.prepare-code-to-analyze.outputs.analysis-name }}
122122
artifacts-upload-name: ${{ needs.prepare-code-to-analyze.outputs.artifacts-upload-name }}
123123
sources-upload-name: ${{ needs.prepare-code-to-analyze.outputs.sources-upload-name }}
124-
ref: 7f43cf96d676f715cf278b020ce1dbb3338f900b
124+
ref: c264c7ae741f6fcd43b8a8b40486a67f5c0b735b
125125

126126

127127
commit-analysis-results:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
with:
9494
analysis-name: ${{ needs.prepare-code-to-analyze.outputs.analysis-name }}
9595
sources-upload-name: ${{ needs.prepare-code-to-analyze.outputs.sources-upload-name }}
96-
ref: 7f43cf96d676f715cf278b020ce1dbb3338f900b
96+
ref: c264c7ae741f6fcd43b8a8b40486a67f5c0b735b
9797

9898

9999
commit-analysis-results:

0 commit comments

Comments
 (0)