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