Skip to content

Commit c349f80

Browse files
authored
Merge branch 'develop' into rm_unused_params
2 parents 43c58ba + c887b57 commit c349f80

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-hato-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
with:
137137
fetch-depth: 0
138138
ref: ${{ github.event.pull_request.head.sha }}
139-
- uses: dev-hato/actions-update-dockle@v0.0.30
139+
- uses: dev-hato/actions-update-dockle@v0.0.31
140140
with:
141141
github-token: ${{secrets.GITHUB_TOKEN}}
142142
repo-name: dev-hato/hato-bot

.github/workflows/pr-update-gitleaks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cache: npm
2727
- name: Install packages
2828
run: bash "${GITHUB_WORKSPACE}/scripts/npm_ci.sh"
29-
- uses: dev-hato/actions-update-gitleaks@v0.0.28
29+
- uses: dev-hato/actions-update-gitleaks@v0.0.29
3030
with:
3131
github-token: ${{secrets.GITHUB_TOKEN}}
3232
repo-name: dev-hato/hato-bot

0 commit comments

Comments
 (0)