File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - uses : actions/checkout@v4
21- - uses : axel-op/googlejavaformat-action@v3
21+ - uses : axel-op/googlejavaformat-action@c1134ebd196c4cbffb077f9476585b0be8b6afcd # v4.0.0
2222 with :
23- version : v1.19.2
23+ release-name : v1.19.2
2424 args : " --set-exit-if-changed --dry-run"
Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ jobs:
3636 run : echo "version-without-v=${GITHUB_REF_NAME#v}" >> "$GITHUB_OUTPUT"
3737 - name : Get changelog release info
3838 id : changelog
39- uses : release-flow/keep-a-changelog-action@v3
39+ uses : release-flow/keep-a-changelog-action@74931dec7ecdbfc8e38ac9ae7e8dd84c08db2f32 # v3.0.0
4040 with :
4141 command : query
4242 version : ${{ steps.get-version.outputs.version-without-v }}
4343 - name : Create GitHub Release
44- uses : softprops/action-gh-release@v1
44+ uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
4545 with :
4646 name : ${{ steps.changelog.outputs.version }}
4747 body : ${{ steps.changelog.outputs.release-notes }}
You can’t perform that action at this time.
0 commit comments