1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-25 19:29:04 +01:00

Improve GitHub Actions workflow metadata and concurrency settings (#163117)

This commit is contained in:
Franck Nijhof
2026-02-16 11:38:40 +01:00
committed by GitHub
parent 5d1cb4df94
commit e48bd88581
9 changed files with 64 additions and 33 deletions

View File

@@ -17,9 +17,9 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 360
permissions:
actions: read
contents: read
security-events: write
actions: read # To read workflow information for CodeQL
contents: read # To check out the repository
security-events: write # To upload CodeQL results
steps:
- name: Check out code from GitHub