ci: update uses
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3s

This commit is contained in:
2026-01-24 19:08:30 +08:00
parent b7a0a9399e
commit ae1cfb214a
167 changed files with 287022 additions and 2 deletions

16
.gitea/actions/golangci-lint-action/dist/matchers.json generated vendored Normal file
View File

@@ -0,0 +1,16 @@
{
"problemMatcher": [
{
"owner": "go",
"pattern": [
{
"regexp": "^\\s*(\\.{0,2}[\\/\\\\].+\\.go):(?:(\\d+):(\\d+):)? (.*)",
"file": 1,
"line": 2,
"column": 3,
"message": 4
}
]
}
]
}

111335
.gitea/actions/golangci-lint-action/dist/post_run/index.js generated vendored Normal file

File diff suppressed because one or more lines are too long

111335
.gitea/actions/golangci-lint-action/dist/run/index.js generated vendored Normal file

File diff suppressed because one or more lines are too long