Skip to content

Commit 2e191bc

Browse files
chore: pin GitHub Actions to full commit SHAs
1 parent ab2ab57 commit 2e191bc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
lint:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1313
- name: Install uv
14-
uses: astral-sh/setup-uv@v5
14+
uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5
1515
- name: Check formatting
1616
run: uvx ruff format --check .
1717
- name: Check linting
@@ -24,9 +24,9 @@ jobs:
2424
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', 'pypy3.9', 'pypy3.11']
2525

2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2828
- name: Set up Python ${{ matrix.python-version }}
29-
uses: actions/setup-python@v5
29+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232
- name: Install dependencies
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
pytest --cov --cov-branch --cov-report=xml
3939
- name: Upload coverage reports to Codecov
40-
uses: codecov/codecov-action@v5
40+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
4141
with:
4242
token: ${{ secrets.CODECOV_TOKEN }}
4343
slug: mixpanel/mixpanel-python

0 commit comments

Comments
 (0)