File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- uses : actions/checkout@v4
21
- - uses : axel-op/googlejavaformat-action@v3
21
+ - uses : axel-op/googlejavaformat-action@c1134ebd196c4cbffb077f9476585b0be8b6afcd # v4.0.0
22
22
with :
23
- version : v1.19.2
23
+ release-name : v1.19.2
24
24
args : " --set-exit-if-changed --dry-run"
Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ jobs:
36
36
run : echo "version-without-v=${GITHUB_REF_NAME#v}" >> "$GITHUB_OUTPUT"
37
37
- name : Get changelog release info
38
38
id : changelog
39
- uses : release-flow/keep-a-changelog-action@v3
39
+ uses : release-flow/keep-a-changelog-action@74931dec7ecdbfc8e38ac9ae7e8dd84c08db2f32 # v3.0.0
40
40
with :
41
41
command : query
42
42
version : ${{ steps.get-version.outputs.version-without-v }}
43
43
- name : Create GitHub Release
44
- uses : softprops/action-gh-release@v1
44
+ uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
45
45
with :
46
46
name : ${{ steps.changelog.outputs.version }}
47
47
body : ${{ steps.changelog.outputs.release-notes }}
You can’t perform that action at this time.
0 commit comments