Skip to content

Commit d9cd5d5

Browse files
authored
Merge pull request #225 from irfanuddinahmad/pin-actions-to-sha
chore: pin GitHub Actions workflows to full commit SHAs
2 parents 601cc5f + 8a46897 commit d9cd5d5

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
@@ -18,9 +18,9 @@ jobs:
1818
toxenv: [quality, docs, django42, django52]
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2222
- name: setup python
23-
uses: actions/setup-python@v5
23+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626

@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Run Coverage
3939
if: matrix.python-version == '3.12' && matrix.toxenv=='django42'
40-
uses: codecov/codecov-action@v5
40+
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
4141
with:
4242
token: ${{ secrets.CODECOV_TOKEN }}
4343
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@v4
14+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
1515
- name: setup python
16-
uses: actions/setup-python@v5
16+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
1717
with:
1818
python-version: 3.12
1919

0 commit comments

Comments
 (0)