Skip to content

Bump github/codeql-action from 3.28.18 to 3.28.19 in the github-action-updates group #803

Bump github/codeql-action from 3.28.18 to 3.28.19 in the github-action-updates group

Bump github/codeql-action from 3.28.18 to 3.28.19 in the github-action-updates group #803

Workflow file for this run

name: PR Labeler
on:
pull_request_target:
types: [opened]
permissions:
contents: read
jobs:
pr-labeler:
permissions:
pull-requests: write # for TimonVS/pr-labeler-action to add labels in PR
runs-on: ubuntu-24.04
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:
- name: Harden Runner
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
with:
egress-policy: block
allowed-endpoints: >
api.github.com:443
*.githubusercontent.com:443
ghcr.io
- uses: TimonVS/pr-labeler-action@f9c084306ce8b3f488a8f3ee1ccedc6da131d1af # v5.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}