Skip to content

Commit 99dbb16

Browse files
authored
ci: pin third-party actions to Apache-approved SHAs (#2266)
## Which issue does this PR close? <!-- We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123. --> - Closes #. ## What changes are included in this PR? Pin `astral-sh/setup-uv` to commit SHAs from Apache's [infrastructure-actions allowlist](https://github.com/apache/infrastructure-actions/blob/07f5f9d2b05fe0ec9886e3ef0a9d79797817f0cb/approved_patterns.yml#L9) Fixes apache/infrastructure-actions#550 <!-- Provide a summary of the modifications in this PR. List the main changes such as new features, bug fixes, refactoring, or any other updates. --> ## Are these changes tested? <!-- Specify what test covers (unit test, integration test, etc.). If tests are not included in your PR, please explain why (for example, are they covered by existing tests)? -->
1 parent cb7f78a commit 99dbb16

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bindings_python_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-slim
6060
steps:
6161
- uses: actions/checkout@v6
62-
- uses: astral-sh/setup-uv@v7
62+
- uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098
6363
with:
6464
version: "0.9.3"
6565
enable-cache: true
@@ -94,7 +94,7 @@ jobs:
9494
working-directory: "bindings/python"
9595
command: build
9696
args: --out dist
97-
- uses: astral-sh/setup-uv@v7
97+
- uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098
9898
with:
9999
version: "0.9.3"
100100
enable-cache: true

0 commit comments

Comments
 (0)