Commit Graph

12 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
40f722ec18 fix: harden workflow permissions - set top-level permissions: {} and scope perms to jobs
Set `permissions: {}` at the top level of all workflow files to deny all
permissions by default, then grant only the minimum required permissions at
the job level. This fixes the Docker push failure caused by missing
`packages: write` permission being scoped incorrectly.

Changes per workflow:
- build-testing-image.yml: add contents: read + packages: write to job
- action-security.yml: consolidate contents: read, actions: read,
  pull-requests: read into the analyze job
- codeql-new.yml: add actions: read to the analyze job
- dependency-review.yml: add contents: read to the dependency-review job
- issue-stats.yml: top-level only (no checkout, existing job perms sufficient)
- new-release.yml: was read-all; job already has contents: write
- pr-lint.yml: was contents: read + packages: read; job already has full perms
- release.yml: job already has contents: write
- security-suite.yml: move all perms to job level
- stale.yml: top-level only (no checkout, existing job perms sufficient)
- sync-labels.yml: was read-all; add contents: read to job for checkout
- version-maintenance.yml: move all perms to job level

Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com>
2026-03-05 21:22:44 +00:00
681e0f828a chore(deps): update actions (#346) 2025-11-14 09:36:58 +02:00
renovate[bot]
05e171c506 feat(github-action)!: Update actions/checkout (v4.3.0 → v5.0.0) (#209)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-21 14:36:40 +03:00
renovate[bot]
e3b436adb3 feat(github-action): update actions/checkout (v4.2.2 → v4.3.0) (#213)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-18 09:43:18 +00:00
dd6e67c8d0 feat(ci): add merge_group trigger 2025-02-05 02:13:30 +02:00
8cd4630cf5 fix(ci): so you don't need the action.yml? 2025-02-05 02:03:19 +02:00
0f86932afb fix(ci): oops, forgot to checkout the repo 2025-02-05 02:00:50 +02:00
fcdcc4ae21 chore(ci): simplify labels syncing 2025-02-05 01:59:14 +02:00
Ismo Vuorinen
a006d699d3 fix: security-trends fixes, docs, tweaks 2025-02-04 12:16:16 +02:00
19f792e5d1 feat(ci): pin versions, tighten permissions 2025-02-02 14:20:05 +02:00
210aa969b3 feat: add GitHub Actions workflows for code quality and automation (#2) 2025-02-02 00:42:19 +02:00
Ismo Vuorinen
e90c7a737a Initial commit 2024-11-10 11:34:15 +02:00