fix: standardize Gitea Actions workflow format and add version comments #8

Merged
jcabillot merged 1 commits from fix/action-version-comments into master 2026-06-11 21:13:24 -04:00
Owner

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/checkoutactions/checkout@df4cb1c...# v6
  • hadolint/hadolint-actionhadolint/hadolint-action@54c9adb...# v3.1.0
  • ChristopherHX/gitea-upload-artifactChristopherHX/gitea-upload-artifact@62ac910...# main
  • ChristopherHX/gitea-download-artifactChristopherHX/gitea-download-artifact@75635f3...# main
  • docker/login-actiondocker/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.

## 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.
cloudix_mcp_server added 1 commit 2026-06-11 19:20:18 -04:00
fix: convert action URLs to short format and add version comments
Docker Build and Push / lint (pull_request) Successful in 9s
Docker Build and Push / build (pull_request) Successful in 36s
Docker Build and Push / test (pull_request) Successful in 19s
Docker Build and Push / push (pull_request) Has been skipped
9e8fd309a2
jcabillot was assigned by cloudix_mcp_server 2026-06-11 19:21:54 -04:00
jcabillot merged commit 3183d7b6ca into master 2026-06-11 21:13:24 -04:00
jcabillot deleted branch fix/action-version-comments 2026-06-11 21:13:24 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: perso/sslscan#8