Skip to content

Commit 1e5ef82

Browse files
chore(deps): update ci
1 parent 5ea4812 commit 1e5ef82

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/__codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ jobs:
2525
show-progress: false
2626

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

3434
- name: Autobuild 📦
35-
uses: github/codeql-action/[email protected].17
35+
uses: github/codeql-action/[email protected].18
3636

3737
- name: Perform CodeQL Analysis 🧪
38-
uses: github/codeql-action/[email protected].17
38+
uses: github/codeql-action/[email protected].18
3939
with:
4040
category: '/language:${{matrix.language}}'

.github/workflows/__package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
version: latest
195195

196196
- name: Build images 🛠️
197-
uses: docker/build-push-action@v6.17.0
197+
uses: docker/build-push-action@v6.18.0
198198
id: image
199199
with:
200200
context: .
@@ -314,7 +314,7 @@ jobs:
314314
password: ${{ secrets.JF_BOT_TOKEN }}
315315

316316
- name: Create multiplatform image ${{ inputs.push && 'and push 🛠️⬆️' || '🛠️' }}
317-
uses: docker/build-push-action@v6.17.0
317+
uses: docker/build-push-action@v6.18.0
318318
id: image
319319
with:
320320
context: .

0 commit comments

Comments
 (0)