From 0d36a48f939c604ab71d783775ac2da66698f0ad Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Sun, 3 Aug 2025 23:29:39 +0200 Subject: [PATCH] fix(securty): Fix security alert Code scanning alert: we need to specify permissions on this action. --- .github/workflows/go-test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/go-test.yaml b/.github/workflows/go-test.yaml index 19b5a12..5e84e73 100644 --- a/.github/workflows/go-test.yaml +++ b/.github/workflows/go-test.yaml @@ -13,6 +13,8 @@ on: - "releases/**" jobs: tests: + permissions: + contents: read runs-on: ubuntu-latest steps: - uses: actions/checkout@v4