Skip to content

Commit 4349d71

Browse files
committed
Pin non-GitHub actions with full sha in workflows
1 parent c91e1aa commit 4349d71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
with:
2020
distribution: 'temurin'
2121
java-version: ${{ matrix.java }}
22-
- uses: gradle/actions/setup-gradle@v4
22+
- uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4.2.1
2323
- run: ./gradlew assemble
2424
- run: ./gradlew check

.github/workflows/release-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
distribution: 'temurin'
1515
java-version: 17
16-
- uses: gradle/actions/setup-gradle@v4
16+
- uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4.2.1
1717
- run: ./gradlew publishPlugin
1818
env:
1919
GRADLE_PUBLISH_KEY: ${{ secrets.ZAPBOT_GRADLE_PUBLISH_KEY }}

0 commit comments

Comments
 (0)