Skip to content

Commit 60819a2

Browse files
irfanuddinahmadfeanil
authored andcommitted
chore: pin GitHub Actions workflows to full commit SHAs
1 parent 200db77 commit 60819a2

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, django52, check_keywords]
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2222
- name: setup python
23-
uses: actions/setup-python@v4
23+
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1
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=='django52'
40-
uses: codecov/codecov-action@v4
40+
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
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
@@ -12,9 +12,9 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
1616
- name: setup python
17-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1
1818
with:
1919
python-version: 3.12
2020

0 commit comments

Comments
 (0)