Skip to content

Commit

Permalink
Remove all linting GHA permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Farrell <[email protected]>
  • Loading branch information
dfarrell07 committed Jul 12, 2022
1 parent 63050ff commit c5a0d8f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -46,6 +47,7 @@ jobs:
golangci-lint:
name: Go
runs-on: ubuntu-latest
permissions: {}
steps:
- name: Check out the repository
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand All @@ -55,6 +57,7 @@ jobs:
headers:
name: License Headers
runs-on: ubuntu-latest
permissions: {}
steps:
- name: Check out the repository
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand All @@ -65,6 +68,7 @@ jobs:
licenses:
name: Dependency Licenses
runs-on: ubuntu-latest
permissions: {}
steps:
- name: Check out the repository
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand All @@ -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
Expand All @@ -89,6 +94,7 @@ jobs:
markdownlint:
name: Markdown
runs-on: ubuntu-latest
permissions: {}
steps:
- name: Check out the repository
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand All @@ -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
Expand All @@ -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
Expand All @@ -126,6 +134,7 @@ jobs:
yaml-lint:
name: YAML
runs-on: ubuntu-latest
permissions: {}
steps:
- name: Check out the repository
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand Down

0 comments on commit c5a0d8f

Please sign in to comment.