Skip to content

Add dependabot config and pin GitHub Actions to a commit SHA - #1073

Open
vharseko wants to merge 2 commits into
OpenIdentityPlatform:masterfrom
vharseko:feature/github-actions-dependabot
Open

vharseko wants to merge 2 commits into
OpenIdentityPlatform:masterfrom
vharseko:feature/github-actions-dependabot

Conversation

@vharseko

Copy link
Copy Markdown
Member

Summary

  • Add .github/dependabot.yml so Dependabot checks github-actions in .github/workflows weekly, groups all action bumps into one PR, and labels it ci/dependencies — as in Harden GitHub Actions workflows: token permissions, SHA pinning, latest actions OpenIG#170.
  • Pin the remaining actions/* and github/codeql-action/* refs that were still on a moving @vX tag to their current commit SHA, with a trailing # vX.Y.Z comment, matching the SHA-pinning style already used for docker/*, softprops/* and aquasecurity/* actions in these workflows.

Test plan

  • Verified no @vX-only action references remain in .github/workflows/*.yml

As in OpenIdentityPlatform/OpenIG#170: weekly check of github-actions
in .github/workflows, grouped into a single PR, labeled ci/dependencies.
Tag refs like @v6 can be repointed by the maintainer; the trailing
comment records the version each SHA currently resolves to, matching
what the new dependabot.yml now keeps updated.
@vharseko vharseko added CI dependencies Pull requests that update a dependency file labels Sep 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant