Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
ci: use commit hash for setup python action
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Nov 6, 2023
1 parent 328c938 commit a596eb4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
path: Themerr-plex.bundle

- name: Set up Python
uses: LizardByte/[email protected]
# dependabot cannot pick up our tags, so use the commit hash
uses: LizardByte/setup-python-action@8851ba6849c1003134ced0581b34204f0c322cad
with:
python-version: '2.7'

Expand Down Expand Up @@ -145,7 +146,8 @@ jobs:
rm Themerr-plex.bundle.zip
- name: Set up Python
uses: LizardByte/[email protected]
# dependabot cannot pick up our tags, so use the commit hash
uses: LizardByte/setup-python-action@8851ba6849c1003134ced0581b34204f0c322cad
with:
python-version: '2.7'

Expand Down Expand Up @@ -203,7 +205,7 @@ jobs:
cat "${log_file}"
- name: Upload coverage
# any except cancelled or skipped
# any except canceled or skipped
if: always() && (steps.test.outcome == 'success' || steps.test.outcome == 'failure')
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit a596eb4

Please sign in to comment.