From 92249375eaabe8a46b02e17aab06fc9159b443de Mon Sep 17 00:00:00 2001 From: "Corey Neskey (Hive)" <167793684+coreyneskey@users.noreply.github.com> Date: Sat, 31 May 2025 16:54:54 -0400 Subject: [PATCH] Potential fix for code scanning alert no. 1: Workflow does not contain permissions Limit workflow token to read Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b784e43..692e8b3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,5 +1,7 @@ name: CI on: [push] +permissions: + contents: read jobs: build: runs-on: ubuntu-latest