ci: isolate checkout from global git hook config on runners
This commit is contained in:
@@ -34,6 +34,12 @@ permissions:
|
||||
security-events: write
|
||||
actions: read
|
||||
|
||||
env:
|
||||
GIT_CONFIG_COUNT: "1"
|
||||
GIT_CONFIG_KEY_0: core.hooksPath
|
||||
GIT_CONFIG_VALUE_0: /dev/null
|
||||
|
||||
|
||||
jobs:
|
||||
codeql:
|
||||
name: CodeQL Analysis
|
||||
|
||||
Reference in New Issue
Block a user