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 3030
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
33+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
3434
3535 - name : Set up environment
3636 uses : ./.github/actions/setup
6363
6464 steps :
6565 - name : Checkout
66- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
66+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
6767
6868 - name : Set up environment
6969 uses : ./.github/actions/setup
8484
8585 steps :
8686 - name : Checkout
87- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
87+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
8888
8989 - name : Set up environment
9090 uses : ./.github/actions/setup
@@ -100,7 +100,7 @@ jobs:
100100
101101 steps :
102102 - name : Checkout
103- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
103+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
104104
105105 - name : Run SwiftLint
106106 run : swiftlint lint --reporter github-actions-logging
Original file line number Diff line number Diff line change 1818 # Skip any PR created by dependabot to avoid permission issues
1919 if : (github.actor != 'dependabot[bot]')
2020 steps :
21- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
21+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
2222
2323 - run : semgrep ci
2424 env :
You can’t perform that action at this time.
0 commit comments