Skip to content

Commit c67387c

Browse files
authored
Merge pull request #930 from finos/renovate/workflows-manager
2 parents defcff1 + 7b57ebd commit c67387c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
npm run test-coverage-ci --workspaces --if-present
5353
5454
- name: Upload test coverage report
55-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
55+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
5656
with:
5757
files: ./coverage/lcov.info
5858
token: ${{ secrets.CODECOV_TOKEN }}
@@ -71,13 +71,13 @@ jobs:
7171
path: build
7272

7373
- name: Download the build folders
74-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
74+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
7575
with:
7676
name: build
7777
path: build
7878

7979
- name: Run cypress test
80-
uses: cypress-io/github-action@18a6541367f4580a515371905f499a27a44e8dbe # v6.7.12
80+
uses: cypress-io/github-action@9c318d4f950c2f0ff2e96fa4dc4279e5706efd8e # v6.7.14
8181
with:
8282
start: npm start &
8383
wait-on: "http://localhost:3000"

0 commit comments

Comments
 (0)