[AutoPR- Security] Patch xorg-x11-server-Xwayland for CVE-2025-62231, CVE-2025-62229 [HIGH] #26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Verify osguard imageconfigs are up-to-date | |
| on: | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| verify-osguard-imageconfigs: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@v4 | |
| - name: Set up Python | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: '3.x' | |
| - name: Install Python dependencies for merge_yaml | |
| run: | | |
| python -m pip install --upgrade pip | |
| pip install pyyaml | |
| - name: Run osguard imageconfigs test | |
| working-directory: toolkit/scripts | |
| shell: bash | |
| run: | | |
| set -euo pipefail | |
| ./generate-osguard-imageconfigs.sh test |