Skip to content

Commit f8b36c3

Browse files
chore(deps): update ci
1 parent d9a491c commit f8b36c3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/__codeql.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ jobs:
2525
show-progress: false
2626

2727
- name: Initialize CodeQL 🛠️
28-
uses: github/codeql-action/[email protected].0
28+
uses: github/codeql-action/[email protected].1
2929
with:
3030
queries: security-and-quality
3131
languages: ${{ matrix.language }}
3232

3333
- name: Autobuild 📦
34-
uses: github/codeql-action/[email protected].0
34+
uses: github/codeql-action/[email protected].1
3535

3636
- name: Perform CodeQL Analysis 🧪
37-
uses: github/codeql-action/[email protected].0
37+
uses: github/codeql-action/[email protected].1
3838
with:
3939
category: '/language:${{matrix.language}}'

.github/workflows/__package.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
run: npm run build
8989

9090
- name: Upload built application artifact ⬆️🐧🍎🪟
91-
uses: actions/upload-artifact@v4.5.0
91+
uses: actions/upload-artifact@v4.6.0
9292
id: artifact
9393
with:
9494
compression-level: 0
@@ -191,7 +191,7 @@ jobs:
191191
uses: docker/[email protected]
192192

193193
- name: Build images 🛠️
194-
uses: docker/build-push-action@v6.11.0
194+
uses: docker/build-push-action@v6.12.0
195195
id: image
196196
with:
197197
context: .
@@ -210,7 +210,7 @@ jobs:
210210
${{ needs.docker_inputs.outputs.tags }}
211211
212212
- name: Upload Docker image as artifact ⬆️📦
213-
uses: actions/upload-artifact@v4.5.0
213+
uses: actions/upload-artifact@v4.6.0
214214
id: artifact
215215
with:
216216
compression-level: 0
@@ -225,7 +225,7 @@ jobs:
225225
subject-digest: sha256:${{ steps.artifact.outputs.artifact-digest }}
226226

227227
- name: Upload cache artifact ⬆️⚙️
228-
uses: actions/upload-artifact@v4.5.0
228+
uses: actions/upload-artifact@v4.6.0
229229
if: ${{ inputs.push }}
230230
with:
231231
compression-level: 0
@@ -255,7 +255,7 @@ jobs:
255255
docker cp $(docker create --name jf $IMAGE_SHA):$ASSETS/ ./dist
256256
257257
- name: Upload client artifact ⬆️💻
258-
uses: actions/upload-artifact@v4.5.0
258+
uses: actions/upload-artifact@v4.6.0
259259
id: artifact
260260
with:
261261
compression-level: 0
@@ -310,7 +310,7 @@ jobs:
310310
password: ${{ secrets.JF_BOT_TOKEN }}
311311

312312
- name: Create multiplatform image ${{ inputs.push && 'and push 🛠️⬆️' || '🛠️' }}
313-
uses: docker/build-push-action@v6.11.0
313+
uses: docker/build-push-action@v6.12.0
314314
id: image
315315
with:
316316
context: .

0 commit comments

Comments
 (0)