We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 608ed25 + dc4c44f commit f13e4c8Copy full SHA for f13e4c8
3 files changed
.github/workflows/config.yml
@@ -20,7 +20,7 @@ jobs:
20
repository: demisto/content
21
path: content
22
- name: Install poetry
23
- uses: Gr1N/setup-poetry@v9
+ uses: Gr1N/setup-poetry@48b0f77c8c1b1b19cb962f0f00dff7b4be8f81ec # v9
24
- name: Setup Python
25
uses: actions/setup-python@v5
26
with:
.gitignore
@@ -1,7 +1,7 @@
1
*.pyc
2
.DS_Store
3
.vscode
4
-
+.idea
5
CommonServerUserPython.py
6
7
# neo4j
0 commit comments