File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
extensions/gubbins/.github/workflows Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9393 # https://docs.pypi.org/trusted-publishers/
9494 - name : Publish package on PyPI
9595 if : steps.check-tag.outputs.create-release == 'true'
96- uses : pypa/gh-action-pypi-publish@release/v1
96+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
9797
9898 docker :
9999 needs : deploy-pypi
Original file line number Diff line number Diff line change 2626
2727 draft :
2828 needs : get-pr
29- uses : DIRACGrid/.github/.github/workflows/draft-on-changes-requested.yml@main
29+ uses : DIRACGrid/.github/.github/workflows/draft-on-changes-requested.yml@eab297d50d33cf7eabf0b388ac57d1f91e36d14c # main
3030 with :
3131 pr_number : ${{ fromJSON(needs.get-pr.outputs.pr_number) }}
3232 secrets :
Original file line number Diff line number Diff line change 7373 - name : Run pytest
7474 run : pixi run pytest-${{ matrix.package }} --cov-report=xml:coverage.xml --junitxml=report.xml
7575 - name : Upload coverage report
76- uses : codecov/codecov-action@v5.5.2
76+ uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
7777
7878 pytest-integration :
7979 runs-on : ubuntu-latest
@@ -214,7 +214,7 @@ jobs:
214214 run : |
215215 pixi run -e ${{ matrix.extension == 'diracx' && 'default' || 'default-gubbins' }} python -m diracx.testing coverage collect-demo --demo-dir=../diracx-charts/.demo
216216 - name : Upload coverage report
217- uses : codecov/codecov-action@v5.5.2
217+ uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
218218 with :
219219 files : ./coverage-pytest.xml,./coverage-demo.xml
220220
Original file line number Diff line number Diff line change 4343 - name : Run pytest
4444 run : pixi run pytest-${{ matrix.package }} --cov-report=xml:coverage.xml --junitxml=report.xml
4545 - name : Upload coverage report
46- uses : codecov/codecov-action@v5.5.2
46+ uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
4747
4848 client-generation :
4949 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments