Skip to content

Commit 59a0f85

Browse files
used coactions/setup-xvfb as gabrielbb/xvfb-action deprecated and bump codecov/codecov-action version to 3.1.2
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
1 parent 986772f commit 59a0f85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,23 @@ jobs:
3838

3939
# Run tests
4040
- name: Build and Test
41-
uses: GabrielBB/xvfb-action@fe2609f8182a9ed5aee7d53ff3ed04098a904df2 #v1.0
41+
uses: coactions/setup-xvfb@444ca28f4e2a202eaca29ab77fb55a5838d2f482 #v1.0.1
4242
env:
4343
NODE_OPTIONS: --max_old_space_size=16384
4444
with:
4545
run: npm run test:coverage --silent
4646

4747
# Upload coverage to codecov.io
4848
- name: Codecov
49-
uses: codecov/codecov-action@07127fde53bc3ccd346d47ab2f14c390161ad108 #v1.0.12
49+
uses: codecov/codecov-action@40a12dcee2df644d47232dde008099a3e9e4f865 #v3.1.2
5050
if: runner.os == 'Linux'
5151
with:
5252
file: ./out/coverage/coverage-final.json
5353

5454
# UI tests fail under linux
5555
# Run UI tests
5656
- name: Run UI Tests
57-
uses: GabrielBB/xvfb-action@86d97bde4a65fe9b290c0b3fb92c2c4ed0e5302d #v1.6
57+
uses: coactions/setup-xvfb@444ca28f4e2a202eaca29ab77fb55a5838d2f482 #v1.0.1
5858
env:
5959
NODE_OPTIONS: --max_old_space_size=16384
6060
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)