diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a76ed0..5317e78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 - name: Generate next version id: version - uses: conventional-actions/next-version@v1 + uses: conventional-actions/next-version@1b3e4803a0bdf7435ba7bb5ace077445ed54e82a # v1.1.8 - name: Setup Java uses: actions/setup-java@v3 with: @@ -118,7 +118,7 @@ jobs: contents: write steps: - name: Create Release - uses: conventional-actions/create-release@v1 + uses: conventional-actions/create-release@c025b7306d14a25901b72486f97f3ebe7662a8ed # v1.0.31 with: tag_name: ${{ needs.build.outputs.version }}