Skip to content

deps(github-actions): bump sigstore/cosign-installer from 3.8.1 to 3.8.2 in the github-actions-deps group #21

deps(github-actions): bump sigstore/cosign-installer from 3.8.1 to 3.8.2 in the github-actions-deps group

deps(github-actions): bump sigstore/cosign-installer from 3.8.1 to 3.8.2 in the github-actions-deps group #21

Workflow file for this run

name: pr
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
jobs:
lint-semantic:
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
perf
deps
revert
chore
docs
style
refactor