-
Notifications
You must be signed in to change notification settings - Fork 17
Description
For this PR (rugk/awesome-emoji-picker#182) which changes nothing code wise and also just a DependABot update I am getting strange errors:
11/26 22:45:10 ERROR c.c.t.r.ToolRepositoryRemote:151 - Failed to fetch patterns for SQLFluff (New) from API: Failed to list patterns for tool with UUID: eebd5ab6-3bef-4192-843c-f52bc4dce861 because of the following error: High not a member of Level: DownField(level),MoveRight,MoveRight,MoveRight,DownArray,DownField(data)
11/26 22:45:10 ERROR c.c.a.c.command.AnalyseCommand:115 - Could not get tools due to: Could not get remote project configuration: No credentials found. and Could not get tools due to: Failure getting patterns for tool with UUID eebd5ab6-3bef-4192-843c-f52bc4dce861. Error: High not a member of Level: DownField(level),MoveRight,MoveRight,MoveRight,DownArray,DownField(data)
Error: Process completed with exit code 100.
https://github.com/rugk/awesome-emoji-picker/actions/runs/19719486943/job/56499047901?pr=182
and here anoher PR, same problem: https://github.com/rugk/awesome-emoji-picker/actions/runs/19719003024/job/56497685820?pr=181
More up, the git submodules also may be an issue (though it's also fine if they are not checked since they do not belong to the repo/project):
11/26 22:22:27 ERROR c.c.a.core.files.FileCollector:96 - Could not read file /home/runner/work/awesome-emoji-picker/awesome-emoji-picker/src/common/modules/EnvironmentDetector, make sure it is readable by everybody.
11/26 22:22:27 ERROR c.c.a.core.files.FileCollector:96 - Could not read file /home/runner/work/awesome-emoji-picker/awesome-emoji-picker/src/common/modules/AddonSettings, make sure it is readable by everybody.
11/26 22:22:27 ERROR c.c.a.core.files.FileCollector:96 - Could not read file /home/runner/work/awesome-emoji-picker/awesome-emoji-picker/src/common/modules/PermissionRequest, make sure it is readable by everybody.
11/26 22:22:27 ERROR c.c.a.core.files.FileCollector:96 - Could not read file /home/runner/work/awesome-emoji-picker/awesome-emoji-picker/tests, make sure it is readable by everybody.
11/26 22:22:27 ERROR c.c.a.core.files.FileCollector:96 - Could not read file /home/runner/work/awesome-emoji-picker/awesome-emoji-picker/src/tests/helper, make sure it is readable by everybody.
11/26 22:22:27 ERROR c.c.a.core.files.FileCollector:96 - Could not read file /home/runner/work/awesome-emoji-picker/awesome-emoji-picker/src/common/modules/BrowserCommunication, make sure it is readable by everybody.
11/26 22:22:27 ERROR c.c.a.core.files.FileCollector:96 - Could not read file /home/runner/work/awesome-emoji-picker/awesome-emoji-picker/src/common/modules/Localizer, make sure it is readable by everybody.
11/26 22:22:27 ERROR c.c.a.core.files.FileCollector:96 - Could not read file /home/runner/work/awesome-emoji-picker/awesome-emoji-picker/src/common/modules/RandomTips, make sure it is readable by everybody.
11/26 22:22:27 ERROR c.c.a.core.files.FileCollector:96 - Could not read file /home/runner/work/awesome-emoji-picker/awesome-emoji-picker/src/common/modules/CommonCss, make sure it is readable by everybody.
11/26 22:22:27 ERROR c.c.a.core.files.FileCollector:96 - Could not read file /home/runner/work/awesome-emoji-picker/awesome-emoji-picker/src/common/modules/AutomaticSettings, make sure it is readable by everybody.
11/26 22:22:27 ERROR c.c.a.core.files.FileCollector:96 - Could not read file /home/runner/work/awesome-emoji-picker/awesome-emoji-picker/src/common/modules/Logger, make sure it is readable by everybody.
11/26 22:22:27 ERROR c.c.a.core.files.FileCollector:96 - Could not read file /home/runner/work/awesome-emoji-picker/awesome-emoji-picker/src/common/modules/MessageHandler, make sure it is readable by everybody.
11/26 22:22:27 ERROR c.c.a.core.files.FileCollector:96 - Could not read file /home/runner/work/awesome-emoji-picker/awesome-emoji-picker/src/common/modules/BrowserCompat, make sure it is readable by everybody.
But this was never before a problem.
Given #142 I had to disable result upload anyway, but it seems I may need to disable it entirely?
Or what's the issue here?
I also checked the docs whether some new GitHub workflow permission my be needed, but that does not seem to be the case,