From 0c4795966efcacad8558be1efb2e94c2fdd18b48 Mon Sep 17 00:00:00 2001 From: Danil Ovchinnikov Date: Sat, 26 Jul 2025 09:38:02 +0300 Subject: [PATCH] use the explicit version of the action, instead of the latest (#526) --- .github/workflows/build.yml | 4 ++-- .github/workflows/template-cleanup.yml | 2 +- CHANGELOG.md | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ce690ae..cb3c7bf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -141,7 +141,7 @@ jobs: # Free GitHub Actions Environment Disk Space - name: Maximize Build Space - uses: jlumbroso/free-disk-space@main + uses: jlumbroso/free-disk-space@v1.3.1 with: tool-cache: false large-packages: false @@ -175,7 +175,7 @@ jobs: # Free GitHub Actions Environment Disk Space - name: Maximize Build Space - uses: jlumbroso/free-disk-space@main + uses: jlumbroso/free-disk-space@v1.3.1 with: tool-cache: false large-packages: false diff --git a/.github/workflows/template-cleanup.yml b/.github/workflows/template-cleanup.yml index abb6134..a68ad02 100644 --- a/.github/workflows/template-cleanup.yml +++ b/.github/workflows/template-cleanup.yml @@ -74,7 +74,7 @@ jobs: # Push changes - name: Push changes - uses: ad-m/github-push-action@master + uses: ad-m/github-push-action@v0.8.0 with: branch: main github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 3085ab4..735e8ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ - Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.6.0` - Dependencies - upgrade `org.jetbrains.qodana` to `2025.1.1` - Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2025.1.1` +- Dependencies (GitHub Actions) - upgrade `ad-m/github-push-action` to `v0.8.0` +- Dependencies (GitHub Actions) - upgrade `jlumbroso/free-disk-space` to `v1.3.1` - Gradle - upgrade `org.gradle.toolchains.foojay-resolver-convention` to `1.0.0` - Change since build to `243` (2024.3)