Bump github/codeql-action from 2.1.28 to 3.26.7 #362
Workflow file for this run
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
# .github/labeler.yml contains the list of labels & files / folders to match, see: | |
# https://github.com/actions/labeler/blob/master/README.md | |
name: PR Labeler | |
on: | |
pull_request_target: | |
permissions: | |
contents: read | |
jobs: | |
label: | |
permissions: | |
contents: read # for actions/labeler to determine modified files | |
pull-requests: write # for actions/labeler to add labels to PRs | |
runs-on: ubuntu-latest | |
steps: | |
- name: Harden Runner | |
uses: step-security/harden-runner@ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5 | |
with: | |
egress-policy: block | |
allowed-endpoints: > | |
api.github.com:443 | |
- uses: actions/labeler@5c7539237e04b714afd8ad9b4aed733815b9fab4 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |