Skip to content

[SPARK-51943] Upgrade setup-swift to 3.0 dev version #94

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
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
10 changes: 5 additions & 5 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- macos-15
steps:
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@v2.3.0
- uses: swift-actions/setup-swift@next
with:
swift-version: "6.1"
- name: Build
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
options: --entrypoint /opt/spark/sbin/start-connect-server.sh
steps:
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@v2.3.0
- uses: swift-actions/setup-swift@next
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we replace this with the hash to satisfy ASF GitHub Actions Policy

External actions
You MAY use all actions internal to the apache/, github/ and actions/* namespaces without restrictions.

You MUST pin all external actions to the specific git hash (SHA1) of the action that has been reviewed for use by the project. For instance, you MUST pin foobar/baz-action@8843d7f92416211de9ebb963ff4ce28125932878.

with:
swift-version: "6.1"
- name: Test
Expand All @@ -89,7 +89,7 @@ jobs:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@v2.3.0
- uses: swift-actions/setup-swift@next
with:
swift-version: "6.1"
- name: Test
Expand All @@ -107,7 +107,7 @@ jobs:
SPARK_CONNECT_AUTHENTICATE_TOKEN: ${{ github.run_id }}-${{ github.run_attempt }}
steps:
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@v2.3.0
- uses: swift-actions/setup-swift@next
with:
swift-version: "6.1"
- name: Test
Expand All @@ -123,7 +123,7 @@ jobs:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@v2.3.0
- uses: swift-actions/setup-swift@next
with:
swift-version: "6.1"
- name: Install Java
Expand Down
Loading