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 40
40
41
41
steps :
42
42
- name : Checkout
43
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
43
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
44
44
45
45
- name : Set up environment
46
46
uses : ./.github/actions/setup
75
75
76
76
steps :
77
77
- name : Checkout
78
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
78
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
79
79
80
80
- name : Set up environment
81
81
uses : ./.github/actions/setup
96
96
97
97
steps :
98
98
- name : Checkout
99
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
99
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
100
100
101
101
- name : Set up environment
102
102
uses : ./.github/actions/setup
@@ -112,7 +112,7 @@ jobs:
112
112
113
113
steps :
114
114
- name : Checkout
115
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
115
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
116
116
117
117
- name : Run SwiftLint
118
118
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@692973e3d937129bcbf40652eb9f2f61becf3332
21
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
22
22
23
23
- run : semgrep ci
24
24
env :
You can’t perform that action at this time.
0 commit comments