Skip to content

Pin GitHub Actions to specific commit SHAs and add Dependabot#193

Merged
cruizba merged 1 commit intomasterfrom
pin-actions-add-dependabot
Mar 22, 2026
Merged

Pin GitHub Actions to specific commit SHAs and add Dependabot#193
cruizba merged 1 commit intomasterfrom
pin-actions-add-dependabot

Conversation

@cruizba
Copy link
Copy Markdown
Member

@cruizba cruizba commented Mar 22, 2026

Summary

  • Add Dependabot configuration for weekly GitHub Actions dependency updates
  • Pin all action references to immutable commit SHAs instead of mutable tags (e.g. @v4, @main)
  • Affected actions: actions/checkout, actions/setup-node, actions/download-artifact, OpenVidu/actions/build-openvidu-components-angular, OpenVidu/actions/start-openvidu-local-deployment

Why

Pinning to commit SHAs prevents supply chain attacks where a tag could be moved to point to malicious code. This is a GitHub security best practice.

Dependabot will keep the pinned SHAs up to date automatically.

@cruizba cruizba merged commit fc552dd into master Mar 22, 2026
3 of 4 checks passed
@cruizba cruizba deleted the pin-actions-add-dependabot branch April 15, 2026 12:23
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