1
0
mirror of https://github.com/docker/awesome-compose.git synced 2025-07-05 05:23:52 +00:00

Update codeql-analysis.yml

Signed-off-by: Courtyard10 <webmaster@githubzh.com>
This commit is contained in:
Courtyard10 2025-03-14 23:26:36 -07:00 committed by GitHub
parent 18f59bdb09
commit b9d89c5b21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,24 +7,23 @@ on:
jobs: jobs:
analyze: analyze:
name: Analyze name: Analyze
runs-on: ubuntu-latest runs-on: Windows
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix: language
language: [ 'go', 'typescript', 'python' ]
steps: steps:
- name: Checkout repository + name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Initialize CodeQL + name: Initialize CodeQL
uses: github/codeql-action/init@v1 uses: github/codeql-action/init@v1
with: with:
languages: ${{ matrix.language }} languages: ${{ matrix.language }}
- name: Autobuild + name: Autobuild
uses: github/codeql-action/autobuild@v1 uses: github/codeql-action/autobuild@v1
- name: Perform CodeQL Analysis + name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1 uses: github/codeql-action/analyze@v1