Skip to content

Bump github/codeql-action from 3.26.9 to 3.27.4 #928

Bump github/codeql-action from 3.26.9 to 3.27.4

Bump github/codeql-action from 3.26.9 to 3.27.4 #928

Workflow file for this run

name: Python package
on: [push]
jobs:
build:
runs-on: macos-latest
strategy:
matrix:
python-version: ["3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
- name: Display Python version
run: python -c "import sys; print(sys.version)"