diff options
| author | Christian Cleberg <[email protected]> | 2025-06-04 14:10:56 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-04 14:10:56 -0500 |
| commit | c0514f4538bfa31071bf1b9f3a3303c5a9046740 (patch) | |
| tree | bb33210d326679fe5fefe72e486d06888fd929e3 | |
| parent | 8c8191065e23e2b94fa654962941c2fca3610acf (diff) | |
| download | crumb-c0514f4538bfa31071bf1b9f3a3303c5a9046740.tar.gz crumb-c0514f4538bfa31071bf1b9f3a3303c5a9046740.tar.bz2 crumb-c0514f4538bfa31071bf1b9f3a3303c5a9046740.zip | |
Potential fix for code scanning alert no. 1: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/ruff.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml index 61f90cb..94b7b63 100644 --- a/.github/workflows/ruff.yml +++ b/.github/workflows/ruff.yml @@ -5,6 +5,9 @@ on: paths: - '**.py' +permissions: + contents: write + jobs: build: runs-on: ubuntu-latest |
