diff --git a/.github/workflows/auto_cherry_pick.yml b/.github/workflows/auto_cherry_pick.yml new file mode 100644 index 00000000..3ee747a4 --- /dev/null +++ b/.github/workflows/auto_cherry_pick.yml @@ -0,0 +1,14 @@ +name: Dependency Audit Fix Run + +on: + workflow_dispatch: + +permissions: + contents: write + pull-requests: write + packages: read + +jobs: + audit-fix: + uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@fix_Auto-Cherry-Pick + diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index d69d0366..17a4b5d0 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -63,9 +63,9 @@ jobs: name: "Test Windows" uses: "./.github/workflows/test-os.yml" with: - os: '["windows-2019", "windows-2022"]' + os: '["windows-2019", "windows-2022", "windows-2025"]' python-version: '["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]' - include: '[{"os": "windows-2022", "python-version": "installed"}]' + include: '[{"os": "windows-2025", "python-version": "installed"}]' publish: name: "Publish" diff --git a/README.md b/README.md index 3755ecb9..87bdcbc3 100644 --- a/README.md +++ b/README.md @@ -666,11 +666,11 @@ jobs: actions: read steps: - - name: Download and Extract Artifacts - uses: dawidd6/action-download-artifact@e7466d1a7587ed14867642c2ca74b5bcc1e19a2d - with: - run_id: ${{ github.event.workflow_run.id }} - path: artifacts + - name: Download and Extract Artifacts + uses: dawidd6/action-download-artifact@e7466d1a7587ed14867642c2ca74b5bcc1e19a2d + with: + run_id: ${{ github.event.workflow_run.id }} + path: artifacts - name: Publish Test Results uses: step-security/publish-unit-test-result-action@v2