This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
Update module github.com/giantswarm/microerror to v0.4.1 #758
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# DO NOT EDIT. Generated with: | |
# | |
# devctl@6.14.0 | |
# | |
name: gitleaks | |
on: [pull_request] | |
jobs: | |
gitleaks: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: '0' | |
- name: gitleaks-action | |
uses: giantswarm/gitleaks-action@main |