1414 outputs :
1515 should-run : ${{ steps.check.outputs.should-run }}
1616 steps :
17- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
17+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818 with :
1919 fetch-depth : 0
2020 - name : Check if the workflow should run
2626 if : ${{ needs.should-run.outputs.should-run == 'true' }}
2727 runs-on : macos-15
2828 steps :
29- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
29+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030 - name : SwiftFormat
3131 run : echo swiftformat --lint `git diff --name-only HEAD^1 HEAD` --reporter github-actions-log
3232
3535 if : ${{ needs.should-run.outputs.should-run == 'true' }}
3636 runs-on : ubuntu-latest
3737 steps :
38- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
38+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3939 - name : GitHub Action for SwiftLint (Only files changed in the PR)
4040 uses : norio-nomura/action-swiftlint@9f4dcd7fd46b4e75d7935cf2f4df406d5cae3684 # 3.2.1
4141 env :
4646 if : ${{ needs.should-run.outputs.should-run == 'true' }}
4747 runs-on : macos-15
4848 steps :
49- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
49+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5050 - uses : maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
5151 with :
5252 xcode-version : 16.4
6363 if : ${{ needs.should-run.outputs.should-run == 'true' }}
6464 runs-on : macos-15
6565 steps :
66- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
66+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6767 - uses : maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
6868 with :
6969 xcode-version : 16.4
7878 if : ${{ needs.should-run.outputs.should-run == 'true' }}
7979 runs-on : macos-15
8080 steps :
81- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
81+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8282 - uses : maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
8383 with :
8484 xcode-version : 16.4
9393 if : ${{ needs.should-run.outputs.should-run == 'true' }}
9494 runs-on : macos-15
9595 steps :
96- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
96+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9797 - uses : maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
9898 with :
9999 xcode-version : 16.4
@@ -108,7 +108,7 @@ jobs:
108108 if : ${{ needs.should-run.outputs.should-run == 'true' }}
109109 runs-on : macos-15
110110 steps :
111- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
111+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
112112 - uses : maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
113113 with :
114114 xcode-version : 16.4
@@ -124,7 +124,7 @@ jobs:
124124 runs-on : ubuntu-latest
125125 container : swift:6.2@sha256:7f7deb9dc8cc0c4e06772eccbac80a63bc3e710d557df49771ef1037eeb068fa
126126 steps :
127- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
127+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
128128 - name : Build tests for Linux
129129 run : swift build --build-tests
130130 - name : Run tests for Linux
0 commit comments