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:
Winni Neessen 2024-03-17 19:28:59 +01:00
parent 4bc210f1ab
commit 31cf70c678
Signed by: wneessen
GPG key ID: 5F3AF39B820C119D

View file

@ -3,7 +3,6 @@
# SPDX-License-Identifier: CC0-1.0
name: golangci-lint
permissions: read-all
on:
push:
tags: