Skip to content

Update step-security/harden-runner action to v2.19.1 (#964) #777

Update step-security/harden-runner action to v2.19.1 (#964)

Update step-security/harden-runner action to v2.19.1 (#964) #777

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@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
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