File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9797 if : ${{ startsWith(matrix.os, 'macos-') && matrix.resolution == 'lowest-direct' }}
9898 run : uv run just checkgenerate
9999
100- - uses : codecov/codecov-action@v5
100+ - uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
101101 if : ${{ matrix.coverage == 'cov' }}
102102
103103 publish :
Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ jobs:
3030 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131
3232 - name : Initialize CodeQL
33- uses : github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
33+ uses : github/codeql-action/init@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
3434 with :
3535 languages : ${{ matrix.language }}
3636 build-mode : ${{ matrix.build-mode }}
3737
3838 - name : Perform CodeQL Analysis
39- uses : github/codeql-action/analyze@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
39+ uses : github/codeql-action/analyze@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
4040 with :
4141 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 4646 uv run python scripts/generate_wheels.py
4747 working-directory: protoc-gen-connect-python
4848
49- - uses : actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1 .0
49+ - uses : actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2 .0
5050 with :
5151 subject-checksums : out/checksums.txt
5252
You can’t perform that action at this time.
0 commit comments