aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-06-04 14:12:15 -0500
committerGitHub <noreply@github.com>2025-06-04 14:12:15 -0500
commit61686a4485fa0c73273046b8db694ba29372b118 (patch)
treebb33210d326679fe5fefe72e486d06888fd929e3
parent8c8191065e23e2b94fa654962941c2fca3610acf (diff)
parentc0514f4538bfa31071bf1b9f3a3303c5a9046740 (diff)
downloadcrumb-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.yml3
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