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.
2 parents 101cd2d + 535ec1f commit 7c906aaCopy full SHA for 7c906aa
2 files changed
.github/workflows/qa.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: Checkout code
23
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
+ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
24
25
- name: Install PHP
26
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
.github/workflows/update-website.yml
@@ -50,7 +50,7 @@ jobs:
50
fi
51
52
53
54
with:
55
ref: ${{ steps.base_branch.outputs.BRANCH }}
56
0 commit comments