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

ci(deps): bump codecov/codecov-action from 3 to 4 #79

ci(deps): bump codecov/codecov-action from 3 to 4

ci(deps): bump codecov/codecov-action from 3 to 4 #79

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@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}