mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/timw/fix-coverity-request'
* origin/topic/timw/fix-coverity-request: CI: Fix escaping in coverity workflow
This commit is contained in:
commit
e0961da7b9
3 changed files with 8 additions and 4 deletions
6
.github/workflows/coverity-scan.yml
vendored
6
.github/workflows/coverity-scan.yml
vendored
|
@ -53,9 +53,9 @@ jobs:
|
|||
COVERITY_TOKEN: ${{ secrets.COVERITY_TOKEN }}
|
||||
run: |
|
||||
curl \
|
||||
-o coverity_tool.gz
|
||||
-d token=${COVERITY_TOKEN}
|
||||
-d project=Bro
|
||||
-o coverity_tool.gz \
|
||||
-d token=${COVERITY_TOKEN} \
|
||||
-d project=Bro \
|
||||
https://scan.coverity.com/download/cxx/linux64
|
||||
tar xzf coverity_tool.tgz
|
||||
rm coverity_tool.tgz
|
||||
|
|
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
|||
7.2.0-dev.43 | 2025-01-08 08:38:25 -0700
|
||||
|
||||
* CI: Fix escaping in coverity workflow (Tim Wojtulewicz, Corelight)
|
||||
|
||||
7.2.0-dev.40 | 2025-01-07 11:41:31 -0700
|
||||
|
||||
* Add 7.1 contributors to NEWS file [skip ci] (Christian Kreibich, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
7.2.0-dev.40
|
||||
7.2.0-dev.43
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue