From 559c07a701e306b5b288c2e8fd41708bff60a75e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 00:15:20 +0700 Subject: [PATCH] chore(deps): update github actions (#1260) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build_preview.yml | 2 +- .github/workflows/build_pull_request.yml | 2 +- .github/workflows/build_release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_preview.yml b/.github/workflows/build_preview.yml index e7ca1a649..5e2045629 100644 --- a/.github/workflows/build_preview.yml +++ b/.github/workflows/build_preview.yml @@ -209,7 +209,7 @@ jobs: echo "APK_X86_64_SHA=$sha" >> $GITHUB_OUTPUT - name: Create release - uses: softprops/action-gh-release@aec2ec56f94eb8180ceec724245f64ef008b89f5 # v2.4.0 + uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1 with: tag_name: ${{ needs.prepare-build.outputs.TAG_NAME }} name: Komikku Preview ${{ needs.prepare-build.outputs.TAG_NAME }} (${{ needs.prepare-build.outputs.VERSION_TAG }}) diff --git a/.github/workflows/build_pull_request.yml b/.github/workflows/build_pull_request.yml index d391c4daa..b3aa6aa08 100644 --- a/.github/workflows/build_pull_request.yml +++ b/.github/workflows/build_pull_request.yml @@ -35,7 +35,7 @@ jobs: fetch-depth: 0 - name: Dependency Review - uses: actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3 # v4.8.0 + uses: actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1 - name: Validate Gradle Wrapper uses: gradle/actions/wrapper-validation@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0 diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 737329dc9..bc878633d 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -183,7 +183,7 @@ jobs: echo "APK_X86_64_SHA=$sha" >> $GITHUB_OUTPUT - name: Create release - uses: softprops/action-gh-release@aec2ec56f94eb8180ceec724245f64ef008b89f5 # v2.4.0 + uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1 with: tag_name: ${{ needs.prepare-build.outputs.VERSION_TAG }} name: Komikku ${{ needs.prepare-build.outputs.VERSION_TAG }}