We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed3380 commit fbdd28bCopy full SHA for fbdd28b
.github/workflows/release-package.yml
@@ -33,6 +33,14 @@ jobs:
33
- release
34
if: ${{ needs.release.outputs.previous_version != needs.release.outputs.current_version }}
35
steps:
36
+ - name: Harden the runner (Audit all outbound calls)
37
+ uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
38
+ with:
39
+ egress-policy: audit
40
+
41
+ - name: Checkout
42
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43
44
# This workflow and the publish workflows are based on:
45
# - https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
46
# - https://www.andrlik.org/dispatches/til-use-uv-for-build-and-publish-github-actions/
0 commit comments