Skip to content

Commit 3c2f096

Browse files
Updated python version
1 parent 3e85634 commit 3c2f096

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/sca-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@master
1010
- name: Run Snyk to check for vulnerabilities
11-
uses: snyk/actions/python-3.10@master
11+
uses: snyk/actions/python-3.11@master
1212
env:
1313
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
1414
with:

contentstack/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@
1717
__endpoint__ = 'cdn.contentstack.io'
1818
__email__ = 'mobile@contentstack.com'
1919
__developer_email__ = 'shailesh.mishra@contentstack.com'
20+
__license__ = "MIT"

0 commit comments

Comments
 (0)