We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43c58ba + c887b57 commit c349f80Copy full SHA for c349f80
2 files changed
.github/workflows/deploy-hato-bot.yml
@@ -136,7 +136,7 @@ jobs:
136
with:
137
fetch-depth: 0
138
ref: ${{ github.event.pull_request.head.sha }}
139
- - uses: dev-hato/actions-update-dockle@v0.0.30
+ - uses: dev-hato/actions-update-dockle@v0.0.31
140
141
github-token: ${{secrets.GITHUB_TOKEN}}
142
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