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 ab76009 commit 6d5e330Copy full SHA for 6d5e330
2 files changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ permissions:
13
14
jobs:
15
ci:
16
- uses: "WebProject-xyz/.github/.github/workflows/ci.yml@62db3a110fb7a4e6d433d5bb1fef18cf95bf4c5a" # main
+ uses: "WebProject-xyz/.github/.github/workflows/ci.yml@bb7092568ea7522b9670c51a870a0373f183e466" # main
17
secrets: inherit
18
with:
19
php-cs-fixer-ignore-env: true
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
23
24
- name: Checkout
25
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
26
27
ref: ${{ github.event.workflow_run.head_sha }}
28
fetch-depth: 0
0 commit comments