This is an automated email from the ASF dual-hosted git repository.
dongjoon-hyun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-connect-swift.git
The following commit(s) were added to refs/heads/main by this push:
new c787a51 [SPARK-57914] Pin `apache/skywalking-eyes` to `v0.8.0` commit
hash
c787a51 is described below
commit c787a51f5e9722941f978fcba53589c54ccc5d85
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Jul 2 15:35:26 2026 -0700
[SPARK-57914] Pin `apache/skywalking-eyes` to `v0.8.0` commit hash
### What changes were proposed in this pull request?
This PR aims to pin `apache/skywalking-eyes` GitHub Action to the `v0.8.0`
release commit hash instead of the `main` branch.
### Why are the changes needed?
Currently, the `License Check` job tracks the `main` branch of
`apache/skywalking-eyes`, so any upstream change is picked up immediately and
may break or alter CI behavior unexpectedly. Pinning to the commit hash of the
released `v0.8.0` tag (`61275cc`, `Release Apache SkyWalking-Eyes 0.8.0`) makes
the CI reproducible and immutable.
### Does this PR introduce _any_ user-facing change?
No. This is a CI-only change.
### How was this patch tested?
Pass the CIs, especially the `License Check` job.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Fable 5
Closes #431 from dongjoon-hyun/SPARK-57914.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/build_and_test.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build_and_test.yml
b/.github/workflows/build_and_test.yml
index c2b3066..c44e9a9 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -31,7 +31,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v6
- name: Check license header
- uses: apache/skywalking-eyes@main
+ uses: apache/skywalking-eyes@61275cc80d0798a405cb070f7d3a8aaf7cf2c2c1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]