This repository has been archived by the owner on Sep 24, 2024. It is now read-only.
chore(deps-dev): update github/codeql-action digest to f0a1281 #130
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: pr-label | |
on: | |
pull_request: | |
jobs: | |
size-label: | |
runs-on: ubuntu-latest | |
if: ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }} | |
steps: | |
- name: Harden Runner | |
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0 | |
with: | |
egress-policy: audit | |
- name: size-label | |
uses: "pascalgn/size-label-action@b1f4946f381d38d3b5960f76b514afdfef39b609" | |
env: | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" |