Skip to content

Commit

Permalink
feat: use reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nhawk committed Apr 25, 2022
1 parent d724180 commit 4014c41
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions .github/workflows/codeql-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,5 @@ on: [push, pull_request]

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

permissions:
security-events: write
actions: read
contents: read

steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
# with:
# languages: go, javascript, csharp, python, cpp, java

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below).
# - name: Autobuild
# uses: github/codeql-action/autobuild@v2

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
name: CodeQL Scan
uses: uc-cdis/.github/.github/workflows/codeql-scan.yaml@feat/codeql-scan

0 comments on commit 4014c41

Please sign in to comment.