Skip to content

Commit 846e90e

Browse files
authored
Merge pull request #31 from step-security-bot/stepsecurity_remediation_1732860711
[StepSecurity] ci: Harden GitHub Actions
2 parents e78ca9e + c9f6e1c commit 846e90e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/changelog.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- 'v*' # Triggers on tags that start with 'v'
77

8+
permissions:
9+
contents: read
10+
811
jobs:
912
changelog:
1013
name: Generate changelog

.github/workflows/coveralls.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ on: ["push", "pull_request"]
22

33
name: Coveralls Test Coverage
44

5+
permissions:
6+
contents: read
7+
58
jobs:
69
coveralls:
710
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)