Skip to content

Conversation

k1LoW
Copy link
Owner

@k1LoW k1LoW commented Mar 19, 2025

This pull request includes updates to the GitHub Actions workflows to pin specific action versions by their commit SHA. This change ensures more reliable and reproducible builds by preventing unexpected updates to actions.

Updates to GitHub Actions workflows:

  • .github/workflows/ci.yml: Updated action versions to use specific commit SHAs for actions/checkout, actions/setup-go, reviewdog/action-golangci-lint, and k1LoW/octocov-action. [1] [2] [3] [4]
  • .github/workflows/tagpr.yml: Updated action versions to use specific commit SHAs for actions/checkout, actions/setup-go, Songmu/tagpr, haya14busa/action-update-semver, goreleaser/goreleaser-action, docker/setup-qemu-action, docker/setup-buildx-action, docker/login-action, and docker/build-push-action. [1] [2] [3] [4]

Addition of configuration file:

  • .pinact.yaml: Added a configuration file for pinact to manage and ignore specific actions in YAML files.

@k1LoW k1LoW self-assigned this Mar 19, 2025
Copy link
Contributor

Code Metrics Report

main (2b104fb) #123 (97518c7) +/-
Coverage 49.1% 49.1% 0.0%
Code to Test Ratio 1:0.1 1:0.1 0.0
Test Execution Time 34s 36s +2s
Details
  |                     | main (2b104fb) | #123 (97518c7) | +/-  |
  |---------------------|----------------|----------------|------|
  | Coverage            |          49.1% |          49.1% | 0.0% |
  |   Files             |              5 |              5 |    0 |
  |   Lines             |            407 |            407 |    0 |
  |   Covered           |            200 |            200 |    0 |
  | Code to Test Ratio  |          1:0.1 |          1:0.1 |  0.0 |
  |   Code              |            581 |            581 |    0 |
  |   Test              |            103 |            103 |    0 |
- | Test Execution Time |            34s |            36s |  +2s |

Reported by octocov

@k1LoW k1LoW merged commit 5602f97 into main Mar 19, 2025
6 checks passed
@k1LoW k1LoW deleted the pindeps branch March 19, 2025 05:39
@github-actions github-actions bot mentioned this pull request Mar 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant