diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9acda238..413cd03e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -85,7 +85,7 @@ jobs: run: uv run --group test pytest --cov=src --cov=tests --cov-report=xml -n auto - name: Upload test coverage reports to Codecov with GitHub Action - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 - name: Run tests with lowest resolution if: matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest' diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index 7229e346..6d6b6b04 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -43,6 +43,6 @@ jobs: always() && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) - uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4 + uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4 with: sarif_file: zizmor.sarif