ci: pin Github Actions version in web-release.yml

Co-authored-by: Moritz <mr-tz@users.noreply.github.com>
This commit is contained in:
fariss
2024-11-27 14:00:30 +01:00
committed by GitHub
parent 32c428b989
commit 02b5e11380

View File

@@ -77,7 +77,7 @@ jobs:
git add -u web/explorer/releases/ git add -u web/explorer/releases/
- name: Create Pull Request - name: Create Pull Request
uses: peter-evans/create-pull-request@v7 uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
title: "explorer web: add release v${{ github.event.inputs.version }}" title: "explorer web: add release v${{ github.event.inputs.version }}"