Skip to content

Commit

Permalink
chore(ci): pin full version
Browse files Browse the repository at this point in the history
  • Loading branch information
JP-Ellis committed Nov 14, 2024
1 parent 9b50a4d commit 848a7d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:

- name: Upload coverage
if: matrix.python-version == env.STABLE_PYTHON_VERSION && matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5
uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: tests
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
hatch run example --broker-url=http://pactbroker:pactbroker@localhost:9292
- name: Upload coverage
uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5
uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: examples
Expand Down

0 comments on commit 848a7d5

Please sign in to comment.