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 0b02f3c commit 7ddeac1Copy full SHA for 7ddeac1
.github/workflows/build.yml
@@ -1,11 +1,9 @@
1
-name: "Build"
2
-
+name: Build
3
on:
4
push:
5
branches: [master]
6
pull_request:
7
8
9
jobs:
10
build:
11
runs-on: ubuntu-latest
.github/workflows/codeql-analysis.yml
@@ -1,13 +1,11 @@
-name: "CodeQL"
+name: CodeQL
schedule:
- cron: "27 4 * * 4"
12
analyze:
13
name: Analyze
@@ -16,16 +14,13 @@ jobs:
16
14
actions: read
17
15
contents: read
18
security-events: write
19
20
strategy:
21
fail-fast: false
22
matrix:
23
language: ["go"]
24
25
steps:
26
- name: Checkout repository
27
uses: actions/checkout@v2
28
29
- name: Initialize CodeQL
30
uses: github/codeql-action/init@v1
31
with:
0 commit comments