We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 074ab5a commit 2f9f9b1Copy full SHA for 2f9f9b1
.github/workflows/on_pull_request_merge.yaml
@@ -4,28 +4,6 @@ on:
4
pull_request:
5
branches: [ main ]
6
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
29
test:
30
name: Test
31
runs-on: ubuntu-24.04
0 commit comments