From 4779b2f73600c51af4545e3608ae44ac7075656e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 23:31:48 +0000 Subject: [PATCH] Update CI dependencies --- .github/workflows/app-build.yaml | 2 +- .github/workflows/app-lint.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/app-build.yaml b/.github/workflows/app-build.yaml index 462978faca..b7b0d1509f 100644 --- a/.github/workflows/app-build.yaml +++ b/.github/workflows/app-build.yaml @@ -28,7 +28,7 @@ jobs: - name: Create publish bundle run: mkdir -p build/gh-app-publish/; find app/build/ -iname "*.apk" -exec mv "{}" build/gh-app-publish/ \; - name: Upload artifacts - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 with: name: build-artifacts retention-days: 14 diff --git a/.github/workflows/app-lint.yaml b/.github/workflows/app-lint.yaml index b22d366c0e..502cf2427b 100644 --- a/.github/workflows/app-lint.yaml +++ b/.github/workflows/app-lint.yaml @@ -28,7 +28,7 @@ jobs: - name: Run detekt and lint tasks run: ./gradlew detekt lint - name: Upload SARIF files - uses: github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15 + uses: github/codeql-action/upload-sarif@29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3.26.1 if: ${{ always() }} with: sarif_file: .