Skip to content

Compliance Category: Action SHA Pinning (3 findings) #360

@don-petry

Description

@don-petry

Compliance Category: Action SHA Pinning (3 findings)

Category: action-sha-pinning
Severity: error
Affected repos: .github-private (1 repo)

Summary

Three workflow files in .github-private use unpinned GitHub Actions instead of pinning to SHAs. Actions must be pinned to specific commits for security and reproducibility.

Affected Checks

Workflow Finding
daily-pr-review-health.yml unpinned-actions-daily-pr-review-health.yml
repair-pr-approvals.yml unpinned-actions-repair-pr-approvals.yml
test.yml unpinned-actions-test.yml

Remediation

Update each workflow file to pin all action references to specific commit SHAs instead of branch names (e.g., actions/checkout@e7e0efcc... instead of actions/checkout@main).

Reference: GitHub Actions Security - Pin to SHA


This issue was automatically created by the compliance audit and groups 3 action SHA pinning findings in .github-private.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions