Skip to content

Bump step-security/harden-runner from 2.10.3 to 2.10.4 in the all group #1200

Bump step-security/harden-runner from 2.10.3 to 2.10.4 in the all group

Bump step-security/harden-runner from 2.10.3 to 2.10.4 in the all group #1200

Workflow file for this run

name: Autocommit pull requests
on:
workflow_dispatch:
pull_request:
types: [labeled]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit
- name: Automerge Pull Request if possible
uses: pascalgn/automerge-action@7961b8b5eec56cc088c140b56d864285eabd3f67 # v0.16.4
env:
GITHUB_TOKEN: "${{ secrets.PAT }}"
MERGE_LABELS: "automerge"
MERGE_RETRY_SLEEP: 300000
MERGE_METHOD: "squash"