Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v6.0.2
- uses: DanySK/build-check-deploy-gradle-action@9d11d6cf861249721395e3d204f4469de205a8a2 # 4.0.23
- uses: DanySK/build-check-deploy-gradle-action@43aacdcb625062c04614b0f1deac5a316fc0b076 # 4.0.24
with:
pre-build-command: ./gradlew kotlinUpgradeYarnLock
build-command: true
Expand All @@ -77,7 +77,7 @@ jobs:
steps:
- name: Checkout
uses: danysk/action-checkout@17f5de6c9546f22aad5eab262982aa8847eebd4f # 0.2.28
- uses: DanySK/build-check-deploy-gradle-action@9d11d6cf861249721395e3d204f4469de205a8a2 # 4.0.23
- uses: DanySK/build-check-deploy-gradle-action@43aacdcb625062c04614b0f1deac5a316fc0b076 # 4.0.24
with:
retries-on-failure: 5
wait-between-retries: 120
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
steps:
- name: Checkout with full history
uses: danysk/action-checkout@17f5de6c9546f22aad5eab262982aa8847eebd4f # 0.2.28
- uses: DanySK/build-check-deploy-gradle-action@9d11d6cf861249721395e3d204f4469de205a8a2 # 4.0.23
- uses: DanySK/build-check-deploy-gradle-action@43aacdcb625062c04614b0f1deac5a316fc0b076 # 4.0.24
with:
signing-key: ${{ secrets.SIGNING_KEY }}
signing-password: ${{ secrets.SIGNING_PASSWORD }}
Expand Down Expand Up @@ -394,7 +394,7 @@ jobs:
uses: actions/setup-node@v6.2.0
with:
node-version-file: package.json
- uses: DanySK/build-check-deploy-gradle-action@9d11d6cf861249721395e3d204f4469de205a8a2 # 4.0.23
- uses: DanySK/build-check-deploy-gradle-action@43aacdcb625062c04614b0f1deac5a316fc0b076 # 4.0.24
env:
MAKEPKG_IMAGE: ${{ needs.ci-preparation.outputs.makepkg-image }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-ancillary-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: danysk/action-checkout@17f5de6c9546f22aad5eab262982aa8847eebd4f # 0.2.28
with:
token: ${{ secrets.DEPLOYMENT_TOKEN }}
- uses: DanySK/build-check-deploy-gradle-action@9d11d6cf861249721395e3d204f4469de205a8a2 # 4.0.23
- uses: DanySK/build-check-deploy-gradle-action@43aacdcb625062c04614b0f1deac5a316fc0b076 # 4.0.24
with:
pre-build-command: rm -rf dokka-cache
build-command: |
Expand Down