Skip to content

Bump @types/node from 26.1.1 to 26.1.2 #116

Bump @types/node from 26.1.1 to 26.1.2

Bump @types/node from 26.1.1 to 26.1.2 #116

name: Check signed commits in PR
on: pull_request_target
permissions:
contents: read
jobs:
build:
name: Check signed commits in PR
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
with:
egress-policy: audit
- name: Check signed commits in PR
uses: 1Password/check-signed-commits-action@v1