Skip to content

Commit e6b421f

Browse files
irfanuddinahmadarbrandes
authored andcommitted
chore: pin GitHub Actions workflows to full commit SHAs
1 parent ba3ee05 commit e6b421f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1616
with:
1717
fetch-depth: 0
1818
- name: Setup Nodejs
19-
uses: actions/setup-node@v5
19+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2020
with:
2121
node-version-file: '.nvmrc'
2222
- name: Install dependencies
@@ -30,7 +30,7 @@ jobs:
3030
- name: i18n_extract
3131
run: npm run i18n_extract
3232
- name: Coverage
33-
uses: codecov/codecov-action@v5
33+
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
3434
with:
3535
token: ${{ secrets.CODECOV_TOKEN }}
3636
fail_ci_if_error: true

0 commit comments

Comments
 (0)