Skip to content

chore(deps): update dev-hato/actions-update-gitleaks action to v0.0.9… #976

chore(deps): update dev-hato/actions-update-gitleaks action to v0.0.9…

chore(deps): update dev-hato/actions-update-gitleaks action to v0.0.9… #976

---
name: github-actions-cache-cleaner
on:
push:
branches:
- main
schedule:
- cron: "0 21 * * *" # 06:00 JST
workflow_dispatch:
permissions: read-all
jobs:
github-actions-cache-cleaner:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
- uses: dev-hato/github-actions-cache-cleaner@c08cff36eb83d54b0f715ff688ce9885f562ca44 # v0.0.78
with:
github-token: ${{secrets.GITHUB_TOKEN}}
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true