This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 81423085b4 chore(deps): Revert "chore(deps): bump runs-on/action from
2.0.3 to 2.1.0 (#20980)" (#21002)
81423085b4 is described below
commit 81423085b45111fa0768742810b73a77d2af06dd
Author: Matt Butrovich <[email protected]>
AuthorDate: Tue Mar 17 12:33:05 2026 -0400
chore(deps): Revert "chore(deps): bump runs-on/action from 2.0.3 to 2.1.0
(#20980)" (#21002)
This reverts commit 11b9693952cd419b73dd03cc39f22c8b343bc05c.
## 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 #.
## Rationale for this change
I noticed CI is not running on this PR opened today:
https://github.com/apache/datafusion/pull/20998
<!--
Why are you proposing this change? If this is already explained clearly
in the issue then this section is not needed.
Explaining clearly why changes are proposed helps reviewers understand
your changes and offer better suggestions for fixes.
-->
See related Comet discussion at
https://github.com/apache/datafusion-comet/pull/3684#issuecomment-4070571288
> <img alt="image" width="1875" height="418"
src="https://private-user-images.githubusercontent.com/19199204/564414382-56caab4b-20d9-4d7b-b1ef-11de17ded2bc.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzM3NjM4MjUsIm5iZiI6MTc3Mzc2MzUyNSwicGF0aCI6Ii8xOTE5OTIwNC81NjQ0MTQzODItNTZjYWFiNGItMjBkOS00ZDdiLWIxZWYtMTFkZTE3ZGVkMmJjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjAzM
[...]
> ASF blocks non-approved actions inside apache organization (by hash),
so you either need to add it to
https://github.com/apache/infrastructure-actions or rollback the update
We're now seeing it in DF as well:
<img width="865" height="335" alt="Screenshot 2026-03-17 at 12 06 22 PM"
src="https://github.com/user-attachments/assets/668a1dda-bf79-42f4-9472-acf8f7b3895e"
/>
## What changes are included in this PR?
<!--
There is no need to duplicate the description in the issue here but it
is sometimes worth providing a summary of the individual changes in this
PR.
-->
- Revert #20980
## Are these changes tested?
<!--
We typically require tests for all PRs in order to:
1. Prevent the code from being accidentally broken by subsequent changes
2. Serve as another way to document the expected behavior of the code
If tests are not included in your PR, please explain why (for example,
are they covered by existing tests)?
-->
Existing tests (make sure they actually run).
## Are there any user-facing changes?
<!--
If there are user-facing changes then we may require documentation to be
updated before approving the PR.
-->
-No.
<!--
If there are any breaking changes to public APIs, please add the `api
change` label.
-->
---
.github/workflows/extended.yml | 8 ++++----
.github/workflows/rust.yml | 26 +++++++++++++-------------
2 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/.github/workflows/extended.yml b/.github/workflows/extended.yml
index c974a33d6d..c2aa96d92e 100644
--- a/.github/workflows/extended.yml
+++ b/.github/workflows/extended.yml
@@ -69,7 +69,7 @@ jobs:
runs-on: ${{ github.repository_owner == 'apache' &&
format('runs-on={0},family=m8a+m7a+c8a,cpu=8,image=ubuntu24-full-x64,extras=s3-cache,disk=large,tag=datafusion',
github.run_id) || 'ubuntu-latest' }}
# note: do not use amd/rust container to preserve disk space
steps:
- - uses: runs-on/action@742bf56072eb4845a0f94b3394673e4903c90ff0 # v2.1.0
+ - uses: runs-on/action@cd2b598b0515d39d78c38a02d529db87d2196d1e # v2.0.3
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
ref: ${{ github.event.inputs.pr_head_sha }} # will be empty if
triggered by push
@@ -97,7 +97,7 @@ jobs:
# spot=false because the tests are long,
https://runs-on.com/configuration/spot-instances/#disable-spot-pricing
# note: do not use amd/rust container to preserve disk space
steps:
- - uses: runs-on/action@742bf56072eb4845a0f94b3394673e4903c90ff0 # v2.1.0
+ - uses: runs-on/action@cd2b598b0515d39d78c38a02d529db87d2196d1e # v2.0.3
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
ref: ${{ github.event.inputs.pr_head_sha }} # will be empty if
triggered by push
@@ -144,7 +144,7 @@ jobs:
container:
image: amd64/rust
steps:
- - uses: runs-on/action@742bf56072eb4845a0f94b3394673e4903c90ff0 # v2.1.0
+ - uses: runs-on/action@cd2b598b0515d39d78c38a02d529db87d2196d1e # v2.0.3
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
ref: ${{ github.event.inputs.pr_head_sha }} # will be empty if
triggered by push
@@ -167,7 +167,7 @@ jobs:
container:
image: amd64/rust
steps:
- - uses: runs-on/action@742bf56072eb4845a0f94b3394673e4903c90ff0 # v2.1.0
+ - uses: runs-on/action@cd2b598b0515d39d78c38a02d529db87d2196d1e # v2.0.3
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
ref: ${{ github.event.inputs.pr_head_sha }} # will be empty if
triggered by push
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 996aff783b..f7452ee603 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -51,7 +51,7 @@ jobs:
container:
image: amd64/rust
steps:
- - uses: runs-on/action@742bf56072eb4845a0f94b3394673e4903c90ff0 # v2.1.0
+ - uses: runs-on/action@cd2b598b0515d39d78c38a02d529db87d2196d1e # v2.0.3
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
- name: Setup Rust toolchain
uses: ./.github/actions/setup-builder
@@ -142,7 +142,7 @@ jobs:
container:
image: amd64/rust
steps:
- - uses: runs-on/action@742bf56072eb4845a0f94b3394673e4903c90ff0 # v2.1.0
+ - uses: runs-on/action@cd2b598b0515d39d78c38a02d529db87d2196d1e # v2.0.3
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
- name: Setup Rust toolchain
uses: ./.github/actions/setup-builder
@@ -174,7 +174,7 @@ jobs:
container:
image: amd64/rust
steps:
- - uses: runs-on/action@742bf56072eb4845a0f94b3394673e4903c90ff0 # v2.1.0
+ - uses: runs-on/action@cd2b598b0515d39d78c38a02d529db87d2196d1e # v2.0.3
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
- name: Setup Rust toolchain
uses: ./.github/actions/setup-builder
@@ -277,7 +277,7 @@ jobs:
volumes:
- /usr/local:/host/usr/local
steps:
- - uses: runs-on/action@742bf56072eb4845a0f94b3394673e4903c90ff0 # v2.1.0
+ - uses: runs-on/action@cd2b598b0515d39d78c38a02d529db87d2196d1e # v2.0.3
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
submodules: true
@@ -324,7 +324,7 @@ jobs:
needs: linux-build-lib
runs-on: ${{ github.repository_owner == 'apache' &&
format('runs-on={0},family=m8a+m7a+c8a,cpu=16,image=ubuntu24-full-x64,extras=s3-cache,disk=large,tag=datafusion',
github.run_id) || 'ubuntu-latest' }}
steps:
- - uses: runs-on/action@742bf56072eb4845a0f94b3394673e4903c90ff0 # v2.1.0
+ - uses: runs-on/action@cd2b598b0515d39d78c38a02d529db87d2196d1e # v2.0.3
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
submodules: true
@@ -356,7 +356,7 @@ jobs:
container:
image: amd64/rust
steps:
- - uses: runs-on/action@742bf56072eb4845a0f94b3394673e4903c90ff0 # v2.1.0
+ - uses: runs-on/action@cd2b598b0515d39d78c38a02d529db87d2196d1e # v2.0.3
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
submodules: true
@@ -387,7 +387,7 @@ jobs:
container:
image: amd64/rust
steps:
- - uses: runs-on/action@742bf56072eb4845a0f94b3394673e4903c90ff0 # v2.1.0
+ - uses: runs-on/action@cd2b598b0515d39d78c38a02d529db87d2196d1e # v2.0.3
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
submodules: true
@@ -409,7 +409,7 @@ jobs:
container:
image: amd64/rust
steps:
- - uses: runs-on/action@742bf56072eb4845a0f94b3394673e4903c90ff0 # v2.1.0
+ - uses: runs-on/action@cd2b598b0515d39d78c38a02d529db87d2196d1e # v2.0.3
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
- name: Setup Rust toolchain
uses: ./.github/actions/setup-builder
@@ -450,7 +450,7 @@ jobs:
container:
image: amd64/rust
steps:
- - uses: runs-on/action@742bf56072eb4845a0f94b3394673e4903c90ff0 # v2.1.0
+ - uses: runs-on/action@cd2b598b0515d39d78c38a02d529db87d2196d1e # v2.0.3
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
submodules: true
@@ -498,7 +498,7 @@ jobs:
--health-timeout 5s
--health-retries 5
steps:
- - uses: runs-on/action@742bf56072eb4845a0f94b3394673e4903c90ff0 # v2.1.0
+ - uses: runs-on/action@cd2b598b0515d39d78c38a02d529db87d2196d1e # v2.0.3
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
submodules: true
@@ -523,7 +523,7 @@ jobs:
container:
image: amd64/rust
steps:
- - uses: runs-on/action@742bf56072eb4845a0f94b3394673e4903c90ff0 # v2.1.0
+ - uses: runs-on/action@cd2b598b0515d39d78c38a02d529db87d2196d1e # v2.0.3
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
submodules: true
@@ -654,7 +654,7 @@ jobs:
container:
image: amd64/rust
steps:
- - uses: runs-on/action@742bf56072eb4845a0f94b3394673e4903c90ff0 # v2.1.0
+ - uses: runs-on/action@cd2b598b0515d39d78c38a02d529db87d2196d1e # v2.0.3
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
submodules: true
@@ -701,7 +701,7 @@ jobs:
container:
image: amd64/rust
steps:
- - uses: runs-on/action@742bf56072eb4845a0f94b3394673e4903c90ff0 # v2.1.0
+ - uses: runs-on/action@cd2b598b0515d39d78c38a02d529db87d2196d1e # v2.0.3
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
submodules: true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]