Skip to content

Commit 8de0c0f

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents b40786d + 82f5607 commit 8de0c0f

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

.github/workflows/Build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Build
22
run-name: "Build #${{ github.run_number }}"
33

4+
permissions:
5+
contents: read
6+
47
on:
58
push:
69
tags:

.github/workflows/Test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Test
22
run-name: "Test #${{ github.run_number }}"
33

4+
permissions:
5+
contents: read
6+
47
on:
58
pull_request:
69
paths-ignore:

.github/workflows/Update-Tap.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Update Tap
22
run-name: "Update Tap #${{ github.run_number }}"
33

4+
permissions:
5+
contents: read
6+
47
on:
58
workflow_run:
69
workflows: [Build documentation]

.github/workflows/Validate-Gradle-Wrapper.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: "Validate Gradle Wrapper"
22
run-name: "Validate Gradle Wrapper #${{ github.run_number }}"
33

4+
permissions:
5+
contents: read
6+
47
on:
58
push:
69
paths:

0 commit comments

Comments
 (0)