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

CI security hardening actions/checkout to not persist-credentials (#162991)

This commit is contained in:
Franck Nijhof
2026-02-14 21:11:43 +01:00
committed by GitHub
parent 12584482a2
commit 4d0d5d6817
5 changed files with 60 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ jobs:
steps:
- name: Check out code from GitHub
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2