Skip to content

Merge pull request #1667 from mabel-dev/#1666 #2099

Merge pull request #1667 from mabel-dev/#1666

Merge pull request #1667 from mabel-dev/#1666 #2099

name: Application Inspector
on: [push]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: microsoft/ApplicationInspector-Action@v1
- uses: actions/upload-artifact@v2
with:
name: AppInspectorResults
path: AppInspectorResults.json