Skip to content

Check GitHub actions with dependabot #21

Check GitHub actions with dependabot

Check GitHub actions with dependabot #21

name: (5.x) Check signed commits
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
jobs:
# Checks if the commits are signed, if not the workflow will fail
verify-signed-commits:
if: github.repository == 'wazuh/wazuh-indexer-reporting'
runs-on: ubuntu-24.04
permissions:
contents: read
steps:
- uses: 1Password/check-signed-commits-action@v1