Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dependabot, update GitHub Actions #672

Merged
merged 3 commits into from
Mar 7, 2024
Merged

Conversation

pnacht
Copy link
Contributor

@pnacht pnacht commented Dec 6, 2023

Fixes #671.

This PR sets up dependabot to keep the repo's Actions up-to-date whenever a new major version is released for the Actions.

Dependabot is set up to only scan once a month and, should it find anything, all Actions with new versions will be updated in a single PR (see this PR as an example).

I've also gone ahead and updated the Actions to the latest major versions. In the case of coverallsapp/github-action, I changed it from @master to @v2 (the latest major version) to protect Jansson from a potential broken HEAD commit in that Action. I can't do the same for the oss-fuzz Actions because they must be @master to work properly.

pnacht and others added 3 commits December 6, 2023 23:10
@akheron akheron merged commit f52d79a into akheron:master Mar 7, 2024
11 of 12 checks passed
@akheron
Copy link
Owner

akheron commented Mar 7, 2024

Merged, thanks!

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.

Keep GitHub Actions up-to-date with dependabot
2 participants