Skip to content

[universal] Conda: patch Python due to CVE-2023-32681 and GHSA-5cpq-8wj7-hf2v #580

[universal] Conda: patch Python due to CVE-2023-32681 and GHSA-5cpq-8wj7-hf2v

[universal] Conda: patch Python due to CVE-2023-32681 and GHSA-5cpq-8wj7-hf2v #580

name: Smoke test "universal" build
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
paths:
- src/universal/**
- .github/universal/smoke-universal.yaml
- .github/actions/**
- build/**
jobs:
smoke-test:
name: Smoke test
runs-on: ubuntu-latest
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v3
- name: Smoke test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
id: smoke_test
uses: ./.github/actions/smoke-test
with:
image: universal