File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 31
31
32
32
steps :
33
33
- name : Checkout
34
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
34
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
35
35
36
36
- name : Set up environment
37
37
uses : ./.github/actions/setup
64
64
65
65
steps :
66
66
- name : Checkout
67
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
67
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
68
68
69
69
- name : Set up environment
70
70
uses : ./.github/actions/setup
85
85
86
86
steps :
87
87
- name : Checkout
88
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
88
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
89
89
90
90
- name : Set up environment
91
91
uses : ./.github/actions/setup
@@ -101,7 +101,7 @@ jobs:
101
101
102
102
steps :
103
103
- name : Checkout
104
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
104
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
105
105
106
106
- name : Run SwiftLint
107
107
run : swiftlint lint --reporter github-actions-logging
Original file line number Diff line number Diff line change 18
18
# Skip any PR created by dependabot to avoid permission issues
19
19
if : (github.actor != 'dependabot[bot]')
20
20
steps :
21
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
21
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
22
22
23
23
- run : semgrep ci
24
24
env :
You can’t perform that action at this time.
0 commit comments