Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

build(deps): bump ruamel-yaml from 0.17.32 to 0.17.40 #65

build(deps): bump ruamel-yaml from 0.17.32 to 0.17.40

build(deps): bump ruamel-yaml from 0.17.32 to 0.17.40 #65

Workflow file for this run

---
name: Pull Request Labeler
on:
- pull_request_target
jobs:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Harden Security Runner
uses: step-security/harden-runner@v2
with:
egress-policy: block
allowed-endpoints: >
api.github.com:443
github.com:443
- uses: actions/labeler@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}