Skip to content

Commit f13e4c8

Browse files
authored
Merge pull request #55 from demisto/fix/github-actions-security-hardening
Fix/GitHub actions security hardening
2 parents 608ed25 + dc4c44f commit f13e4c8

3 files changed

Lines changed: 4468 additions & 2 deletions

File tree

.github/workflows/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
repository: demisto/content
2121
path: content
2222
- name: Install poetry
23-
uses: Gr1N/setup-poetry@v9
23+
uses: Gr1N/setup-poetry@48b0f77c8c1b1b19cb962f0f00dff7b4be8f81ec # v9
2424
- name: Setup Python
2525
uses: actions/setup-python@v5
2626
with:

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
*.pyc
22
.DS_Store
33
.vscode
4-
4+
.idea
55
CommonServerUserPython.py
66

77
# neo4j

0 commit comments

Comments
 (0)