Skip to content

refactor: updated actions/cache action (#123) #46

refactor: updated actions/cache action (#123)

refactor: updated actions/cache action (#123) #46

Workflow file for this run

name: "Zap"
on:
push:
branches: [ "main" ]
schedule:
- cron: '25 18 * * 0'
jobs:
zap:
name: Zap
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
steps:
- name: ZAP Scan
uses: zaproxy/action-baseline@v0.7.0
with:
target: 'https://api.github.com/repos/db-ui/cicd-playground/branches'