diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4d36f6..a817867 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ permissions: jobs: ci: - uses: "WebProject-xyz/.github/.github/workflows/ci.yml@923056ac2deedfddf562951d2e0f0cc7bcf278c2" # main + uses: "WebProject-xyz/.github/.github/workflows/ci.yml@4796191a6df78f3002b078503545aeaba3977142" # main secrets: inherit with: php-cs-fixer-ignore-env: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35ea1b9..ea21512 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }} - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: ref: ${{ github.event.workflow_run.head_sha }} fetch-depth: 0