Skip to content

build: Bump step-security/harden-runner from 2.14.1 to 2.15.0 #2220

build: Bump step-security/harden-runner from 2.14.1 to 2.15.0

build: Bump step-security/harden-runner from 2.14.1 to 2.15.0 #2220

Workflow file for this run

name: .Platform - Semantic PR Check
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
contents: read
jobs:
main:
permissions:
pull-requests: read # for amannn/action-semantic-pull-request to analyze PRs
statuses: write # for amannn/action-semantic-pull-request to mark status of analyzed PR
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
with:
egress-policy: audit
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}