Skip to content

Commit 19c734c

Browse files
chore(deps): update github actions
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent de7a21c commit 19c734c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
steps:
194194
- name: Generate Token
195195
id: generate_token
196-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
196+
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2
197197
with:
198198
app-id: ${{ secrets.BOT_APP_ID }}
199199
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
@@ -205,7 +205,7 @@ jobs:
205205
token: ${{ steps.generate_token.outputs.token }}
206206

207207
- name: Semantic Release
208-
uses: cycjimmy/semantic-release-action@v6.0.0
208+
uses: cycjimmy/semantic-release-action@b12c8f6015dc215fe37bc154d4ad456dd3833c90 # v6.0.0
209209
with:
210210
tag_format: ${version}
211211
branches: |

0 commit comments

Comments
 (0)