Skip to content

Bump swiftlang/github-workflows/.github/workflows/soundness.yml from 0.0.10 to 0.0.14 #3808

Bump swiftlang/github-workflows/.github/workflows/soundness.yml from 0.0.10 to 0.0.14

Bump swiftlang/github-workflows/.github/workflows/soundness.yml from 0.0.10 to 0.0.14 #3808

name: PR label
permissions:
contents: read
on:
pull_request:
types: [labeled, unlabeled, opened, reopened, synchronize]
jobs:
semver-label-check:
name: Semantic version label check
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Check for Semantic Version label
uses: ./.github/actions/pull_request_semver_label_checker/