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 cf67908 + 0f7b9a2 commit baac039Copy full SHA for baac039
.github/workflows/qa.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: Checkout code
23
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
24
25
- name: Install PHP
26
uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
.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