From c5a0d8f6de2485cbbfe17913f5e36fb97b6ed4b4 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Tue, 12 Jul 2022 19:33:37 -0400 Subject: [PATCH] Remove all linting GHA permissions Signed-off-by: Daniel Farrell --- .github/workflows/linting.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 7b7d7fae9..72122b531 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -35,6 +35,7 @@ jobs: gitlint: name: Commit Message(s) runs-on: ubuntu-latest + permissions: {} steps: - name: Check out the repository uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b @@ -46,6 +47,7 @@ jobs: golangci-lint: name: Go runs-on: ubuntu-latest + permissions: {} steps: - name: Check out the repository uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b @@ -55,6 +57,7 @@ jobs: headers: name: License Headers runs-on: ubuntu-latest + permissions: {} steps: - name: Check out the repository uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b @@ -65,6 +68,7 @@ jobs: licenses: name: Dependency Licenses runs-on: ubuntu-latest + permissions: {} steps: - name: Check out the repository uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b @@ -75,6 +79,7 @@ jobs: markdown-link-check: name: Markdown Links (modified files) runs-on: ubuntu-latest + permissions: {} steps: - name: Check out the repository uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b @@ -89,6 +94,7 @@ jobs: markdownlint: name: Markdown runs-on: ubuntu-latest + permissions: {} steps: - name: Check out the repository uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b @@ -98,6 +104,7 @@ jobs: packagedoc-lint: name: Package Documentation runs-on: ubuntu-latest + permissions: {} steps: - name: Check out the repository uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b @@ -107,6 +114,7 @@ jobs: vulnerability-scan: name: Vulnerability Scanning runs-on: ubuntu-latest + permissions: {} steps: - name: Check out the repository uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b @@ -126,6 +134,7 @@ jobs: yaml-lint: name: YAML runs-on: ubuntu-latest + permissions: {} steps: - name: Check out the repository uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b