Skip to content

Releases: vapier/coverity-scan-action

Update to actions/cache@v4

06 Mar 03:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.0...v1.8.0

v1

06 Mar 03:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.0...v1

Update to actions/cache@v3

11 Nov 02:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.7.0

Support spaces in Coverity project names

21 Oct 08:43
613951e
Compare
Choose a tag to compare

What's Changed

  • Encode the project name with space by @Priya5 in #6

New Contributors

  • @Priya5 made their first contribution in #6

Full Changelog: v1.5.0...v1.6.0

Cleanup redundant submit settings

21 Oct 02:27
Compare
Choose a tag to compare

Drop --form project=... usage when uploading results to Coverity.

Handle GH deprecations

19 Oct 18:56
Compare
Choose a tag to compare

Update set-output & actions/checkout@v3 usage to avoid GH deprecation warnings.

switch caching logic to use md5 hashes

27 Jul 06:45
Compare
Choose a tag to compare

Coverity provides a way to fetch the md5 hash of the current archive, so switch the caching logic over to that rather than the custom header sniffing of filenames.

This will invalidate existing caches based on filenames, but shouldn't be too big of a deal since caches automatically expire normally too.

add working-directory config option

17 Feb 05:58
Compare
Choose a tag to compare
Add working-directory support

Building my project requires a customized ./configure step which creates
a new directory where make must be run from inside this subdirectory. As
working-directory is currently not supported for "uses:" steps, the
cleanest option to address this is in this action itself.

Adding support for providing a 'working-directory' variable allows us to
take advantage of using this scan action.

add caching support

10 Feb 03:49
Compare
Choose a tag to compare

cache the Coverity tool between runs to save time on downloading & unpacking

Automatic project default

06 Feb 01:18
Compare
Choose a tag to compare

Calculate a reasonable default for project automatically