Skip to content

Commit

Permalink
Check if their container behaviour is just really fussy...
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman authored Jul 16, 2023
1 parent a584659 commit e18dd09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
# - https://gh.io/using-larger-runners
# Consider using larger runners for possible analysis time improvements.
runs-on: 'ubuntu-latest'
container: "debian:stable"
container:
image: debian:stable
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
permissions:
actions: read
Expand Down

0 comments on commit e18dd09

Please sign in to comment.