Skip to content

Commit 6cc360c

Browse files
Merge pull request #233 from AikidoSec/workflows-update-permissions
Workflows update: Update permissions & names
2 parents 312d1c3 + 6d74326 commit 6cc360c

6 files changed

Lines changed: 21 additions & 6 deletions

File tree

.github/workflows/benchmarks.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
name: Run Benchmarks
1+
name: 📊 Benchmarks
22

33
on:
44
pull_request:
55

6+
permissions:
7+
contents: read
8+
69
jobs:
710
build:
811
runs-on: ubuntu-latest

.github/workflows/end2end.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
name: Build and Run End-to-End Tests
1+
name: 🕵️ End to end tests
22

33
on:
44
pull_request:
55

6+
permissions:
7+
contents: read
8+
69
jobs:
710
build:
811
runs-on: ubuntu-latest

.github/workflows/gradle-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
name: Run Gradle Tests
1+
name: 🧪 Unit Tests
22

33
on:
44
push:
55
branches:
66
- main
77
pull_request:
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
build:
1114
runs-on: ubuntu-latest

.github/workflows/opentel.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
name: Test JavalinPostgres with OpenTelemetry
1+
name: 🕵️ End to end tests with OpenTelemetry
22

33
on:
44
pull_request:
55

6+
permissions:
7+
contents: read
8+
69
jobs:
710
build:
811
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release a new version
1+
name: 📦 Publish new Release
22

33
on:
44
release:

.github/workflows/test-ddtrace.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
name: Test with Datadog APM installed
1+
name: 🕵️ End to end tests with DataDog
22

33
on:
44
pull_request:
55

6+
permissions:
7+
contents: read
8+
69
jobs:
710
build-for-test-ddtrace-compat:
811
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)