Skip to content

Bump pytest from 8.2.1 to 9.0.3 #334

Bump pytest from 8.2.1 to 9.0.3

Bump pytest from 8.2.1 to 9.0.3 #334

name: 'CI: GitGuardian'
on:
push:
pull_request:
types: [opened, reopened]
jobs:
scanning:
name: GitGuardian scan
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout the repository and commit
uses: actions/checkout@v3
with:
submodules: 'recursive'
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.GITGUARDIAN_API_KEY }}