Skip to content

Update step-security/harden-runner action to v2.19.2 (#968) #780

Update step-security/harden-runner action to v2.19.2 (#968)

Update step-security/harden-runner action to v2.19.2 (#968) #780

Workflow file for this run

name: Labeler
on:
push:
branches:
- main
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
contents: read
issues: read
steps:
- name: Harden Runner
uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2
with:
disable-sudo: true
egress-policy: audit
disable-telemetry: false
allowed-endpoints: >
api.github.com:443
github.com:443
- name: Check out the repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@548a7c3603594ec17c819e1239f281a3b801ab4d # v6.0.0
with:
skip-delete: true