File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ name : cocoapods-dependency-submission-action
2
+ repository : advanced-security/cocoapods-dependency-submission-action
3
+ version : 1.2.0
4
+
5
+ ecosystems :
6
+ - Docs
7
+ - Python
Original file line number Diff line number Diff line change 1
1
__name__ = "cpdsa"
2
2
__title__ = "cocoapods-dependency-submission-action"
3
3
4
- __version__ = "0.1.1 "
4
+ __version__ = "1.2.0 "
5
5
__url__ = "https://github.com/GeekMasher/cocoapods-dependency-submission-action"
Original file line number Diff line number Diff line change 3
3
import logging
4
4
import argparse
5
5
6
- from ghastoolkit .octokit .github import GitHub
7
- from ghastoolkit .octokit .dependencygraph import DependencyGraph
6
+ from ghastoolkit import GitHub , DependencyGraph
8
7
9
8
from cpdsa import __name__ as tool_name
10
9
from cpdsa .cocoapods import parseLockFile , findCocoaPods
You can’t perform that action at this time.
0 commit comments