Skip to content

Bump monolithprojects/action-molecule from 1.4.1 to 1.5.0 #32

Bump monolithprojects/action-molecule from 1.4.1 to 1.5.0

Bump monolithprojects/action-molecule from 1.4.1 to 1.5.0 #32

Workflow file for this run

---
# .github/workflows/codeql.yml
name: "CodeQL"
on:
push:
branches: [ main ]
pull_request:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'python' ] # Add other languages as needed
steps:
- name: 'Checkout'
uses: actions/checkout@v2
- name: 'Initialize CodeQL'
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: 'Perform CodeQL Analysis'
uses: github/codeql-action/analyze@v2