4343
4444 steps :
4545 - name : Harden the runner (Audit all outbound calls)
46- uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
46+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
4747 with :
4848 egress-policy : audit
4949
6363 # and https://docs.astral.sh/uv/guides/integration/github
6464 # Caching is enabled on on GitHub-hosted runners
6565 - name : Set up uv
66- uses : astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
66+ uses : astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
6767 with :
6868 python-version : ${{ matrix.python-version }}
6969
@@ -109,7 +109,7 @@ jobs:
109109 # continue-on-error: true
110110 # steps:
111111 # - name: Harden the runner (Audit all outbound calls)
112- # uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
112+ # uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
113113 # with:
114114 # egress-policy: audit
115115
@@ -133,7 +133,7 @@ jobs:
133133 url : https://pypi.org/p/airportsdata
134134 steps :
135135 - name : Harden the runner (Audit all outbound calls)
136- uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
136+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
137137 with :
138138 egress-policy : audit
139139
@@ -149,7 +149,7 @@ jobs:
149149 # and https://docs.astral.sh/uv/guides/integration/github
150150 # Caching is enabled on GitHub-hosted runners
151151 - name : Set up uv
152- uses : astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
152+ uses : astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
153153
154154 # Build using uv https://docs.astral.sh/uv/concepts/projects/build/
155155 - name : Build dist
0 commit comments