Skip to content

fix: update github/codeql-action action to v3.28.0 #1934

fix: update github/codeql-action action to v3.28.0

fix: update github/codeql-action action to v3.28.0 #1934

Workflow file for this run

---
name: Pull Request Labeler
on:
- pull_request_target
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
if: github.actor != 'renovate[bot]'
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: block
allowed-endpoints: >
api.github.com:443
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}