File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v5
2525 - name : Set up Python
26- uses : actions/setup-python@v3
26+ uses : actions/setup-python@v5
2727 with :
2828 python-version : ' 3.x'
2929 - name : Install dependencies
Original file line number Diff line number Diff line change 1313 SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
1414 with :
1515 args : --fail-on=all --all-projects --skip-unresolved
16+ json : true
17+ continue-on-error : true
18+ - uses : contentstack/sca-policy@main
Original file line number Diff line number Diff line change 1515 long_description_content_type = "text/markdown" ,
1616 url = "https://github.com/contentstack/contentstack-utils-python" ,
1717 license = 'MIT' ,
18- version = '1.3.3 ' ,
18+ version = '1.4.0 ' ,
1919 install_requires = [
2020
2121 ],
You can’t perform that action at this time.
0 commit comments