Skip to content

Commit

Permalink
Update workflow Java wrapper and permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff5 committed Jul 15, 2023
1 parent e9eeb64 commit a9a4942
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ name: unit tests

on: [push, pull_request]

permissions:
contents: read

jobs:

unit-tests-Ubuntu-jdk-17:
Expand All @@ -19,8 +22,8 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
distribution: 'adopt'

- name: Set up Python 3.11
uses: actions/setup-python@v4
Expand Down

0 comments on commit a9a4942

Please sign in to comment.