alpha-asp / Alpha

A lazy-grounding Answer-Set Programming system
BSD 2-Clause "Simplified" License
58 stars 10 forks source link

ci: Clean up GitHub Actions spec #313

Closed lorenzleutgeb closed 2 years ago

lorenzleutgeb commented 2 years ago

Improvements to our GitHub Actions configuration:

Action gradle/wrapper-validation-action

Checks that the file at /gradle/wrapper/gradle-wrapper.jar is known (on some allowlist). Raises the bar for someone to push a malicious JAR file to this repo.

Action gradle/gradle-build-action

Is a platform-independent way to invoke Gradle, and automatically handles caching. This way we don't have to provide different ways to invoke Gradle based on matrix.os.

codecov[bot] commented 2 years ago

Codecov Report

Merging #313 (e0aff89) into master (094dd3b) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #313   +/-   ##
=========================================
  Coverage     78.50%   78.50%           
  Complexity     2517     2517           
=========================================
  Files           189      189           
  Lines          8199     8199           
  Branches       1417     1417           
=========================================
  Hits           6437     6437           
  Misses         1319     1319           
  Partials        443      443           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 094dd3b...e0aff89. Read the comment docs.