We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8ec58 commit 3b24c77Copy full SHA for 3b24c77
.github/workflows/reusable-playwright-tests.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Fetch webapp
45
if: inputs.webapp-artifact
46
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
47
with:
48
name: ${{ inputs.webapp-artifact }}
49
path: webapp
.github/workflows/sonarqube.yml
@@ -38,7 +38,7 @@ jobs:
38
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
39
40
- name: 📥 Download artifact
41
42
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
0 commit comments