Skip to content

Commit 2c0624d

Browse files
authored
Update code-graph-analysis-pipeline based on the main branch
1 parent be2419b commit 2c0624d

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
analyze-code-graph:
117117
name: Analyze Code Graph
118118
needs: [prepare-code-to-analyze]
119-
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@7f43cf96d676f715cf278b020ce1dbb3338f900b # v2
119+
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@7f43cf96d676f715cf278b020ce1dbb3338f900b # main
120120
with:
121121
analysis-name: ${{ needs.prepare-code-to-analyze.outputs.analysis-name }}
122122
artifacts-upload-name: ${{ needs.prepare-code-to-analyze.outputs.artifacts-upload-name }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
analyze-code-graph:
9090
name: Analyze Code Graph
9191
needs: [prepare-code-to-analyze]
92-
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@7f43cf96d676f715cf278b020ce1dbb3338f900b # v2
92+
uses: JohT/code-graph-analysis-pipeline/.github/workflows/public-analyze-code-graph.yml@7f43cf96d676f715cf278b020ce1dbb3338f900b # main
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 }}

renovate.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -102,20 +102,6 @@
102102
"packageNameTemplate": "https://github.com/JohT/code-graph-analysis-pipeline",
103103
"currentValueTemplate": "main",
104104
"datasourceTemplate": "git-refs"
105-
},
106-
{
107-
"description": "Update code-graph-analysis-pipeline workflow digest",
108-
"customType": "regex",
109-
"fileMatch": [
110-
"(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$",
111-
"(^|/)action\\.ya?ml$"
112-
],
113-
"matchStrings": [
114-
"uses: JohT/code-graph-analysis-pipeline/\\.github/workflows/public-analyze-code-graph\\.yml@(?<currentDigest>.*?)\\s+"
115-
],
116-
"packageNameTemplate": "https://github.com/JohT/code-graph-analysis-pipeline",
117-
"currentValueTemplate": "main",
118-
"datasourceTemplate": "git-refs"
119105
}
120106
]
121107
}

0 commit comments

Comments
 (0)