Skip to content

Commit 7077bb1

Browse files
authored
Merge pull request #261 from irfanuddinahmad/pin-actions-to-sha
chore: pin GitHub Actions workflows to full commit SHAs
2 parents c0bbde8 + 02dcfe8 commit 7077bb1

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
@@ -24,9 +24,9 @@ jobs:
2424
]
2525

2626
steps:
27-
- uses: actions/checkout@v6
27+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828
- name: setup python
29-
uses: actions/setup-python@v6
29+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232

@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Run Coverage
4646
if: matrix.python-version == '3.12' && matrix.toxenv=='django52-celery53-drflatest'
47-
uses: codecov/codecov-action@v5
47+
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
4848
with:
4949
token: ${{ secrets.CODECOV_TOKEN }}
5050
flags: unittests

.github/workflows/pypi-publish.yml

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

1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515
- name: setup python
16-
uses: actions/setup-python@v6
16+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
1717
with:
1818
python-version: 3.12
1919

0 commit comments

Comments
 (0)