Skip to content

Commit 481b151

Browse files
authored
Merge pull request #553 from openedx/repo-tools/update-code-e2acb70
chore: Update Github action package versions with SHA commit
2 parents e2acb70 + 7dc5574 commit 481b151

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
os: 'ubuntu-24.04'
3131

3232
steps:
33-
- uses: actions/checkout@v6
33+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3434
- name: setup python
35-
uses: actions/setup-python@v6
35+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838

@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Run Coverage
5151
if: matrix.python-version == '3.12' && matrix.toxenv=='django42'
52-
uses: codecov/codecov-action@v6
52+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
5353
with:
5454
flags: unittests
5555
fail_ci_if_error: true

.github/workflows/publish_pypi.yml

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

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616
- name: setup python
17-
uses: actions/setup-python@v6
17+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
1818
with:
1919
python-version: 3.12
2020

0 commit comments

Comments
 (0)