Skip to content

Commit 4ebff4a

Browse files
Merge pull request #1735 from Yamato-Security/fix-actions-permissions
fix: add read permissions to GitHub actions workflow
2 parents 022cc95 + 1745db3 commit 4ebff4a

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

.github/workflows/integration-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Integration Test
22

3+
permissions:
4+
contents: read
5+
36
on:
47
workflow_dispatch:
58

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Hayabusa Release Automation
22

3+
permissions:
4+
contents: read
5+
36
on:
47
workflow_dispatch:
58
inputs:

.github/workflows/rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Rust
22

3+
permissions:
4+
contents: read
5+
36
on:
47
pull_request:
58
branches:

.github/workflows/timeline-diff.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Check CSV timeline and JSON timeline Diff
22

3+
permissions:
4+
contents: read
5+
36
on:
47
workflow_dispatch:
58

0 commit comments

Comments
 (0)