We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a782061 + 1961b6d commit 23b461dCopy full SHA for 23b461d
1 file changed
.github/workflows/reusable-functional.yml
@@ -104,7 +104,7 @@ jobs:
104
- name: Setup MySQL Server
105
id: setup-mysql
106
if: ${{ inputs.dbtype != 'sqlite' }}
107
- uses: shogo82148/actions-setup-mysql@840178c12b07a58353c6312be784c23b63756eea # v1
+ uses: shogo82148/actions-setup-mysql@9c42ca180d5f1dd4dceb54c23c5eda0384f4d265 # v1
108
with:
109
mysql-version: ${{ inputs.mysql }}
110
auto-start: true
0 commit comments