(tomcat) branch main updated: Bump vapier/coverity-scan-action from 1.8.0 to 1.9.0 (#1046)
| Newsgroups | gmane.comp.jakarta.tomcat.devel |
|---|---|
| Message-ID | <178695564649.1495952.8935402827676858284@gitbox3-he-fi.apache.org> |
This is an automated email from the ASF dual-hosted git repository.
markt-asf 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 aff9a72f32 Bump vapier/coverity-scan-action from 1.8.0 to 1.9.0 (#1046)
aff9a72f32 is described below
commit aff9a72f32b05cfa52c297a1d9be293adc2b2383
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 17 09:34:01 2026 +0100
Bump vapier/coverity-scan-action from 1.8.0 to 1.9.0 (#1046)
Bumps [vapier/coverity-scan-action](https://github.com/vapier/coverity-scan-action) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/vapier/coverity-scan-action/releases)
- [Commits](https://github.com/vapier/coverity-scan-action/compare/2068473c7bdf8c2fb984a6a40ae76ee7facd7a85...1b6fd4eaba6651aa354c9ea7f48caa1710b4e12e)
---
updated-dependencies:
- dependency-name: vapier/coverity-scan-action
dependency-version: 1.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/coverity.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index bfef98b4da..e3a9465d26 100644
--- a/.github/workflows/coverity.yml
+++ b/.github/workflows/coverity.yml
@@ -32,7 +32,7 @@ jobs:
with:
java-version: 21
distribution: temurin
- - uses: vapier/coverity-scan-action@2068473c7bdf8c2fb984a6a40ae76ee7facd7a85
+ - uses: vapier/coverity-scan-action@1b6fd4eaba6651aa354c9ea7f48caa1710b4e12e
with:
project: 'Apache Tomcat'
version: 12.0.x - ${{ github.sha }}