File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 33
44on :
55 push :
6- branches : [trunk]
6+ branches : [ trunk ]
77 pull_request :
88 workflow_dispatch :
99
1212 PIP_DISABLE_PIP_VERSION_CHECK : " 1"
1313 PIP_NO_PYTHON_VERSION_WARNING : " 1"
1414
15- permissions : {}
15+ permissions : { }
1616
1717jobs :
1818 build-package :
2323 - uses : actions/checkout@v4
2424 with :
2525 fetch-depth : 0
26+ persist-credentials : false
2627
2728 - uses : hynek/build-and-inspect-python-package@v2
2829 id : baipp
5960 - name : Run tests
6061 run : " python -Im nox --non-interactive --error-on-external-run --tag tests --python ${{ matrix.python-version }}"
6162 - name : Upload coverage data
62- uses : actions /upload-artifact@v4
63+ uses : PaloAltoNetworks /upload-secure- artifact@v1.0.5
6364 with :
6465 name : coverage-data-${{ matrix.python-version }}
6566 path : .coverage.*
7475
7576 steps :
7677 - uses : actions/checkout@v4
78+ with :
79+ persist-credentials : false
7780 - uses : actions/setup-python@v5
7881 with :
7982 python-version : " 3.12"
9699 coverage report --fail-under=100
97100
98101 - name : Upload HTML report if check failed.
99- uses : actions /upload-artifact@v4
102+ uses : PaloAltoNetworks /upload-secure- artifact@v1.0.5
100103 with :
101104 name : html-report
102105 path : htmlcov
You can’t perform that action at this time.
0 commit comments