File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v2
1414 - uses : actions/setup-python@v2
1515 with :
16- python-version : 3.9.2
16+ python-version : 3.9.22
1717 - name : install semgrep
1818 run : pip3 install semgrep
1919 - name : lints for semgrep rules
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v2
1717 - uses : actions/setup-python@v2
1818 with :
19- python-version : 3.9.2
19+ python-version : 3.9.22
2020 - name : install semgrep
2121 run : pip3 install semgrep
2222 - name : install pro-engine
Original file line number Diff line number Diff line change 3434 run : echo $CHANGED_FILES
3535 - uses : actions/setup-python@v2
3636 with :
37- python-version : 3.9.2
37+ python-version : 3.9.22
3838 - name : install deps
3939 run : pip install jsonschema pyyaml
4040 - name : validate metadata
You can’t perform that action at this time.
0 commit comments