Skip to content

Commit

Permalink
Merge pull request #2479 from igfoo/igfoo/swift_timeout
Browse files Browse the repository at this point in the history
CodeQL: Remove Swift 2h timeout
  • Loading branch information
orhantoy authored Aug 20, 2024
2 parents 83b6e98 + ba12583 commit 91fe144
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code-scanning/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
# - https://gh.io/using-larger-runners (GitHub.com only)
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
permissions:
# required for all workflows
security-events: write
Expand Down

1 comment on commit 91fe144

@965022-oss
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

code-scanning/codeql.yml
Merge #2479 Branch: main 965022-oss-patch3/SHA: f4dbb8424c

Please sign in to comment.