File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
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@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
76
+ uses : codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.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@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
104
+ uses : codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.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@9fece9e20048ca9590af301449208b2b8861333b # v0.15.9
140
+ uses : anchore/sbom-action/download-syft@ab5d7b5f48981941c4c5d6bf33aeb98fe3bae38c # v0.15.10
141
141
if : github.ref_type == 'tag'
142
142
143
143
- name : Install Cosign
Original file line number Diff line number Diff line change 15
15
uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
16
16
17
17
- name : " Dependency Review"
18
- uses : actions/dependency-review-action@733dd5d4a5203f238c33806593ec0f5fc5343d8c # v4.2.4
18
+ uses : actions/dependency-review-action@5bbc3ba658137598168acb2ab73b21c432dd411b # v4.2.5
19
19
with :
20
20
config-file : " nginxinc/k8s-common/dependency-review-config.yml@main"
You can’t perform that action at this time.
0 commit comments