Skip to content

Commit 3a3d22b

Browse files
authored
Merge pull request #154 from openedx/repo-tools/update-code-23fa7cc
chore: Update Github action package versions with SHA commit
2 parents 23fa7cc + 4c2d72e commit 3a3d22b

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@v6
15+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616
with:
1717
fetch-depth: 0
1818
- name: Setup Nodejs
19-
uses: actions/setup-node@v6
19+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.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@v6
33+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
3434
with:
3535
token: ${{ secrets.CODECOV_TOKEN }}
3636
fail_ci_if_error: true

0 commit comments

Comments
 (0)