Pin GH actions to SHA to avoid mutable refs (#3973)

This commit is contained in:
Alexander Brandes
2023-03-02 12:30:14 +01:00
committed by GitHub
parent b2ab61559c
commit e98f628d34
5 changed files with 14 additions and 28 deletions

View File

@ -1,14 +1,12 @@
name: draft release
on:
push:
branches:
- v6
pull_request:
types: [ opened, reopened, synchronize ]
types: [opened, reopened, synchronize]
pull_request_target:
types: [ opened, reopened, synchronize ]
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}