File tree Expand file tree Collapse file tree 3 files changed +14
-9
lines changed
Expand file tree Collapse file tree 3 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -12,20 +12,24 @@ jobs:
1212 name : Release build and publish
1313 runs-on : macOS-latest
1414 steps :
15- # 1. Checkout code
16- - name : Check out code
17- uses : actions/checkout@v4
15+ # 1. Harden Runner
16+ - name : Harden Runner
17+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
18+ with :
19+ egress-policy : audit
1820
19- # 2. Set up JDK 21
21+ # 2. Checkout code
22+ - name : Check out code
23+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2024
25+ # 3. Set up JDK 21
2126 - name : Set up JDK 21
22- uses : actions/setup-java@v4
27+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00
2328 with :
2429 distribution : " zulu"
2530 java-version : 21
2631
27- # 3. Publish to Maven Central
28-
32+ # 4. Publish to Maven Central
2933 - name : Publish to MavenCentral
3034 run : ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
3135 env :
Original file line number Diff line number Diff line change 2222 with :
2323 egress-policy : audit
2424
25- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25+ - name : Check out code
26+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2627 with :
2728 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
2829
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
1111 id(" org.sonarqube" ) version " 4.4.1.3373"
1212}
1313
14- version = " 1.0.2 "
14+ version = " 1.1.0 "
1515val groupId = " com.formbricks"
1616val artifactId = " android"
1717
You can’t perform that action at this time.
0 commit comments