Skip to content

Merge pull request #42 from GitHubSecurityLab/docs-update #59

Merge pull request #42 from GitHubSecurityLab/docs-update

Merge pull request #42 from GitHubSecurityLab/docs-update #59

Workflow file for this run

name: "CodeQL Bicep Extractor"
on:
push:
branches: [ main ]
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: "CodeQL Bicep Extractor"
uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}