We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5b6a65 + c887b57 commit 7792b09Copy full SHA for 7792b09
2 files changed
.github/workflows/deploy-hato-bot.yml
@@ -137,7 +137,7 @@ jobs:
137
with:
138
fetch-depth: 0
139
ref: ${{ github.event.pull_request.head.sha }}
140
- - uses: dev-hato/actions-update-dockle@v0.0.30
+ - uses: dev-hato/actions-update-dockle@v0.0.31
141
142
github-token: ${{secrets.GITHUB_TOKEN}}
143
repo-name: dev-hato/hato-bot
.github/workflows/pr-update-gitleaks.yml
@@ -26,7 +26,7 @@ jobs:
26
cache: npm
27
- name: Install packages
28
run: bash "${GITHUB_WORKSPACE}/scripts/npm_ci.sh"
29
- - uses: dev-hato/actions-update-gitleaks@v0.0.28
+ - uses: dev-hato/actions-update-gitleaks@v0.0.29
30
31
32
0 commit comments