Skip to content

Commit bec8100

Browse files
Hristo HristovHristo Hristov
authored andcommitted
fix: alert for unpinned tag for non-imutable acrion in workflow
1 parent 1574c6a commit bec8100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
run: yarn coverage
4040
- name: Publish to coveralls.io
4141
if: matrix.node-version == '20.x'
42-
uses: coverallsapp/github-action@v2.3.4
42+
uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8
4343
with:
4444
github-token: ${{ github.token }}

0 commit comments

Comments
 (0)