Skip to content

Commit c2b0fb1

Browse files
dependabot[bot]thibaultcha
authored andcommitted
chore(ci) 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@cfd0633...648a8eb) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 49a25bc commit c2b0fb1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
steps:
171171
- name: Coveralls Finished
172172
if: ${{ !env.ACT }}
173-
uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2
173+
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2
174174
with:
175175
github-token: ${{ secrets.GITHUB_TOKEN }}
176176
parallel-finished: true

.github/workflows/job-unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
echo "name=$name" >> $GITHUB_OUTPUT
183183
- name: Coveralls Upload
184184
if: ${{ !env.ACT && inputs.coverage }}
185-
uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2
185+
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2
186186
with:
187187
github-token: ${{ secrets.GITHUB_TOKEN }}
188188
flag-name: ${{ steps.lcov.outputs.name }}

.github/workflows/job-valgrind-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
echo "name=$name" >> $GITHUB_OUTPUT
171171
- name: Coveralls Upload
172172
if: ${{ !env.ACT && inputs.coverage }}
173-
uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2
173+
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2
174174
with:
175175
github-token: ${{ secrets.GITHUB_TOKEN }}
176176
flag-name: ${{ steps.lcov.outputs.name }}

0 commit comments

Comments
 (0)