Skip to content

Commit eb42659

Browse files
authored
Use hash for actions/checkout in CI (#13)
1 parent 90d8fd9 commit eb42659

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
POSTGRES_INITDB_ARGS: --auth-host=${{ matrix.postgres-auth }}
5757
steps:
5858
- name: Checkout
59-
uses: actions/checkout@v6
59+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
6060
- name: Test
6161
run: |
6262
swift test --enable-code-coverage

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
image: swiftlang/swift:${{ matrix.image }}
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
1919
- name: Test
2020
run: |
2121
swift test

0 commit comments

Comments
 (0)