Skip to content

Commit ada4a9f

Browse files
committed
Merge branch '3.0.x'
2 parents 8e870e6 + 24d9095 commit ada4a9f

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

.github/workflows/build-and-deploy-snapshot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches:
55
- main
6+
permissions:
7+
contents: read
68
concurrency:
79
group: ${{ github.workflow }}-${{ github.ref }}
810
jobs:

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches:
55
- main
6+
permissions:
7+
contents: read
68
concurrency:
79
group: ${{ github.workflow }}-${{ github.ref }}
810
jobs:

.github/workflows/delete-staged-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
build-version:
66
description: 'Version of the build to delete'
77
required: true
8+
permissions:
9+
contents: read
810
jobs:
911
delete-staged-release:
1012
name: Delete Staged Release

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
tags:
55
- v3.0.[0-9]+
6+
permissions:
7+
contents: read
68
concurrency:
79
group: ${{ github.workflow }}-${{ github.ref }}
810
jobs:
@@ -69,6 +71,8 @@ jobs:
6971
- build-and-stage-release
7072
- promote-release
7173
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
74+
permissions:
75+
contents: write
7276
steps:
7377
- name: Check Out Code
7478
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

0 commit comments

Comments
 (0)