diff --git a/.github/workflows/ada.yml b/.github/workflows/ada.yml index 709e036..a45ea75 100644 --- a/.github/workflows/ada.yml +++ b/.github/workflows/ada.yml @@ -8,7 +8,6 @@ on: branches: [ "main" ] permissions: read-all - actions: read jobs: build: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a1d28bd..01a6b4f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -19,7 +19,6 @@ concurrency: permissions: read-all - actions: read jobs: analyze: diff --git a/.github/workflows/generator-generic-ossf-slsa3-publish.yml b/.github/workflows/generator-generic-ossf-slsa3-publish.yml index c890be6..8cc5dbd 100644 --- a/.github/workflows/generator-generic-ossf-slsa3-publish.yml +++ b/.github/workflows/generator-generic-ossf-slsa3-publish.yml @@ -18,7 +18,6 @@ on: types: [created] permissions: read-all - actions: read jobs: build: diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 8afb3f3..2d9ea22 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -9,7 +9,6 @@ on: branches: [main] permissions: read-all - actions: read jobs: analysis: diff --git a/.github/workflows/workflow-linter.yml b/.github/workflows/workflow-linter.yml index 9ad08b3..67b6a82 100644 --- a/.github/workflows/workflow-linter.yml +++ b/.github/workflows/workflow-linter.yml @@ -11,7 +11,6 @@ on: - '.github/workflows/**' permissions: read-all - actions: read jobs: lint-workflows: