Skip to content

Commit dd7e57a

Browse files
author
Tyler Titsworth
authored
Update lint.yaml
Signed-off-by: Tyler Titsworth <tyler.titsworth@intel.com>
1 parent 77c42c8 commit dd7e57a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/lint.yaml

+5-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@
1313
# limitations under the License.
1414

1515
name: Lint
16-
permissions:
17-
contents: read
18-
actions: read
19-
statuses: write
16+
permissions: read-all
2017
on:
2118
merge_group: null
2219
pull_request: null
@@ -27,6 +24,10 @@ jobs:
2724
lint:
2825
name: Lint
2926
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
27+
permissions:
28+
contents: read
29+
actions: read
30+
statuses: write
3031
steps:
3132
- name: Harden Runner
3233
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1

0 commit comments

Comments
 (0)