Skip to content

Commit 2f9f9b1

Browse files
authored
Update on_pull_request_merge.yaml
Removed code analysis
1 parent 074ab5a commit 2f9f9b1

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/on_pull_request_merge.yaml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,6 @@ on:
44
pull_request:
55
branches: [ main ]
66
jobs:
7-
analyze:
8-
name: Analyze
9-
runs-on: ubuntu-24.04
10-
permissions:
11-
actions: read
12-
contents: read
13-
security-events: write
14-
strategy:
15-
fail-fast: false
16-
matrix:
17-
language: [ 'go' ]
18-
steps:
19-
- name: Checkout repository
20-
uses: actions/checkout@v4
21-
- name: Initialize CodeQL
22-
uses: github/codeql-action/init@v3
23-
with:
24-
languages: ${{ matrix.language }}
25-
- name: Autobuild
26-
uses: github/codeql-action/autobuild@v3
27-
- name: Perform CodeQL Analysis
28-
uses: github/codeql-action/analyze@v3
297
test:
308
name: Test
319
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)