Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Bump globalcitizen/php-iban from 4.2.1 to 4.2.3 #1840

Bump globalcitizen/php-iban from 4.2.1 to 4.2.3

Bump globalcitizen/php-iban from 4.2.1 to 4.2.3 #1840

Workflow file for this run

on:
pull_request: {}
push:
branches:
- developer
paths:
- .github/workflows/semgrep.yml
schedule:
- cron: '0 0 * * 0'
name: Semgrep
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: returntocorp/semgrep-action@v1
with:
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}