From 560b7e0e878ed522f723cbdad359ebdeff1ca03b Mon Sep 17 00:00:00 2001 From: Jason Christopher Simpson <176843833+JSTONE1111@users.noreply.github.com> Date: Sun, 15 Feb 2026 02:07:52 -0500 Subject: [PATCH] Potential fix for code scanning alert no. 95: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .../workflows/sync-develop-from-smartcontractkit-chainlink.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync-develop-from-smartcontractkit-chainlink.yml b/.github/workflows/sync-develop-from-smartcontractkit-chainlink.yml index 7f57f341850..4ab2b72d017 100644 --- a/.github/workflows/sync-develop-from-smartcontractkit-chainlink.yml +++ b/.github/workflows/sync-develop-from-smartcontractkit-chainlink.yml @@ -9,6 +9,8 @@ jobs: sync: name: Sync runs-on: ubuntu-latest + permissions: + contents: write steps: - uses: actions/checkout@v4 with: