File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 30
30
31
31
steps :
32
32
- name : Checkout
33
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
33
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
34
34
35
35
- name : Set up environment
36
36
uses : ./.github/actions/setup
63
63
64
64
steps :
65
65
- name : Checkout
66
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
66
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
67
67
68
68
- name : Set up environment
69
69
uses : ./.github/actions/setup
84
84
85
85
steps :
86
86
- name : Checkout
87
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
87
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
88
88
89
89
- name : Set up environment
90
90
uses : ./.github/actions/setup
@@ -100,7 +100,7 @@ jobs:
100
100
101
101
steps :
102
102
- name : Checkout
103
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
103
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
104
104
105
105
- name : Run SwiftLint
106
106
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@8ade135a41bc03ea155e62e844d188df1ea18608
21
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
22
22
23
23
- run : semgrep ci
24
24
env :
You can’t perform that action at this time.
0 commit comments