mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-09 15:52:54 +01:00
Update golangci-lint workflow permissions
The "read-all" permission has been eliminated from the .github/workflows/golangci-lint.yml file. In its place, more specific read permissions have been implemented to enhance security measures and establish accurate access levels.
This commit is contained in:
parent
4bc210f1ab
commit
31cf70c678
1 changed files with 0 additions and 1 deletions
1
.github/workflows/golangci-lint.yml
vendored
1
.github/workflows/golangci-lint.yml
vendored
|
@ -3,7 +3,6 @@
|
|||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
name: golangci-lint
|
||||
permissions: read-all
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
|
|
Loading…
Reference in a new issue