Skip to content
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

Update & pin GitHub actions #165

Merged
merged 1 commit into from
Nov 12, 2024
Merged
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
15 changes: 7 additions & 8 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
timeout-minutes: 20

steps:
- name: Checkout Swift-WebBrowser
uses: actions/checkout@v4.1.1
- name: Checkout repo
uses: actions/checkout@v4.2.2

- name: Setup Visual Studio Development Environment
uses: compnerd/gha-setup-vsdevenv@main
uses: compnerd/gha-setup-vsdevenv@f1ba60d553a3216ce1b89abe0201213536bc7557 # main as of 2024-11-12
tristanlabelle marked this conversation as resolved.
Show resolved Hide resolved

- name: Install Swift
uses: compnerd/gha-setup-swift@main
uses: compnerd/gha-setup-swift@b6c5fc1ed5b5439ada8e7661985acb09ad8c3ba2 # main as of 2024-11-12
with:
branch: swift-5.8-release
tag: 5.8-RELEASE
Expand All @@ -38,15 +38,14 @@ jobs:
timeout-minutes: 20

steps:
- name: Checkout Swift-WebBrowser
uses: actions/checkout@v4.1.1
- name: Checkout repo
uses: actions/checkout@v4.2.2

- name: Setup Visual Studio Development Environment
uses: compnerd/gha-setup-vsdevenv@main

- name: Install Swift
# TODO: Use mainline version once linker issue is fixed.
uses: compnerd/gha-setup-swift@8f43ccc3e8bac89829862af09de9567c807c1c12
uses: compnerd/gha-setup-swift@b6c5fc1ed5b5439ada8e7661985acb09ad8c3ba2 # main as of 2024-11-12
with:
branch: swift-5.8-release
tag: 5.8-RELEASE
Expand Down