Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Set up Python
uses: actions/setup-python@532b046aaf352bab5717122cc0ea52b7f12266a3 #v5.6.0
uses: actions/setup-python@bfc4944b43a5d84377eca3cf6ab5b7992ba61923 #v5.6.0
with:
python-version: '3.11'
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-pa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
token: ${{ secrets.PANTHER_BOT_AUTOMATION_TOKEN }}
- name: Set up Python
uses: actions/setup-python@532b046aaf352bab5717122cc0ea52b7f12266a3
uses: actions/setup-python@bfc4944b43a5d84377eca3cf6ab5b7992ba61923
with:
python-version: '3.11'
- name: Install Requirements
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
token: ${{ secrets.PANTHER_BOT_AUTOMATION_TOKEN }}
- name: Set up Python
uses: actions/setup-python@532b046aaf352bab5717122cc0ea52b7f12266a3
uses: actions/setup-python@bfc4944b43a5d84377eca3cf6ab5b7992ba61923
with:
python-version: '3.11'
- name: Install Requirements
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Set up Python
uses: actions/setup-python@532b046aaf352bab5717122cc0ea52b7f12266a3
uses: actions/setup-python@bfc4944b43a5d84377eca3cf6ab5b7992ba61923
with:
python-version: '3.11'
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 0
token: ${{ secrets.PANTHER_BOT_AUTOMATION_TOKEN }}
- name: Set up Python
uses: actions/setup-python@532b046aaf352bab5717122cc0ea52b7f12266a3
uses: actions/setup-python@bfc4944b43a5d84377eca3cf6ab5b7992ba61923
with:
python-version: '3.11'
- name: Install Requirements
Expand Down