@@ -32,17 +32,17 @@ jobs:
3232 steps :
3333 - id : auth
3434 name : Auth
35- uses : liblaf/actions/auth@v1
35+ uses : liblaf/actions/auth@1f83732587ff97f1babbe9218fdc5436dda1a16f # v1
3636 with :
3737 app-id : ${{ vars.APP_ID }}
3838 private-key : ${{ secrets.PRIVATE_KEY }}
3939 - name : Checkout
40- uses : actions/checkout@v6
40+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4141 with :
4242 token : ${{ steps.auth.outputs.token }}
4343 - id : release-please
4444 name : Release Please
45- uses : googleapis/release-please-action@v4
45+ uses : googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4
4646 with :
4747 token : ${{ steps.auth.outputs.token }}
4848 config-file : .config/release-please/config.json
@@ -62,12 +62,12 @@ jobs:
6262 steps :
6363 - id : auth
6464 name : Auth
65- uses : liblaf/actions/auth@v1
65+ uses : liblaf/actions/auth@1f83732587ff97f1babbe9218fdc5436dda1a16f # v1
6666 with :
6767 app-id : ${{ vars.APP_ID }}
6868 private-key : ${{ secrets.PRIVATE_KEY }}
6969 - name : Checkout
70- uses : actions/checkout@v6
70+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7171 with :
7272 ref : ${{ fromJson(needs.release-please.outputs.pr).headBranchName }}
7373 token : ${{ steps.auth.outputs.token }}
8181 version="$(awk '{ print $NF }' <<< "$title")"
8282 printf 'tag=%s\n' "v$version" >> "$GITHUB_OUTPUT"
8383 - name : Changelog
84- uses : liblaf/actions/changelog@v1
84+ uses : liblaf/actions/changelog@1f83732587ff97f1babbe9218fdc5436dda1a16f # v1
8585 with :
8686 output : CHANGELOG.md
8787 args : --tag '${{ steps.tag.outputs.tag }}'
9494 - name: Undo Last Commit
9595 run: git reset --soft HEAD~1
9696 - name: Commit
97- uses: liblaf/actions/commit@v1
97+ uses: liblaf/actions/commit@1f83732587ff97f1babbe9218fdc5436dda1a16f # v1
9898 with:
9999 add-options: --verbose '.config/release-please/.manifest.json' 'CHANGELOG.md'
100100 force: true
@@ -120,19 +120,19 @@ jobs:
120120 steps:
121121 - id: auth
122122 name: Auth
123- uses: liblaf/actions/auth@v1
123+ uses: liblaf/actions/auth@1f83732587ff97f1babbe9218fdc5436dda1a16f # v1
124124 with:
125125 app-id: ${{ vars.APP_ID }}
126126 private-key: ${{ secrets.PRIVATE_KEY }}
127127 - name: Checkout
128- uses: actions/checkout@v6
128+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
129129 with:
130130 ref: ${{ needs.release-please.outputs.tag }}
131131 token: ${{ steps.auth.outputs.token }}
132132 fetch-depth: 0
133133 - id: changelog
134134 name: Changelog
135- uses: liblaf/actions/changelog@v1
135+ uses: liblaf/actions/changelog@1f83732587ff97f1babbe9218fdc5436dda1a16f # v1
136136 with:
137137 args: --current --strip all
138138 - name: Update Release Notes
0 commit comments