mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2025-12-05 06:11:52 +00:00
use the explicit version of the action, instead of the latest (#526)
This commit is contained in:
parent
f18711da36
commit
0c4795966e
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/template-cleanup.yml
vendored
2
.github/workflows/template-cleanup.yml
vendored
@ -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 }}
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user