Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
85 commits
Select commit Hold shift + click to select a range
60e23cc
fix: Unhandled Exception in remote logging if connection doesn't exis…
Dev-iL Mar 6, 2026
6e2fdc2
CI: Upgrade important CI environment (#62981)
Lee-W Mar 6, 2026
fde99ab
chore(deps-dev): bump the core-ui-package-updates group across 1 dire…
dependabot[bot] Mar 6, 2026
2670d90
[v3-1-test] fix: gracefully handle 404 from worker log server for his…
github-actions[bot] Mar 6, 2026
77b9315
[v3-1-test] Remove issue_number option from newsfragment guidance in …
github-actions[bot] Mar 6, 2026
e250a6c
[v3-1-test] CI: Upgrade important CI environment (#62989) (#63005)
bugraoz93 Mar 6, 2026
1926446
[v3-1-test] Align integration LocalStack docker-compose with e2e Loca…
github-actions[bot] Mar 7, 2026
1b7cde4
[v3-1-test] Fallback to no constraint builds for docker-context-files…
github-actions[bot] Mar 7, 2026
d508ff4
Fill Turkish Translation Gap in v3-1-test (#63010)
bugraoz93 Mar 7, 2026
21dae80
Remove global from FastAPI app.py (#59772) (#62997)
vincbeck Mar 8, 2026
1fdb42e
chore(deps): bump actions/setup-java from 4.7.1 to 5.2.0 (#63102)
dependabot[bot] Mar 8, 2026
9e40214
chore(deps): bump actions/stale from 9.1.0 to 10.2.0 (#63099)
dependabot[bot] Mar 8, 2026
6bbcc7c
chore(deps): bump actions/checkout from 4.2.2 to 6.0.2 (#63096)
dependabot[bot] Mar 8, 2026
6c9bfdf
chore(deps): bump actions/setup-python from 5.6.0 to 6.2.0 (#63098)
dependabot[bot] Mar 8, 2026
1d9f015
chore(deps): bump actions/github-script from 7.0.1 to 8.0.0 (#63090)
dependabot[bot] Mar 8, 2026
185e58c
[v3-1-test] Split npm dependabot minor+patch and major version PRs (#…
github-actions[bot] Mar 8, 2026
bb080f0
chore(deps): bump the core-ui-package-updates group across 1 director…
dependabot[bot] Mar 8, 2026
214f980
chore(deps): bump actions/upload-artifact from 4.6.2 to 7.0.0 (#63128)
dependabot[bot] Mar 8, 2026
711ed92
chore(deps): bump actions/setup-go from 5.5.0 to 6.3.0 (#63124)
dependabot[bot] Mar 8, 2026
a866eed
chore(deps): bump aws-actions/configure-aws-credentials (#63123)
dependabot[bot] Mar 8, 2026
0b4e744
chore(deps): bump actions/setup-node from 4.4.0 to 6.3.0 (#63119)
dependabot[bot] Mar 8, 2026
4b77276
[v3-1-test] chore(deps): bump actions/setup-go from 5.5.0 to 6.3.0 (#…
github-actions[bot] Mar 8, 2026
7273d88
[v3-1-test] chore(deps): bump actions/download-artifact from 4.3.0 to…
potiuk Mar 8, 2026
6e99a3e
chore(deps): bump the github-actions-updates group with 2 updates (#6…
dependabot[bot] Mar 8, 2026
5f57234
[v3-1-test] perf: use load_only() in get_dag_runs eager loading to re…
github-actions[bot] Mar 9, 2026
b3672ea
perf(api): optimize /ui/dags endpoint serialization (#61483) (#63001)
pierrejeambrun Mar 9, 2026
46ea044
[v3-1-test] Bump astroid>=4 (#63170) (#63174)
github-actions[bot] Mar 9, 2026
bdcd6ec
chore(deps): bump the core-ui-package-updates group across 1 director…
dependabot[bot] Mar 9, 2026
46778c0
[v3-1-test] Further limit setuptools after 82.0.1 is released (until …
github-actions[bot] Mar 9, 2026
4da5903
Fix race condition in auth manager initialization (#62431) (#62995)
vincbeck Mar 9, 2026
edd734b
chore(deps): bump github/codeql-action (#63223)
dependabot[bot] Mar 9, 2026
9cbc321
[v3-1-test] Clarify docs on max_active_tasks parameter on a Dag (#632…
github-actions[bot] Mar 9, 2026
8cb7e13
[v3-1-test] Fix undefined variable in install_from_external_spec erro…
github-actions[bot] Mar 10, 2026
d9aea9b
[v3-1-test] Fix grid view URL for dynamic task groups (#63205) (#63254)
pierrejeambrun Mar 10, 2026
0638532
fix(migration): disable disable_sqlite_fkeys for migration 0087 (#632…
Lee-W Mar 10, 2026
0447c10
sync release manager list (#62809) (#63290)
vatsrahul1001 Mar 10, 2026
6988f6a
CI: Upgrade important CI environment (#63267)
potiuk Mar 10, 2026
d7ecffa
[v3-1-test] Make example_xcom resistant to escaping issues. (#63200) …
github-actions[bot] Mar 10, 2026
a59a480
[v3-1-test] fix Inconsistent XCom Return Type in Mapped Task Groups w…
github-actions[bot] Mar 10, 2026
5fd3fa5
[v3-1-test] Fix breeze worktree issue (#62905) (#63304)
github-actions[bot] Mar 10, 2026
a605c2c
[v3-1-test] Improve translation completeness checker (required keys, …
potiuk Mar 10, 2026
f7c8891
Add BaseXcom to airflow.sdk (#63116) (#63299)
vatsrahul1001 Mar 10, 2026
a82a034
Filter on dag_id when querying task_instance (#62751) (#63291)
vatsrahul1001 Mar 10, 2026
8e30d8d
[v3-1-test] Update the UV command for upgrading tools in the Contribu…
github-actions[bot] Mar 10, 2026
56c28a5
fix: Exclude JWT token from workload repr to prevent log exposure (#6…
vatsrahul1001 Mar 11, 2026
d4cfab8
Filter backfills list by readable DAGs (#63003) (#63275)
pierrejeambrun Mar 11, 2026
e1f2b15
[v3-1-test] fix(UI): show 403 error when unauthorized user reparses D…
github-actions[bot] Mar 11, 2026
4ec9f79
Add additional permission check in asset materialization (#63338) (#6…
pierrejeambrun Mar 11, 2026
6839135
[v3-1-test] fix(ui): Improve DurationChart labels and disable animati…
github-actions[bot] Mar 11, 2026
f56cc1c
[v3-1-test] Exclude .pnpm-store from autoapi doc generation (#63386) …
github-actions[bot] Mar 12, 2026
843e983
Upgrade NPM package `tar` (#63383) (#63396)
vincbeck Mar 12, 2026
234690f
[v3-1-test] fix: `LatestOnlyOperator` not working if direct upstream …
github-actions[bot] Mar 12, 2026
7fd4133
[v3-1-test] Fix task group lookup using wrong DAG version for histori…
github-actions[bot] Mar 12, 2026
e0b679d
CI: Upgrade important CI environment (#63461)
nailo2c Mar 12, 2026
3daa76c
[v3-1-test] Disable zizmor secrets-outside-env warnings (#63479) (#63…
github-actions[bot] Mar 12, 2026
1988ee1
CI: Upgrade important CI environment (#63509)
potiuk Mar 13, 2026
7b1d7e4
chore(deps-dev): bump the 3-1-auth-ui-package-updates group across 1 …
dependabot[bot] Mar 13, 2026
a81eb25
[v3-1-test] remove large in clause in assets with cte and join (#6211…
Nataneljpwd Mar 13, 2026
5043cf9
[v3-1-test] Fix duplicate log reads when resuming from log_pos (#6353…
github-actions[bot] Mar 14, 2026
05b918b
CI: Upgrade important CI environment (#63595)
potiuk Mar 14, 2026
155908e
[v3-1-test] Bump python 3.13 to 3.13.12 (#61425) (#61429)
github-actions[bot] Feb 18, 2026
f021891
[v3-1-test] Updates exception to hide sql statements on constraint fa…
aritra24 Mar 14, 2026
689da8f
[v3-1-test] Fix import errors updating DAGs in other bundles (#63615)…
github-actions[bot] Mar 15, 2026
555a47c
[v3-1-test] fix(task-sdk): exclude pathlib.Path from Resolvable.resol…
github-actions[bot] Mar 15, 2026
6617e79
[v3-1-test] Fix IDEA setup to skip .claude directory and add scripts …
potiuk Mar 15, 2026
6e3be16
[v3-1-test] Add .claude/ to .gitignore (#63603) (#63643)
potiuk Mar 15, 2026
29d8a85
[v3-1-test] Add --open-ide flag and enhance --confirm in setup_idea.p…
potiuk Mar 15, 2026
f980fbb
[v3-1-test] Add *.iml to .gitignore in all distributions (#63636) (#6…
potiuk Mar 15, 2026
ab35843
[v3-1-test] Remove accidentally added shared .gitignore files (#63648)
potiuk Mar 15, 2026
d29f532
[v3-1-test] Warn instead of failing on missing 3rd-party doc inventor…
potiuk Mar 15, 2026
0f4a5ed
[v3-1-test] Add prek hook to enforce *.iml in distribution .gitignore…
github-actions[bot] Mar 15, 2026
878b469
[v3-1-test] Make the failure link in Slack having a deep link into th…
potiuk Mar 15, 2026
70ee51b
[v3-1-test] docs: add host vs container context note to Breeze quick …
github-actions[bot] Mar 15, 2026
3296a1d
[v3-1-test] Make the failure link in Slack having a deep link into th…
jscheffl Mar 15, 2026
166ee12
fix: use uuid_suffix in postgres unique constraint test expectations …
potiuk Mar 15, 2026
0bac0de
[v3-1-test] Fix CI failures: missing .gitignore files, docs refs, and…
potiuk Mar 15, 2026
8743c57
[v3-1-test] Deduplicate Slack CI notifications with artifact-based st…
potiuk Mar 15, 2026
cc99aa5
[v3-1-test] Added working pandas url to THIRD_PARTY_INDEXES (#63618)…
github-actions[bot] Mar 16, 2026
7bb0507
[v3-1-test] Make prek cache restoration resilient to corrupted tarbal…
github-actions[bot] Mar 16, 2026
e2d76d5
[v3-1-test] Fix minor typos and documentation issues (#63658) (#63699)
github-actions[bot] Mar 16, 2026
2ba67b6
[v3-1-test] Fix regression in security iframe navigation logic with b…
github-actions[bot] Mar 16, 2026
3077633
[v3-1-test] Remove redundant period in help text (#63695) (#63700)
uranusjr Mar 16, 2026
91ea42a
[v3-1-test] Fix structlog JSON serialization crash on non-serializabl…
github-actions[bot] Mar 16, 2026
c1ecc67
CI: Upgrade important CI environment (#63785)
Lee-W Mar 17, 2026
773d032
[v3-1-test] Fix test infrastructure for Python-version-excluded provi…
Dev-iL Mar 17, 2026
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: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ Generated-by: [Tool Name] following [the guidelines](https://github.com/apache/a
* Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-guidelines)** for more information. Note: commit author/co-author name and email in commits become permanently public when merged.
* For fundamental code changes, an Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvement+Proposals)) is needed.
* When adding dependency, check compliance with the [ASF 3rd Party License Policy](https://www.apache.org/legal/resolved.html#category-x).
* For significant user-facing changes create newsfragment: `{pr_number}.significant.rst` or `{issue_number}.significant.rst`, in [airflow-core/newsfragments](https://github.com/apache/airflow/tree/main/airflow-core/newsfragments).
* For significant user-facing changes create newsfragment: `{pr_number}.significant.rst`, in [airflow-core/newsfragments](https://github.com/apache/airflow/tree/main/airflow-core/newsfragments). You can add this file in a follow-up commit after the PR is created so you know the PR number.
2 changes: 1 addition & 1 deletion .github/actions/breeze/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ inputs:
default: "3.10"
uv-version:
description: 'uv version to use'
default: "0.10.7" # Keep this comment to allow automatic replacement of uv version
default: "0.10.11" # Keep this comment to allow automatic replacement of uv version
outputs:
host-python-version:
description: Python version used in host
Expand Down
39 changes: 20 additions & 19 deletions .github/actions/install-prek/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ inputs:
default: "3.10"
uv-version:
description: 'uv version to use'
default: "0.10.7" # Keep this comment to allow automatic replacement of uv version
default: "0.10.11" # Keep this comment to allow automatic replacement of uv version
prek-version:
description: 'prek version to use'
default: "0.3.4" # Keep this comment to allow automatic replacement of prek version
default: "0.3.6" # Keep this comment to allow automatic replacement of prek version
save-cache:
description: "Whether to save prek cache"
required: true
Expand Down Expand Up @@ -67,34 +67,35 @@ runs:
key: cache-prek-v9-${{ inputs.platform }}-python${{ inputs.python-version }}-uv${{ inputs.uv-version }}-${{ hashFiles('**/.pre-commit-config.yaml') }}
path: /tmp/
id: restore-prek-cache
- name: "Check if prek cache tarball exists"
- name: "Restore .cache from the tar file"
id: restore-prek-tar
shell: bash
run: |
if [ -f /tmp/cache-prek.tar.gz ]; then
echo "✅ Cache tarball found: /tmp/cache-prek.tar.gz"
else
if [ ! -f /tmp/cache-prek.tar.gz ]; then
echo "❌ Cache tarball missing. Expected /tmp/cache-prek.tar.gz"
exit 1
echo "tar-restored=false" >> "${GITHUB_OUTPUT}"
exit 0
fi
echo "✅ Cache tarball found: /tmp/cache-prek.tar.gz"
if tar -C ~ -xzf /tmp/cache-prek.tar.gz; then
echo "✅ Cache tarball extracted successfully"
echo "tar-restored=true" >> "${GITHUB_OUTPUT}"
echo "Restored files"
du ~/ --max-depth=2
echo
else
echo "⚠️ Cache tarball extraction failed — treating as cache miss"
echo "tar-restored=false" >> "${GITHUB_OUTPUT}"
rm -rf ~/.cache/prek
fi
if: steps.restore-prek-cache.outputs.stash-hit == 'true'
- name: "Restore .cache from the tar file"
run: tar -C ~ -xzf /tmp/cache-prek.tar.gz
shell: bash
if: steps.restore-prek-cache.outputs.stash-hit == 'true'
- name: "Show restored files"
run: |
echo "Restored files"
du ~/ --max-depth=2
echo
shell: bash
if: steps.restore-prek-cache.outputs.stash-hit == 'true'
- name: "Make sure cache is cleared on cache miss"
run: |
echo "Cleaning up prek cache in case of cache miss (in case of pre-installed-cache from the system)"
ls -la ~/.cache/prek || true
rm -rf ~/.cache/prek
shell: bash
if: steps.restore-prek-cache.outputs.stash-hit != 'true'
if: steps.restore-prek-cache.outputs.stash-hit != 'true' || steps.restore-prek-tar.outputs.tar-restored != 'true'
- name: Install prek hooks
shell: bash
run: prek install-hooks
Expand Down
33 changes: 33 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ updates:
core-ui-package-updates:
patterns:
- "*"
update-types:
- "minor"
- "patch"
major-version-updates:
patterns:
- "*"
applies-to: security-updates
update-types:
- "major"

- package-ecosystem: npm
cooldown:
Expand All @@ -60,6 +69,15 @@ updates:
core-ui-package-updates:
patterns:
- "*"
update-types:
- "minor"
- "patch"
major-version-updates:
patterns:
- "*"
applies-to: security-updates
update-types:
- "major"

- package-ecosystem: npm
cooldown:
Expand All @@ -72,6 +90,15 @@ updates:
ui-plugin-template-package-updates:
patterns:
- "*"
update-types:
- "minor"
- "patch"
ui-plugin-template-major-version-updates:
patterns:
- "*"
applies-to: security-updates
update-types:
- "major"

- package-ecosystem: npm
cooldown:
Expand Down Expand Up @@ -134,6 +161,9 @@ updates:
update-types:
- "minor"
- "patch"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]

- package-ecosystem: npm
cooldown:
Expand All @@ -150,6 +180,9 @@ updates:
update-types:
- "minor"
- "patch"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]

# Repeat dependency updates on 2.11 branch as well
- package-ecosystem: pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/additional-ci-image-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
shell: bash
run: docker run -v "${GITHUB_WORKSPACE}:/workspace" -u 0:0 bash -c "rm -rf /workspace/*"
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: "Install Breeze"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/additional-prod-image-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
shell: bash
run: docker run -v "${GITHUB_WORKSPACE}:/workspace" -u 0:0 bash -c "rm -rf /workspace/*"
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 2
persist-credentials: false
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
shell: bash
run: docker run -v "${GITHUB_WORKSPACE}:/workspace" -u 0:0 bash -c "rm -rf /workspace/*"
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 2
persist-credentials: false
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
shell: bash
run: docker run -v "${GITHUB_WORKSPACE}:/workspace" -u 0:0 bash -c "rm -rf /workspace/*"
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 2
persist-credentials: false
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
shell: bash
run: docker run -v "${GITHUB_WORKSPACE}:/workspace" -u 0:0 bash -c "rm -rf /workspace/*"
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 2
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/airflow-distributions-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
shell: bash
run: docker run -v "${GITHUB_WORKSPACE}:/workspace" -u 0:0 bash -c "rm -rf /workspace/*"
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: "Prepare breeze & CI image: ${{ matrix.python-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automatic-backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Find PR information
id: pr-info
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backport-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
steps:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
id: checkout-for-backport
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: true
fetch-depth: 0
Expand Down
30 changes: 15 additions & 15 deletions .github/workflows/basic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ on: # yamllint disable-line rule:truthy
type: string
uv-version:
description: 'uv version to use'
default: "0.10.7" # Keep this comment to allow automatic replacement of uv version
default: "0.10.11" # Keep this comment to allow automatic replacement of uv version
type: string
platform:
description: 'Platform for the build - linux/amd64 or linux/arm64'
Expand All @@ -83,7 +83,7 @@ jobs:
- name: "Cleanup repo"
shell: bash
run: docker run -v "${GITHUB_WORKSPACE}:/workspace" -u 0:0 bash -c "rm -rf /workspace/*"
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
# Need to fetch all history for selective checks tests
fetch-depth: 0
Expand All @@ -102,7 +102,7 @@ jobs:
- name: "Cleanup repo"
shell: bash
run: docker run -v "${GITHUB_WORKSPACE}:/workspace" -u 0:0 bash -c "rm -rf /workspace/*"
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
persist-credentials: false
Expand All @@ -111,7 +111,7 @@ jobs:
- name: "Install SVN"
run: sudo apt-get update && sudo apt-get install -y subversion
- name: "Install Java (for Apache RAT)"
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
with:
distribution: 'temurin'
java-version: '17'
Expand All @@ -130,7 +130,7 @@ jobs:
runs-on: ${{ fromJSON(inputs.runners) }}
steps:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 1
persist-credentials: false
Expand All @@ -151,16 +151,16 @@ jobs:
shell: bash
run: docker run -v "${GITHUB_WORKSPACE}:/workspace" -u 0:0 bash -c "rm -rf /workspace/*"
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Setup pnpm
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
with:
version: 9
run_install: false
- name: "Setup node"
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
with:
node-version: 21
cache: 'pnpm'
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
runs-on: ${{ fromJSON(inputs.runners) }}
steps:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: "Install Breeze"
Expand All @@ -234,7 +234,7 @@ jobs:
shell: bash
run: docker run -v "${GITHUB_WORKSPACE}:/workspace" -u 0:0 bash -c "rm -rf /workspace/*"
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: "Install Breeze"
Expand All @@ -248,7 +248,7 @@ jobs:
platform: ${{ inputs.platform }}
save-cache: true
- name: Fetch incoming commit ${{ github.sha }} with its parent
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
ref: ${{ github.sha }}
fetch-depth: 2
Expand All @@ -269,7 +269,7 @@ jobs:
runs-on: ["windows-2025"]
steps:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 2
persist-credentials: false
Expand All @@ -286,7 +286,7 @@ jobs:
shell: bash
run: docker run -v "${GITHUB_WORKSPACE}:/workspace" -u 0:0 bash -c "rm -rf /workspace/*"
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: "Install Breeze"
Expand Down Expand Up @@ -371,7 +371,7 @@ jobs:
shell: bash
run: docker run -v "${GITHUB_WORKSPACE}:/workspace" -u 0:0 bash -c "rm -rf /workspace/*"
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: "Install Breeze"
Expand Down Expand Up @@ -418,7 +418,7 @@ jobs:
FORCE_COLOR: 1
steps:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: "Install uv"
Expand Down
Loading