tiberius-raw-bulk 0.12.3-raw-bulk.3

A minimal Tiberius fork with raw bulk-load extension support
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: PR Code Security

on:
  pull_request:
    branches: [main]

jobs:
  secret-detection:
    name: Secret Detection
    if: github.event_name == 'pull_request'
    uses: prisma/.github/.github/workflows/secret_detection.yml@main
    secrets: inherit
  code-scanning:
    name: Code Scanning
    if: github.event_name == 'pull_request'
    uses: prisma/.github/.github/workflows/code_scanning.yml@main