Skip to content

Conversation

jmeridth
Copy link
Contributor

@jmeridth jmeridth commented Jun 8, 2024

  • add dependabot config
    • group dependency updates when minor/patch to reduce PRs
    • keep major dependency updates separate for visibility and testing
  • change workflow actions to SHAs instead of tags to secure supply chain
    • tags are mutable and malicious code could be injected, SHAs are immutable
    • format workflows
    • used frizbee locally to do this
      • frizbee ghactions -d .github/workflows

- [x] add dependabot config
  - group dependency updates when minor/patch to reduce PRs
  - keep major dependency updates separate for visibility and testing
- [x] change workflow actions to SHAs instead of tags to secure supply chain
  - tags are mutable and malicious code could be injected, SHAs are immutable

Signed-off-by: jmeridth <jmeridth@gmail.com>
@jmeridth jmeridth self-assigned this Jun 8, 2024
@jmeridth jmeridth requested a review from rmosolgo June 8, 2024 04:30
@rmosolgo
Copy link
Collaborator

Thanks for these improvements!

@rmosolgo rmosolgo merged commit 72b416b into master Jun 11, 2024
@jmeridth jmeridth deleted the jm_dependabot_and_gha branch June 11, 2024 13:53
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.

2 participants