From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 04:51:40 +0000 (+0200) Subject: Build(deps): Bump coverallsapp/github-action from 1.2.2 to 1.2.4 (#38183) X-Git-Tag: v5.3.0-alpha2~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ebcb6c4262ce33c51066e31100e7d83fe915bd39;p=thirdparty%2Fbootstrap.git Build(deps): Bump coverallsapp/github-action from 1.2.2 to 1.2.4 (#38183) Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.2.2 to 1.2.4. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v1.2.2...v1.2.4) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index 10d6da3305..642813a970 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -45,7 +45,7 @@ jobs: run: npm run js-test - name: Run Coveralls - uses: coverallsapp/github-action@v1.2.2 + uses: coverallsapp/github-action@v1.2.4 with: github-token: "${{ secrets.GITHUB_TOKEN }}" path-to-lcov: "./js/coverage/lcov.info"