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
2 changes: 1 addition & 1 deletion .github/workflows/analyze-code-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
repository: JohT/code-graph-analysis-pipeline
ref: 41f3e22b5bd65351474dd23effeee91fab849a12
ref: c264c7ae741f6fcd43b8a8b40486a67f5c0b735b
path: code-graph-analysis-pipeline
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
analysis-name: ${{ needs.prepare-code-to-analyze.outputs.analysis-name }}
artifacts-upload-name: ${{ needs.prepare-code-to-analyze.outputs.artifacts-upload-name }}
sources-upload-name: ${{ needs.prepare-code-to-analyze.outputs.sources-upload-name }}
ref: 7f43cf96d676f715cf278b020ce1dbb3338f900b
ref: c264c7ae741f6fcd43b8a8b40486a67f5c0b735b


commit-analysis-results:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typescript-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
with:
analysis-name: ${{ needs.prepare-code-to-analyze.outputs.analysis-name }}
sources-upload-name: ${{ needs.prepare-code-to-analyze.outputs.sources-upload-name }}
ref: 7f43cf96d676f715cf278b020ce1dbb3338f900b
ref: c264c7ae741f6fcd43b8a8b40486a67f5c0b735b


commit-analysis-results:
Expand Down
Loading