Converted the Gitea Actions workflow file (.gitea/workflows/docker-build.yaml) from full GitHub URL format to the short owner/repo@sha format, and added human-readable version comments.
Using short format (owner/repo@sha) is the standard Gitea Actions syntax — the full https://github.com/... URLs are not necessary and deviate from the expected format. The version comments (# v6, # v3.1.0, etc.) provide clear pinning reference for maintainers.
## Summary
Converted the Gitea Actions workflow file (`.gitea/workflows/docker-build.yaml`) from full GitHub URL format to the short `owner/repo@sha` format, and added human-readable version comments.
### Changes
- **`actions/checkout`** → `actions/checkout@df4cb1c...# v6`
- **`hadolint/hadolint-action`** → `hadolint/hadolint-action@54c9adb...# v3.1.0`
- **`ChristopherHX/gitea-upload-artifact`** → `ChristopherHX/gitea-upload-artifact@62ac910...# main`
- **`ChristopherHX/gitea-download-artifact`** → `ChristopherHX/gitea-download-artifact@75635f3...# main`
- **`docker/login-action`** → `docker/login-action@650006c...# v4`
### Why
Using short format (`owner/repo@sha`) is the standard Gitea Actions syntax — the full `https://github.com/...` URLs are not necessary and deviate from the expected format. The version comments (`# v6`, `# v3.1.0`, etc.) provide clear pinning reference for maintainers.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Converted the Gitea Actions workflow file (
.gitea/workflows/docker-build.yaml) from full GitHub URL format to the shortowner/repo@shaformat, and added human-readable version comments.Changes
actions/checkout→actions/checkout@df4cb1c...# v6hadolint/hadolint-action→hadolint/hadolint-action@54c9adb...# v3.1.0ChristopherHX/gitea-upload-artifact→ChristopherHX/gitea-upload-artifact@62ac910...# mainChristopherHX/gitea-download-artifact→ChristopherHX/gitea-download-artifact@75635f3...# maindocker/login-action→docker/login-action@650006c...# v4Why
Using short format (
owner/repo@sha) is the standard Gitea Actions syntax — the fullhttps://github.com/...URLs are not necessary and deviate from the expected format. The version comments (# v6,# v3.1.0, etc.) provide clear pinning reference for maintainers.