From eda2f0d2ce863e7b717b07a47185e3a9b8e8a794 Mon Sep 17 00:00:00 2001 From: Tristan Labelle Date: Tue, 12 Nov 2024 12:47:24 -0500 Subject: [PATCH] Update & pin GitHub actions (#165) --- .github/workflows/build-and-test.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index e6ae223..215de1e 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -16,14 +16,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 - 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 @@ -40,15 +40,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