From ea5f2e115d18fd00495539198c011445bf592091 Mon Sep 17 00:00:00 2001 From: Jim W Date: Mon, 12 Jan 2026 13:03:40 -0500 Subject: [PATCH] Potential fix for code scanning alert no. 5: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/golangci_lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/golangci_lint.yml b/.github/workflows/golangci_lint.yml index 0292a44..0598596 100644 --- a/.github/workflows/golangci_lint.yml +++ b/.github/workflows/golangci_lint.yml @@ -48,6 +48,7 @@ jobs: golangci-lint-result: needs: golangci-lint runs-on: ubuntu-latest + permissions: {} if: ${{ always() && needs.golangci-lint.result != 'skipped'}} steps: - if: ${{ needs.golangci-lint.result != 'success' }}