File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 73
73
run : make unit-test
74
74
75
75
- name : Upload coverage reports to Codecov
76
- uses : codecov/codecov-action@6d798873df2b1b8e5846dba6fb86631229fbcb17 # v4.4.0
76
+ uses : codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
77
77
with :
78
78
token : ${{ secrets.CODECOV_TOKEN }}
79
79
@@ -101,7 +101,7 @@ jobs:
101
101
run : npm --prefix ${{ github.workspace }}/internal/mode/static/nginx/modules install-ci-test
102
102
103
103
- name : Upload coverage reports to Codecov
104
- uses : codecov/codecov-action@6d798873df2b1b8e5846dba6fb86631229fbcb17 # v4.4.0
104
+ uses : codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
105
105
with :
106
106
token : ${{ secrets.CODECOV_TOKEN }}
107
107
@@ -137,7 +137,7 @@ jobs:
137
137
if : ${{ github.event_name == 'push' && github.ref != 'refs/heads/main' }}
138
138
139
139
- name : Download Syft
140
- uses : anchore/sbom-action/download-syft@7ccf588e3cf3cc2611714c2eeae48550fbc17552 # v0.15.11
140
+ uses : anchore/sbom-action/download-syft@e8d2a6937ecead383dfe75190d104edd1f9c5751 # v0.16.0
141
141
if : github.ref_type == 'tag'
142
142
143
143
- name : Install Cosign
You can’t perform that action at this time.
0 commit comments