Skip to content

Commit

Permalink
Create workflow-scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rcowsill authored Jan 6, 2024
1 parent 7c14c3f commit f9982ed
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/workflow-scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: "Workflow CodeQL Scan"

on:
push:
branches: [main]
pull_request:
branches: [main]

permissions:
# Required for all workflows
security-events: write

jobs:
workflow-scan:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Perform CodeQL Analysis
uses: rcowsill/workflow-scan-action@v1

0 comments on commit f9982ed

Please sign in to comment.