diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..289f4b91 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + + - package-ecosystem: "composer" + directory: "/" + schedule: + interval: "daily" diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index b4ef30e5..0749a692 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -68,10 +68,11 @@ jobs: - name: Import GPG key if: github.event.repository.full_name == 'hydephp/cli' - uses: crazy-max/ghaction-import-gpg@v6 + uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 with: gpg_private_key: ${{ secrets.GPG_SIGNING_PRIVATE_KEY }} passphrase: ${{ secrets.GPG_SIGNING_KEY_PASSPHRASE }} + trust_level: 5 - name: Sign the executable if: github.event.repository.full_name == 'hydephp/cli' @@ -101,7 +102,7 @@ jobs: run: git restore composer.json composer.lock - name: Create pull request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 with: commit-message: "HydeCLI v${{ steps.build-version.outputs.version }}" title: "HydeCLI v${{ steps.build-version.outputs.version }}" diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 144fb9db..ee5b4afa 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -51,7 +51,7 @@ jobs: echo "Version: v${{ env.VERSION }}" - name: Create a release - uses: ncipollo/release-action@v1 + uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 with: name: v${{ env.VERSION }} tag: v${{ env.VERSION }} diff --git a/app/Application.php b/app/Application.php index 83b2cddd..c2d1ab7d 100644 --- a/app/Application.php +++ b/app/Application.php @@ -6,7 +6,7 @@ class Application extends \Hyde\Foundation\Application { - final public const APP_VERSION = '0.7.57'; + final public const APP_VERSION = '0.7.58'; public function getCachedPackagesPath(): string { diff --git a/builds/hyde b/builds/hyde index 89864fde..19d014c9 100755 Binary files a/builds/hyde and b/builds/hyde differ diff --git a/builds/hyde.sig b/builds/hyde.sig index 91c72f26..25765730 100644 Binary files a/builds/hyde.sig and b/builds/hyde.sig differ