Skip to content

Commit cebb718

Browse files
authored
Remove the CodeQL autobuild step (#223)
This isn't needed for projects that use interpreted languages.
1 parent 2508087 commit cebb718

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111

1212
jobs:
1313
analyze:
14-
name: Analyze
1514
runs-on: ubuntu-latest
1615
permissions:
1716
actions: read
@@ -33,8 +32,5 @@ jobs:
3332
with:
3433
languages: ${{ matrix.language }}
3534

36-
- name: Autobuild
37-
uses: github/codeql-action/autobuild@v3
38-
3935
- name: Perform CodeQL Analysis
4036
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)