| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -111,7 +111,7 @@ jobs: | |||
| 111 | 111 | - name: Test with Pytest | |
| 112 | 112 | run: poetry run pytest --durations=20 --timeout=60 -v --cov=zeroconf --cov-branch --cov-report xml --cov-report html --cov-report term-missing tests | |
| 113 | 113 | - name: Upload coverage to Codecov | |
| 114 | - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v5 | ||
| 114 | + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v5 | ||
| 115 | 115 | with: | |
| 116 | 116 | token: ${{ secrets.CODECOV_TOKEN }} | |
| 117 | 117 | ||
@@ -144,7 +144,7 @@ jobs: | |||
| 144 | 144 | REQUIRE_CYTHON=1 poetry install --only=main,dev | |
| 145 | 145 | shell: bash | |
| 146 | 146 | - name: Run benchmarks | |
| 147 | - uses: CodSpeedHQ/action@3194d9a39c4d46684cb44bf7207fc56626aad8fd # v3 | ||
| 147 | + uses: CodSpeedHQ/action@9d332c4d90b43981c3e55ae8e38e68709996240f # v3 | ||
| 148 | 148 | with: | |
| 149 | 149 | token: ${{ secrets.CODSPEED_TOKEN }} | |
| 150 | 150 | run: poetry run pytest --no-cov -vvvvv --codspeed tests/benchmarks | |
@@ -303,7 +303,7 @@ jobs: | |||
| 303 | 303 | python-version: "3.12" | |
| 304 | 304 | - name: Set up QEMU | |
| 305 | 305 | if: ${{ matrix.qemu }} | |
| 306 | - uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 | ||
| 306 | + uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0 | ||
| 307 | 307 | with: | |
| 308 | 308 | platforms: all | |
| 309 | 309 | # This should be temporary | |
| Back | FazBrowse Home | New Git URL |
0 commit comments