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: 1 addition & 1 deletion .github/workflows/bootstrap-history.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# 2. Check out this repo just for the scripts/ helpers.
# -----------------------------------------------------------------------
- name: Checkout CI scripts
uses: actions/checkout@v6
uses: actions/checkout@v7.0.1

# -----------------------------------------------------------------------
# 3. Resolve the seed configuration (URL, tag prefix, seed branch).
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
# fetch-source-pkg.yml; they are not the main branch.
# -----------------------------------------------------------------------
- name: Checkout kernel source
uses: actions/checkout@v6
uses: actions/checkout@v7.0.1
with:
ref: ${{ inputs.ref != '' && inputs.ref || (inputs.kernel_version != '' && format('{0}-{1}', env.UPSTREAM_PREFIX, inputs.kernel_version) || inputs.suite || 'resolute-qcom-devel') }}
path: kernel-src
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
# 5. Checkout docker-pkg-build
# -----------------------------------------------------------------------
- name: Checkout docker-pkg-build
uses: actions/checkout@v6
uses: actions/checkout@v7.0.1
with:
repository: qualcomm-linux/docker-pkg-build
ref: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fetch-source-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
sudo apt-get clean

- name: Checkout CI scripts
uses: actions/checkout@v6
uses: actions/checkout@v7.0.1

# BRANCH, UPSTREAM_URL and UPSTREAM_PREFIX come from the workflow-level env
# above; sync-mirror.sh reads them directly.
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/premerge-distro-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
request-id: ${{ steps.context.outputs.request-id }}
steps:
- name: Checkout orchestration helpers
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
persist-credentials: false

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
statuses: write
steps:
- name: Checkout orchestration helpers
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
persist-credentials: false

Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
statuses: write
steps:
- name: Checkout status helper
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
persist-credentials: false

Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
distro-run-url: ${{ steps.callback.outputs.distro-run-url }}
steps:
- name: Checkout callback validator
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
persist-credentials: false

Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
statuses: write
steps:
- name: Checkout status helper
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
persist-credentials: false

Expand Down
Loading