We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9993fd4 commit 32b2d05Copy full SHA for 32b2d05
.github/workflows/test.yml
@@ -7,6 +7,8 @@ jobs:
7
test:
8
name: Report
9
runs-on: ubuntu-latest
10
+ permissions:
11
+ contents: read
12
steps:
13
- name: Checkout code
14
uses: actions/checkout@v4.2.2
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog][changelog], and this project adheres
6
to [Semantic Versioning][semver].
+## [Unreleased]
+
+### Maintenance
+- Limit the permission set to the minimum required for all action workflow.
## [0.2.0] - 2025-05-10
15
16
### Added
0 commit comments