diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index f12f11d..afa58e4 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -30,7 +30,7 @@ jobs: spc_suffix: macos-aarch64.tar.gz steps: - name: Checkout code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false @@ -75,7 +75,7 @@ jobs: path: bin/php-parser-${{ github.ref_name }}-${{ matrix.arch }} - name: Create Release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 if: startsWith(github.ref, 'refs/tags/') with: files: | diff --git a/.github/workflows/build-windows-release-binary.yml b/.github/workflows/build-windows-release-binary.yml index 390e0e9..4742b4f 100644 --- a/.github/workflows/build-windows-release-binary.yml +++ b/.github/workflows/build-windows-release-binary.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false steps: - name: Checkout code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false @@ -57,7 +57,7 @@ jobs: path: bin/php-parser-${{ github.ref_name }}-x64-win32.exe - name: Create Release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 if: startsWith(github.ref, 'refs/tags/') with: files: |