Skip to content

Commit

Permalink
Code scanning: Add step titles to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Sharad committed Jan 3, 2023
1 parent ef21864 commit f837e8e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,10 @@ jobs:
security-events: write

steps:
- uses: actions/checkout@v3
- uses: ./init
- name: Checkout
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: ./init
id: init
with:
languages: javascript
Expand All @@ -91,4 +93,5 @@ jobs:
# confirm steps.init.outputs.codeql-path points to the codeql binary
- name: Print CodeQL Version
run: ${{steps.init.outputs.codeql-path}} version --format=json
- uses: ./analyze
- name: Perform CodeQL Analysis
uses: ./analyze

0 comments on commit f837e8e

Please sign in to comment.