Skip to content

Commit 0ac4914

Browse files
Build(deps): bump coverallsapp/github-action from 2.3.4 to 2.3.6 (#1426)
* Build(deps): bump coverallsapp/github-action from 2.3.4 to 2.3.6 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.4 to 2.3.6. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](coverallsapp/github-action@v2.3.4...v2.3.6) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update tests.yml: use Ubuntu 22.04 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maciej Brencz <maciej.brencz@gmail.com>
1 parent 6b9c6c3 commit 0ac4914

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ on:
1010

1111
jobs:
1212
test:
13-
runs-on: ubuntu-latest
13+
# https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
14+
#
15+
# Use Ubuntu 22.04 to simplify running Chrome in a sandbox
16+
# https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md
17+
runs-on: ubuntu-22.04
1418
timeout-minutes: 5
1519

1620
strategy:
@@ -82,7 +86,7 @@ jobs:
8286
# upload coverage report for just one of Node.js version matrix runs
8387
- name: Upload coverage report to Coveralls
8488
if: matrix.node-version == '16.x'
85-
uses: coverallsapp/github-action@v2.3.4
89+
uses: coverallsapp/github-action@v2.3.6
8690
continue-on-error: true
8791
with:
8892
github-token: ${{ github.token }}

0 commit comments

Comments
 (0)