Updating GHES workflows

This commit is contained in:
GitHub Actions
2024-01-10 22:12:47 +00:00
parent 1a4b2218a8
commit 6c250eb62e
+4 -1
View File
@@ -30,9 +30,12 @@ jobs:
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
permissions:
# required for all workflows
security-events: write
# only required for workflows in private repositories
actions: read
contents: read
security-events: write
strategy:
fail-fast: false