winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

action.yml (250B)


      1 name: Initialize CodeQL
      2 
      3 description: Initializes CodeQL action to be used in build workflows
      4 
      5 runs:
      6   using: "composite"
      7 
      8   steps:
      9     - name: Initialize CodeQL
     10       uses: github/codeql-action/init@v3
     11       with:
     12           languages: cpp