Skip to content

Commit

Permalink
Attempt to fix failing CodeQL Github action job (#12608)
Browse files Browse the repository at this point in the history
The process being killed after 30m. If that's caused by the step timeout, this change should fix it
  • Loading branch information
dmitryax authored Jul 20, 2022
1 parent 55831bc commit f57e9ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "CodeQL Analysis"

on:
push:
branches: [ main ]
branches: [main]

jobs:
CodeQL-Build:
Expand All @@ -11,7 +11,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v3
with:
Expand All @@ -28,3 +28,4 @@ jobs:

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
timeout-minutes: 60

0 comments on commit f57e9ca

Please sign in to comment.