Code scanning: Add step titles to workflow

This commit is contained in:
Aditya Sharad 2023-01-03 13:00:12 -08:00
parent ef21864950
commit f837e8e761
No known key found for this signature in database
GPG key ID: 66D1E528054C320C

View file

@ -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
@ -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