build(deps): bump coverallsapp/github-action from 2.3.2 to 2.3.3 (#1640)

Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](43f11c4e05...4cdef0b2db)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-10-16 19:52:29 -07:00 коммит произвёл GitHub
Родитель 140dd945ce
Коммит 6191fb45c6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/coveralls.yml поставляемый
Просмотреть файл

@ -26,6 +26,6 @@ jobs:
- name: test
run: yarn test:ci
- name: Coveralls
uses: coverallsapp/github-action@43f11c4e058174f808ee9cd63701b6c42fe3f5e3 # v2.3.2
uses: coverallsapp/github-action@4cdef0b2dbe0c9aa26bed48edb868db738625e79 # v2.3.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}