Skip to content

Commit

Permalink
chore(deps): update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent d9a491c commit d393147
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/__codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
show-progress: false

- name: Initialize CodeQL 🛠️
uses: github/codeql-action/init@v3.28.0
uses: github/codeql-action/init@v3.28.1
with:
queries: security-and-quality
languages: ${{ matrix.language }}

- name: Autobuild 📦
uses: github/codeql-action/autobuild@v3.28.0
uses: github/codeql-action/autobuild@v3.28.1

- name: Perform CodeQL Analysis 🧪
uses: github/codeql-action/analyze@v3.28.0
uses: github/codeql-action/analyze@v3.28.1
with:
category: '/language:${{matrix.language}}'
2 changes: 1 addition & 1 deletion .github/workflows/__deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/__package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: .
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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: .
Expand Down

0 comments on commit d393147

Please sign in to comment.