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 to monitor GitHub Actions and Python dependencies #984

Merged
merged 2 commits into from
Mar 4, 2024

Conversation

pnacht
Copy link
Contributor

@pnacht pnacht commented Dec 27, 2023

Hey, it's Pedro (see #930 and #980) and I'm back with another security suggestion.

This PR is similar to the ones I sent to Keras and KerasCV. However, since all your Python dependencies are unbounded, I've configured Dependabot to only monitor the GitHub Actions used in KerasTuner's workflows.

I've also configured Dependabot to send a single monthly PR (every 1st of the month) updating all Actions with new versions. For an example of what that looks like, see the PR in my fork: pnacht#1.

I have taken the liberty of merging that Dependabot PR into this one so you don't receive a similar one right after merging this one.

(Following keras-team/keras#18833 (comment), I haven't sent an issue for this. Let me know if KerasTuner prefers always having an accompanying issue to discuss my contributions).

pnacht and others added 2 commits December 27, 2023 20:28
Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-python](https://github.com/actions/setup-python).


Updates `actions/checkout` from 3 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

Updates `actions/setup-python` from 4 to 5
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Copy link

codecov bot commented Dec 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7430e6c) 98.37% compared to head (030223e) 98.37%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #984   +/-   ##
=======================================
  Coverage   98.37%   98.37%           
=======================================
  Files          50       50           
  Lines        3085     3085           
=======================================
  Hits         3035     3035           
  Misses         50       50           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@haifeng-jin haifeng-jin merged commit 43b7c98 into keras-team:master Mar 4, 2024
10 checks passed
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