Skip to content

Commit 051fc99

Browse files
edx-requirements-botarbrandes
authored andcommitted
chore: Update Github action package versions with SHA commit
1 parent 28a5e70 commit 051fc99

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
@@ -14,10 +14,10 @@ jobs:
1414

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818

1919
- name: Setup Nodejs
20-
uses: actions/setup-node@v6
20+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2121
with:
2222
node-version-file: '.nvmrc'
2323

@@ -40,7 +40,7 @@ jobs:
4040
run: npm run build
4141

4242
- name: Run Coverage
43-
uses: codecov/codecov-action@v5
43+
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
4444
with:
4545
token: ${{ secrets.CODECOV_TOKEN }}
4646
fail_ci_if_error: true

0 commit comments

Comments
 (0)