Skip to content
Open
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/pushToPyPiOnRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

#Checkout the current branch
- name: Checkout repo
uses: actions/checkout@v5
uses: actions/checkout@v6

#Install the given version of Python we will test against
- name: Install Required Python Version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Install Python
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testEndToEnd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

#Checkout the current branch
- name: Checkout repo
uses: actions/checkout@v5
uses: actions/checkout@v6

#Install the given version of Python we will test against
- name: Install Required Python Version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_against_escu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
steps:
# Checkout the current branch of contentctl repo
- name: Checkout repo
uses: actions/checkout@v5
uses: actions/checkout@v6

# Checkout the develop (default) branch of security_content
- name: Checkout repo
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: security_content
repository: splunk/security_content
Expand Down
Loading