소스 검색

Simplify CodeQL workflow

pull/68/head
offa 6 달 전
부모
커밋
80da369c7c
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -3
      .github/workflows/codeql-analysis.yml

+ 1
- 3
.github/workflows/codeql-analysis.yml 파일 보기

@@ -17,8 +17,6 @@ jobs:

strategy:
fail-fast: false
matrix:
language: [ 'python' ]

steps:
- name: Checkout repository
@@ -27,7 +25,7 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
languages: 'python'

- name: Autobuild
uses: github/codeql-action/autobuild@v3


불러오는 중...
취소
저장