This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new bb830ff8dd Add major verison info to reported version
bb830ff8dd is described below
commit bb830ff8dd96faa75e5dfeb60385ad8fb5b6817c
Author: Mark Thomas <[email protected]>
AuthorDate: Sat Aug 30 17:44:37 2025 +0100
Add major verison info to reported version
---
.github/workflows/coverity.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index d3876280f4..939a2804da 100644
--- a/.github/workflows/coverity.yml
+++ b/.github/workflows/coverity.yml
@@ -20,6 +20,7 @@ jobs:
- uses:
vapier/coverity-scan-action@2068473c7bdf8c2fb984a6a40ae76ee7facd7a85
with:
project: 'Apache Tomcat'
+ version: 12.0.x - ${{ github.sha }}
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
email: ${{ secrets.COVERITY_SCAN_EMAIL }}
build_language: java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]