Skip to content

Commit 32b2d05

Browse files
authored
ci: limit the permission set to the minimum required for all action workflow (#15)
1 parent 9993fd4 commit 32b2d05

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
test:
88
name: Report
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: read
1012
steps:
1113
- name: Checkout code
1214
uses: actions/checkout@v4.2.2

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog][changelog], and this project adheres
66
to [Semantic Versioning][semver].
77

8+
## [Unreleased]
9+
10+
### Maintenance
11+
12+
- Limit the permission set to the minimum required for all action workflow.
13+
814
## [0.2.0] - 2025-05-10
915

1016
### Added

0 commit comments

Comments
 (0)