Skip to content

feat(deps): bump mvdan.cc/sh/v3 from 3.9.0 to 3.10.0 #459

feat(deps): bump mvdan.cc/sh/v3 from 3.9.0 to 3.10.0

feat(deps): bump mvdan.cc/sh/v3 from 3.9.0 to 3.10.0 #459

Workflow file for this run

name: git-secrets
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
git-secrets:
runs-on: ubuntu-latest
# Need to work out how to deal with secrets and dependabot pull requests
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: GitGuardian Scan
uses: GitGuardian/gg-shield-action@master
env:
GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}
GITHUB_PULL_BASE_SHA: ${{ github.event.pull_request.base.sha }}
GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
GITGUARDIAN_API_KEY: ${{ secrets.GH_GITGUARDIAN }}