Skip to content
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.

Update dependency renovate to v35.66.1 #2642

Update dependency renovate to v35.66.1

Update dependency renovate to v35.66.1 #2642

Workflow file for this run

---
name: update-gitleaks
on:
pull_request:
types:
- opened
- synchronize
- reopened
- closed
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
update-gitleaks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v3.6.0
with:
cache: npm
- name: Install packages
run: npm ci
- uses: dev-hato/actions-update-gitleaks@v0.0.43
with:
github-token: ${{secrets.GITHUB_TOKEN}}
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true