You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: pin github actions by hash and update via dependabot (#6626)
## Summary of changes
- **Add dependabot for github actions**
- **Pin actions by hash**
## Reason for change
Pinning 3rd-party GitHub Actions by commit SHA makes them less
vulnerable to compromise of the 3rd party. To avoid outdating and
non-verbosity, versions are commented after the SHA and updating via
dependabot is introduced that will automatically update the commented
version tag as well.
In case of a false commit SHA, this change could break the corresponding
workflow. Typically, this does not cause major interruptions, but it can
for example affect a release pipeline and require restart causing
delays.
## Implementation details
## Test coverage
## Other details
<!-- Fixes #{issue} -->
<!-- ⚠️ Note: where possible, please obtain 2 approvals prior to
merging. Unless CODEOWNERS specifies otherwise, for external teams it is
typically best to have one review from a team member, and one review
from apm-dotnet. Trivial changes do not require 2 reviews. -->
0 commit comments