From debdd18e05a9431fee509ad630de2acda3d09d49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 19:18:44 +0000 Subject: [PATCH] chore(deps): update ci --- .github/workflows/__codeql.yml | 6 +++--- .github/workflows/__deploy.yml | 2 +- .github/workflows/__package.yml | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/__codeql.yml b/.github/workflows/__codeql.yml index eb41c44052b2..8cd12d96397e 100644 --- a/.github/workflows/__codeql.yml +++ b/.github/workflows/__codeql.yml @@ -25,16 +25,16 @@ jobs: show-progress: false - name: Initialize CodeQL ๐Ÿ› ๏ธ - uses: github/codeql-action/init@v3.28.0 + uses: github/codeql-action/init@v3.28.2 with: queries: security-and-quality languages: ${{ matrix.language }} dependency-caching: true - name: Autobuild ๐Ÿ“ฆ - uses: github/codeql-action/autobuild@v3.28.0 + uses: github/codeql-action/autobuild@v3.28.2 - name: Perform CodeQL Analysis ๐Ÿงช - uses: github/codeql-action/analyze@v3.28.0 + uses: github/codeql-action/analyze@v3.28.2 with: category: '/language:${{matrix.language}}' diff --git a/.github/workflows/__deploy.yml b/.github/workflows/__deploy.yml index f02c209b8ec6..80052cc4b14c 100644 --- a/.github/workflows/__deploy.yml +++ b/.github/workflows/__deploy.yml @@ -39,7 +39,7 @@ jobs: path: dist - name: Publish to Cloudflare Pages ๐Ÿ“ƒ - uses: cloudflare/wrangler-action@v3.13.0 + uses: cloudflare/wrangler-action@v3.13.1 id: cf with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} diff --git a/.github/workflows/__package.yml b/.github/workflows/__package.yml index 11b070185ab7..24a7518d4192 100644 --- a/.github/workflows/__package.yml +++ b/.github/workflows/__package.yml @@ -88,7 +88,7 @@ jobs: run: npm run build - name: Upload built application artifact โฌ†๏ธ๐Ÿง๐ŸŽ๐ŸชŸ - uses: actions/upload-artifact@v4.5.0 + uses: actions/upload-artifact@v4.6.0 id: artifact with: compression-level: 0 @@ -191,7 +191,7 @@ jobs: uses: docker/setup-buildx-action@v3.8.0 - name: Build images ๐Ÿ› ๏ธ - uses: docker/build-push-action@v6.11.0 + uses: docker/build-push-action@v6.12.0 id: image with: context: . @@ -210,7 +210,7 @@ jobs: ${{ needs.docker_inputs.outputs.tags }} - name: Upload Docker image as artifact โฌ†๏ธ๐Ÿ“ฆ - uses: actions/upload-artifact@v4.5.0 + uses: actions/upload-artifact@v4.6.0 id: artifact with: compression-level: 0 @@ -225,7 +225,7 @@ jobs: subject-digest: sha256:${{ steps.artifact.outputs.artifact-digest }} - name: Upload cache artifact โฌ†๏ธโš™๏ธ - uses: actions/upload-artifact@v4.5.0 + uses: actions/upload-artifact@v4.6.0 if: ${{ inputs.push }} with: compression-level: 0 @@ -255,7 +255,7 @@ jobs: docker cp $(docker create --name jf $IMAGE_SHA):$ASSETS/ ./dist - name: Upload client artifact โฌ†๏ธ๐Ÿ’ป - uses: actions/upload-artifact@v4.5.0 + uses: actions/upload-artifact@v4.6.0 id: artifact with: compression-level: 0 @@ -310,7 +310,7 @@ jobs: password: ${{ secrets.JF_BOT_TOKEN }} - name: Create multiplatform image ${{ inputs.push && 'and push ๐Ÿ› ๏ธโฌ†๏ธ' || '๐Ÿ› ๏ธ' }} - uses: docker/build-push-action@v6.11.0 + uses: docker/build-push-action@v6.12.0 id: image with: context: .