ci(github-action): pin dependencies

This commit is contained in:
Bernd Schorgers 2025-05-02 20:13:40 +02:00
parent 951db69192
commit 072fb7f5fa
No known key found for this signature in database
4 changed files with 8 additions and 8 deletions

View file

@ -40,7 +40,7 @@ runs:
- name: Upload gh-pages artifact
id: upload-artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: ${{ inputs.artifactName }}
path: ${{ runner.temp }}/artifact.tar
@ -49,13 +49,13 @@ runs:
- name: Deploy to GitHub Pages
id: deploy-gh-pages
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
with:
artifact_name: ${{ inputs.artifactName }}
- name: Clean up artifact
if: ${{ inputs.deleteArtifactAfterPublish == 'true' }}
uses: joernott/rm-artifact@v1
uses: joernott/rm-artifact@ddae76700af6756a6dbb164be87d62d25d85febd # v1.0.4
with:
name: ${{ inputs.artifactName }}
useGlob: false