Skip to content

workflow: update security-gates version to latest using commit hash #99

workflow: update security-gates version to latest using commit hash

workflow: update security-gates version to latest using commit hash #99

name: Security Gates 🛡️
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Validate Workflow
run: echo "Validation successful"
security-gates:
uses: Trendyol/security-actions/.github/workflows/security-gates.yml@2f517c21295381d58281a8ff36dd9e2fe7fbc016
permissions:
actions: read
contents: read
security-events: write
secrets: inherit