Skip to content

Commit

Permalink
pinned versions of GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
WaciX committed Sep 12, 2023
1 parent 1dfd5ff commit d95490b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
- name: Set up JDK 1.8
uses: actions/setup-java@v3
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 3.12.0
with:
java-version: '8'
distribution: 'temurin'
Expand Down

0 comments on commit d95490b

Please sign in to comment.