Skip to content

Commit 048cbb8

Browse files
authored
Merge pull request #947 from bkhouri/t/main/pin_gha_workflows_to_a_specific_version
Pin GitHub actions workflows to a version
2 parents 410136d + 6fa9974 commit 048cbb8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
create_merge_pr:
1515
name: Create PR to merge main into release branch
16-
uses: swiftlang/github-workflows/.github/workflows/create_automerge_pr.yml@main
16+
uses: swiftlang/github-workflows/.github/workflows/create_automerge_pr.yml@0.0.1
1717
with:
1818
head_branch: main
1919
base_branch: release/6.3

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
jobs:
1515
tests:
1616
name: Test
17-
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
17+
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.1
1818
needs: [soundness, space-format-check]
1919
with:
2020
linux_os_versions: '["amazonlinux2", "bookworm", "noble", "jammy", "rhel-ubi9"]'
@@ -38,7 +38,7 @@ jobs:
3838
/usr/bin/xcrun xcodebuild -workspace . -scheme SwiftBuild-Package -destination generic/platform=iOS
3939
cmake-smoke-test:
4040
name: cmake-smoke-test
41-
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
41+
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.1
4242
needs: [soundness, space-format-check]
4343
with:
4444
linux_os_versions: '["noble"]'
@@ -55,7 +55,7 @@ jobs:
5555

5656
soundness:
5757
name: Soundness
58-
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
58+
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.1
5959
with:
6060
license_header_check_project_name: "Swift"
6161
api_breakage_check_enabled: false

0 commit comments

Comments
 (0)