Skip to content

Commit 4cbfd76

Browse files
authored
Merge branch 'main' into chore/conformance-tests
2 parents 8da1f3d + f40100c commit 4cbfd76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: make unit-test
7474

7575
- name: Upload coverage reports to Codecov
76-
uses: codecov/codecov-action@6d798873df2b1b8e5846dba6fb86631229fbcb17 # v4.4.0
76+
uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
7777
with:
7878
token: ${{ secrets.CODECOV_TOKEN }}
7979

@@ -101,7 +101,7 @@ jobs:
101101
run: npm --prefix ${{ github.workspace }}/internal/mode/static/nginx/modules install-ci-test
102102

103103
- name: Upload coverage reports to Codecov
104-
uses: codecov/codecov-action@6d798873df2b1b8e5846dba6fb86631229fbcb17 # v4.4.0
104+
uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
105105
with:
106106
token: ${{ secrets.CODECOV_TOKEN }}
107107

@@ -137,7 +137,7 @@ jobs:
137137
if: ${{ github.event_name == 'push' && github.ref != 'refs/heads/main' }}
138138

139139
- 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
141141
if: github.ref_type == 'tag'
142142

143143
- name: Install Cosign

0 commit comments

Comments
 (0)