Add permissions to lint.yml for security best practices

This commit is contained in:
Stanislas Lange
2025-12-04 18:36:48 +01:00
committed by Stanislas
parent 3a0260e9b8
commit cad43ad99e

View File

@@ -2,6 +2,9 @@ on: [push, pull_request, workflow_dispatch]
name: Lint
permissions:
contents: read
jobs:
super-linter:
runs-on: ubuntu-latest