From d4db193feaa4438f4b2ad27a0658dfb425ae5217 Mon Sep 17 00:00:00 2001 From: Denny Septian Panggabean <97607754+ddevsr@users.noreply.github.com> Date: Thu, 4 Jun 2026 13:58:11 +0700 Subject: [PATCH 1/8] chore: update action pinning hash commit in docs.yml workflows --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index dfb56ab2c..66b441e18 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -10,11 +10,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: fetch-depth: 0 - name: Setup Python - uses: actions/setup-python@v6 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 with: python-version: 3.x - name: Install Dependencies From 7bb13c610cc54b10cf3071010e93aea794c52cac Mon Sep 17 00:00:00 2001 From: Denny Septian Panggabean <97607754+ddevsr@users.noreply.github.com> Date: Thu, 4 Jun 2026 14:01:19 +0700 Subject: [PATCH 2/8] chore: update action pinning hash commit in no-merge-commits.yml workflows --- .github/workflows/no-merge-commits.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/no-merge-commits.yml b/.github/workflows/no-merge-commits.yml index 3e1f59a8e..bf3dc5ad4 100644 --- a/.github/workflows/no-merge-commits.yml +++ b/.github/workflows/no-merge-commits.yml @@ -16,9 +16,9 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 - name: Run test - uses: NexusPHP/no-merge-commits@v2.4.1 + uses: NexusPHP/no-merge-commits@109a3342781ddcf26b2fa739f29e8ee9f68b7d8e with: token: ${{ secrets.GITHUB_TOKEN }} From abdfdaff7e00c567c97e4f4b8b6555bef9dedcbd Mon Sep 17 00:00:00 2001 From: Denny Septian Panggabean <97607754+ddevsr@users.noreply.github.com> Date: Thu, 4 Jun 2026 14:03:19 +0700 Subject: [PATCH 3/8] chore: update action pinning hash commit in phpunit-lang.yml workflows --- .github/workflows/phpunit-lang.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/phpunit-lang.yml b/.github/workflows/phpunit-lang.yml index 055d4b0eb..36b39b37b 100644 --- a/.github/workflows/phpunit-lang.yml +++ b/.github/workflows/phpunit-lang.yml @@ -28,10 +28,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 - name: Set up PHP - uses: shivammathur/setup-php@v2 + uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc with: php-version: '8.1' tools: composer, phive, phpunit From 9a73af53ffeffc2479eadf53373f9c119992a549 Mon Sep 17 00:00:00 2001 From: Denny Septian Panggabean <97607754+ddevsr@users.noreply.github.com> Date: Thu, 4 Jun 2026 14:05:54 +0700 Subject: [PATCH 4/8] chore: update action pinning hash commit in smart-commenting.yml workflows --- .github/workflows/smart-commenting.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/smart-commenting.yml b/.github/workflows/smart-commenting.yml index 80a1fb204..41cf664ed 100644 --- a/.github/workflows/smart-commenting.yml +++ b/.github/workflows/smart-commenting.yml @@ -12,7 +12,7 @@ jobs: pull-requests: write steps: - name: Add comment for GPG-sign - uses: peter-evans/create-or-update-comment@v5 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 with: issue-number: ${{ github.event.pull_request.number }} body: | @@ -31,7 +31,7 @@ jobs: pull-requests: write steps: - name: Add comment for PHPUnit test - uses: peter-evans/create-or-update-comment@v5 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 with: issue-number: ${{ github.event.pull_request.number }} body: | @@ -51,7 +51,7 @@ jobs: pull-requests: write steps: - name: Add comment for resolving a merge conflict - uses: peter-evans/create-or-update-comment@v5 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 with: issue-number: ${{ github.event.pull_request.number }} body: | From 6f00d695467a436402d9f0ac474e5a4232cc1a29 Mon Sep 17 00:00:00 2001 From: Denny Septian Panggabean <97607754+ddevsr@users.noreply.github.com> Date: Thu, 4 Jun 2026 14:29:09 +0700 Subject: [PATCH 5/8] Update action versions in docs.yml workflow --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 66b441e18..a0a2ac7e7 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -10,11 +10,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 - name: Setup Python - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: 3.x - name: Install Dependencies From f8af8344320eacfdc4c5e28a0cf124262a65868a Mon Sep 17 00:00:00 2001 From: Denny Septian Panggabean <97607754+ddevsr@users.noreply.github.com> Date: Thu, 4 Jun 2026 14:30:35 +0700 Subject: [PATCH 6/8] Update no-merge-commits.yml --- .github/workflows/no-merge-commits.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/no-merge-commits.yml b/.github/workflows/no-merge-commits.yml index bf3dc5ad4..d9392ef54 100644 --- a/.github/workflows/no-merge-commits.yml +++ b/.github/workflows/no-merge-commits.yml @@ -16,9 +16,9 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Run test - uses: NexusPHP/no-merge-commits@109a3342781ddcf26b2fa739f29e8ee9f68b7d8e + uses: NexusPHP/no-merge-commits@109a3342781ddcf26b2fa739f29e8ee9f68b7d8e # v2.4.1 with: token: ${{ secrets.GITHUB_TOKEN }} From 8796f3a3f5c1c911208f0b54b8bbb1d14df04cf3 Mon Sep 17 00:00:00 2001 From: Denny Septian Panggabean <97607754+ddevsr@users.noreply.github.com> Date: Thu, 4 Jun 2026 14:31:51 +0700 Subject: [PATCH 7/8] Update action versions in phpunit-lang.yml --- .github/workflows/phpunit-lang.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/phpunit-lang.yml b/.github/workflows/phpunit-lang.yml index 36b39b37b..bf6cebcd4 100644 --- a/.github/workflows/phpunit-lang.yml +++ b/.github/workflows/phpunit-lang.yml @@ -28,10 +28,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Set up PHP - uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc + uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2.37.1 with: php-version: '8.1' tools: composer, phive, phpunit From 2e9e1dff1ec2c64045594323772aad60692276ca Mon Sep 17 00:00:00 2001 From: Denny Septian Panggabean <97607754+ddevsr@users.noreply.github.com> Date: Thu, 4 Jun 2026 14:33:43 +0700 Subject: [PATCH 8/8] Update smart-commenting.yml --- .github/workflows/smart-commenting.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/smart-commenting.yml b/.github/workflows/smart-commenting.yml index 41cf664ed..3361c9f72 100644 --- a/.github/workflows/smart-commenting.yml +++ b/.github/workflows/smart-commenting.yml @@ -12,7 +12,7 @@ jobs: pull-requests: write steps: - name: Add comment for GPG-sign - uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0 with: issue-number: ${{ github.event.pull_request.number }} body: | @@ -31,7 +31,7 @@ jobs: pull-requests: write steps: - name: Add comment for PHPUnit test - uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0 with: issue-number: ${{ github.event.pull_request.number }} body: | @@ -51,7 +51,7 @@ jobs: pull-requests: write steps: - name: Add comment for resolving a merge conflict - uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0 with: issue-number: ${{ github.event.pull_request.number }} body: |