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
14 changes: 7 additions & 7 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: "3.9"
python-version: "3.14"
- uses: pre-commit/[email protected]

semgrep:
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: "3.9"
python-version: "3.14"
- uses: actions/download-artifact@v6
with:
name: UCC-UI-build
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: "3.9"
python-version: "3.14"
- uses: actions/download-artifact@v6
with:
name: UCC-UI-build
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: "3.9"
python-version: "3.14"
- uses: actions/download-artifact@v6
with:
name: Splunk_TA_UCCExample-raw-output
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: "3.9"
python-version: "3.14"
- run: curl -sSL https://install.python-poetry.org | python3 - --version ${{env.POETRY_VERSION}}
- name: Package tests/expected_output_global_config_everything/Splunk_TA_UCCExample
run: |
Expand Down Expand Up @@ -384,7 +384,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: "3.11"
python-version: "3.14"
- uses: actions/download-artifact@v6
with:
name: UCC-UI-build
Expand Down Expand Up @@ -462,7 +462,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-python@v6
with:
python-version: "3.9"
python-version: "3.14"
- name: install UI deps
uses: ./.github/actions/cached-ui-deps
- run: curl -sSL https://install.python-poetry.org | python3 - --version ${{env.POETRY_VERSION}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.9"
python-version: "3.14"

- name: Install Poetry
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: 3.9
python-version: 3.14
- name: install deps
uses: ./.github/actions/cached-ui-deps
- name: Build Storybook
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ta-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.9"
python-version: "3.14"

- name: Install Poetry ${{env.POETRY_VERSION}}
run: curl -sSL https://install.python-poetry.org | python3 - --version ${{env.POETRY_VERSION}} && poetry self add poetry-plugin-export@${{env.POETRY_EXPORT_PLUGIN_VERSION}}
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.9"
python-version: "3.14"

- name: Install Poetry ${{env.POETRY_VERSION}}
run: curl -sSL https://install.python-poetry.org | python3 - --version ${{env.POETRY_VERSION}} && poetry self add poetry-plugin-export@${{env.POETRY_EXPORT_PLUGIN_VERSION}}
Expand Down
Loading