Skip to content

Commit 04e1e23

Browse files
ci(github): fix "Unpinned tag for a non-immutable Action in workflow"
1 parent df94bba commit 04e1e23

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Release Please
18-
uses: googleapis/release-please-action@v5
18+
uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0
1919
id: release
2020
with:
2121
release-type: node

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: npm run test:ci
2828

2929
- name: Upload coverage reports to Codecov
30-
uses: codecov/codecov-action@v6
30+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
3131
with:
3232
token: ${{ secrets.CODECOV_TOKEN }}
3333

0 commit comments

Comments
 (0)