File tree Expand file tree Collapse file tree 3 files changed +2
-16
lines changed Expand file tree Collapse file tree 3 files changed +2
-16
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments