Skip to content

Pin reusable workflow actions to full commit SHAs#3591

Merged
nogates merged 2 commits into
masterfrom
nogates/fix-workflows-datadog-api-spec
May 27, 2026
Merged

Pin reusable workflow actions to full commit SHAs#3591
nogates merged 2 commits into
masterfrom
nogates/fix-workflows-datadog-api-spec

Conversation

@nogates
Copy link
Copy Markdown
Contributor

@nogates nogates commented May 27, 2026

What does this PR do?

The datadog-api-spec repo enforces a policy requiring all GitHub Actions to be pinned to full commit SHAs — tag references like @V3 or @v4 are rejected at job setup time, causing all test jobs to fail. This updates all reusable workflow files to pin every action to its full commit SHA. Triggered by failures seen in https://github.com/DataDog/datadog-api-spec/actions/runs/26498375372.

Additional Notes

(none)

Review checklist

  • This PR includes all newly recorded cassettes for any modified tests.
  • This PR does not rely on API client schema changes.
    • The CI should be fully passing.

datadog-api-spec enforces a policy requiring all actions to be pinned
to full commit SHAs; tag references like @v3/@v4 are rejected at job
setup, causing all test jobs to fail.
@nogates nogates requested review from a team as code owners May 27, 2026 09:32
@datadog-official

This comment has been minimized.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@nogates nogates merged commit 8175340 into master May 27, 2026
9 checks passed
@nogates nogates deleted the nogates/fix-workflows-datadog-api-spec branch May 27, 2026 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants