StingraySoftware / stingray

Anything can happen in the next half hour (including spectral timing made easy)!
https://stingray.science/stingray
MIT License
166 stars 137 forks source link

Fix security issue (dependabot issue 1), use new M1 Mac runner #795

Closed matteobachetti closed 5 months ago

matteobachetti commented 5 months ago

Fixes the security issue we are getting lately: https://github.com/StingraySoftware/stingray/security/dependabot/1

Also, adds a new M1 Mac runner for tests: https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (02fe583) 95.83% compared to head (adca601) 96.35%. Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #795 +/- ## ========================================== + Coverage 95.83% 96.35% +0.52% ========================================== Files 43 43 Lines 8784 8784 ========================================== + Hits 8418 8464 +46 + Misses 366 320 -46 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

matteobachetti commented 5 months ago

Made obsolete by #793