Sfoglia il codice sorgente

Potential fix for code scanning alert no. 59: Workflow does not contain permissions

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
El RIDO 11 mesi fa
parent
commit
ac1b16e803
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      .github/workflows/eslint.yml

+ 2 - 0
.github/workflows/eslint.yml

@@ -1,4 +1,6 @@
 name: ESLint Check
+permissions:
+  contents: read
 
 on:
   push: