Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/pr_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
ref: refs/pull/${{ github.event.pull_request.number }}/merge
submodules: recursive
persist-credentials: false
allow-unsafe-pr-checkout: true # Security: gated by label check above
- name: Setup Python
uses: actions/setup-python@v5
id: setup-python
Expand Down Expand Up @@ -108,6 +109,7 @@ jobs:
ref: refs/pull/${{ github.event.pull_request.number }}/merge
submodules: recursive
persist-credentials: false
allow-unsafe-pr-checkout: true # Security: gated by label check above
- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pr_registration_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
ref: refs/pull/${{ github.event.pull_request.number }}/merge
submodules: recursive
persist-credentials: false
allow-unsafe-pr-checkout: true # Security: gated by label check above
- name: Setup pixi
uses: prefix-dev/setup-pixi@v0.8.1
with:
Expand Down Expand Up @@ -58,6 +59,7 @@ jobs:
ref: refs/pull/${{ github.event.pull_request.number }}/merge
submodules: recursive
persist-credentials: false
allow-unsafe-pr-checkout: true # Security: gated by label check above
- name: Authenticate to Google Cloud
uses: 'google-github-actions/auth@v2'
with:
Expand Down
Loading