diff options
| author | Christian Cleberg <[email protected]> | 2025-06-04 14:12:15 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-04 14:12:15 -0500 |
| commit | 61686a4485fa0c73273046b8db694ba29372b118 (patch) | |
| tree | bb33210d326679fe5fefe72e486d06888fd929e3 | |
| parent | 8c8191065e23e2b94fa654962941c2fca3610acf (diff) | |
| parent | c0514f4538bfa31071bf1b9f3a3303c5a9046740 (diff) | |
| download | crumb-61686a4485fa0c73273046b8db694ba29372b118.tar.gz crumb-61686a4485fa0c73273046b8db694ba29372b118.tar.bz2 crumb-61686a4485fa0c73273046b8db694ba29372b118.zip | |
Merge pull request #1 from ccleberg/alert-autofix-1
Potential fix for code scanning alert no. 1: Workflow does not contain permissions
| -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 |
