You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Using pinned versions of immutable Actions
* Use explicit immutable actions in sample workflow
* Use pinned commit in sample workflow and README
* Checksum verification for SpotBugs download
* Spaced out for readability
* Fixed link to LICENSE
* Changed to NOTE markup
* Updated CHANGELOG
* `spotbugs_version`: The version of SpotBugs to use. Default: `4.7.3`
24
+
* `spotbugs_checksum`: The SHA256 checksum of the SpotBugs tarball. Default is the checksum for the default version. Set to '' to disable checksum verification (not recommended).
25
+
* find the checksum for the SpotBugs version you specify on the [GitHub release page](https://github.com/spotbugs/spotbugs/releases)
23
26
* `findsecbugs_version`: The version of FindSecBugs to use. Default: `1.12.0`
27
+
* Maven Central releases are immutable, so there is no need to specify a checksum, but it is shown in the workflow log for traceability
24
28
* `spotbugs_target`: The target directory to run SpotBugs against. Default: `target/`
25
-
* `spotbugs_filename_glob`: The filenames to locate for SpotBugs, e.g. *.class, *.jar. Default: `*.jar`
29
+
* `spotbugs_filename_glob`: The filenames to locate for SpotBugs, e.g. `*.class`, `*.jar`. Default: `*.jar`
26
30
* `upload_sarif`: Whether to upload the SARIF file to GitHub Code Scanning. Default: `true`
27
31
* `java_distribution`: The Java distribution to use. Default: `microsoft`
28
32
* `java_version`: The Java version to use. Default: `11`
@@ -67,7 +71,8 @@ See [CODEOWNERS](CODEOWNERS) for the list of maintainers.
67
71
68
72
## Support
69
73
70
-
> ℹ️ This is an _unofficial_ tool created by Field Security Services, and is not officially supported by GitHub.
74
+
> [!NOTE]
75
+
> This is an _unofficial_ tool created by Field Security Services, and is not officially supported by GitHub.
0 commit comments