Skip to content

Commit aa711d9

Browse files
committed
build(deps): update coverallsapp/github-action digest to 4cdef0b
1 parent b5f4842 commit aa711d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- id: coveralls
8686
if: ${{ !github.event.inputs.skip_coveralls }}
8787
name: Coveralls
88-
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # v2
88+
uses: coverallsapp/github-action@4cdef0b2dbe0c9aa26bed48edb868db738625e79 # v2
8989
- id: sonarcloud
9090
if: ${{ !github.event.inputs.skip_sonarcloud }}
9191
name: SonarCloud Scan

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- id: coveralls
5454
if: ${{ !github.event.inputs.skip_coveralls }}
5555
name: Coveralls
56-
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # v2
56+
uses: coverallsapp/github-action@4cdef0b2dbe0c9aa26bed48edb868db738625e79 # v2
5757
- id: sonarcloud
5858
if: ${{ env.SONAR_TOKEN && !github.event.inputs.skip_sonarcloud }}
5959
name: SonarCloud Scan

0 commit comments

Comments
 (0)