Skip to content

Commit 7845665

Browse files
authored
Merge branch 'main' into main
2 parents 4d98452 + b023acf commit 7845665

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/linting.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Linting
33
on:
44
push:
55
pull_request:
6+
types: [opened, synchronize, reopened, edited]
67
workflow_dispatch:
78

89
permissions:

.github/workflows/testing.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ jobs:
285285
--ignore=test/test_language_parser.py
286286
- name: Upload code coverage to codecov
287287
if: env.sbom != 'true'
288-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
288+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
289289
with:
290290
token: ${{ secrets.CODECOV_TOKEN }}
291291
files: coverage.xml
@@ -388,7 +388,7 @@ jobs:
388388
test/test_language_scanner.py
389389
- name: Upload code coverage to codecov
390390
if: env.sbom != 'true'
391-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
391+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
392392
with:
393393
token: ${{ secrets.CODECOV_TOKEN }}
394394
files: coverage.xml
@@ -491,7 +491,7 @@ jobs:
491491
test/test_scanner.py
492492
- name: Upload code coverage to codecov
493493
if: env.sbom != 'true'
494-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
494+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
495495
with:
496496
token: ${{ secrets.CODECOV_TOKEN }}
497497
files: coverage.xml
@@ -595,7 +595,7 @@ jobs:
595595
test/test_cvedb.py
596596
- name: Upload code coverage to codecov
597597
if: env.sbom != 'true'
598-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
598+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
599599
with:
600600
token: ${{ secrets.CODECOV_TOKEN }}
601601
files: coverage.xml
@@ -873,7 +873,7 @@ jobs:
873873
-o junit_family=legacy
874874
--durations=50
875875
- name: Upload code coverage to codecov
876-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
876+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
877877
with:
878878
files: coverage.xml
879879
flags: windows_long_tests

0 commit comments

Comments
 (0)