WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 3f8118c

Browse files
authored
Pin GitHub actions workflows to v0.0.2 (#1643)
1 parent b0d9eb4 commit 3f8118c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/automerge_to_future.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
create_merge_pr:
1212
name: Create PR to merge main branch into future branch
13-
uses: swiftlang/github-workflows/.github/workflows/create_automerge_pr.yml@main
13+
uses: swiftlang/github-workflows/.github/workflows/create_automerge_pr.yml@0.0.2
1414
with:
1515
base_branch: future
1616
head_branch: main

.github/workflows/automerge_to_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
create_merge_pr:
1212
name: Create PR to merge release branch into main branch
13-
uses: swiftlang/github-workflows/.github/workflows/create_automerge_pr.yml@main
13+
uses: swiftlang/github-workflows/.github/workflows/create_automerge_pr.yml@0.0.2
1414
with:
1515
base_branch: main
1616
head_branch: release/6.3

.github/workflows/automerge_to_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
create_merge_pr:
1212
name: Create PR to merge main into release branch
13-
uses: swiftlang/github-workflows/.github/workflows/create_automerge_pr.yml@main
13+
uses: swiftlang/github-workflows/.github/workflows/create_automerge_pr.yml@0.0.2
1414
with:
1515
base_branch: release/6.3
1616
permissions:

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
tests:
1515
name: Test (SwiftPM)
16-
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
16+
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.2
1717
with:
1818
linux_swift_versions: '["nightly-main"]'
1919
windows_swift_versions: '["nightly-main"]'
@@ -44,7 +44,7 @@ jobs:
4444

4545
soundness:
4646
name: Soundness
47-
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
47+
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.2
4848
with:
4949
license_header_check_project_name: "Swift.org"
5050
license_header_check_enabled: false

0 commit comments

Comments
 (0)