Build: Reformat GitHub workflow Yaml files

Use Prettier 3.1.0 to reformat the Yaml files. This makes their format identical
to the one used on `3.x-stable`, making for much easier cherry-picks.

The main difference is the list under `steps:` was not indented while all other
lists were.

Closes gh-5364
This commit is contained in:
Michał Gołębiowski-Owczarek 2023-11-20 18:20:16 +01:00 committed by GitHub
parent fb0cc27291
commit c98597eaf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 63 additions and 64 deletions

View File

@ -5,14 +5,13 @@ on:
push:
branches-ignore: "dependabot/**"
schedule:
- cron: '0 4 * * 6'
- cron: "0 4 * * 6"
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
CodeQL-Build:
permissions:
contents: read # to fetch code (actions/checkout)
security-events: write # (github/codeql-action/autobuild)