Skip to content

Update github/codeql-action action to v4.31.11 (#1064) #1272

Update github/codeql-action action to v4.31.11 (#1064)

Update github/codeql-action action to v4.31.11 (#1064) #1272

Workflow file for this run

---
name: Molecule testing workflow
on:
pull_request:
push:
schedule:
- cron: "30 5 * * */3"
workflow_dispatch:
permissions:
contents: read
jobs:
tox-docker:
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
with:
egress-policy: audit
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install system dependencies
run: |
sudo apt-get update
curl -LsSf https://astral.sh/uv/install.sh | sh
uv tool install tox --with tox-uv
- name: Test stable releases
run: |
tox run -e docker
tox-docker-upstream:
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
with:
egress-policy: audit
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install system dependencies
run: |
sudo apt-get update
curl -LsSf https://astral.sh/uv/install.sh | sh
uv tool install tox --with tox-uv
- name: Test upstream code
run: |
tox run -e docker-upstream