Skip to content

Commit

Permalink
chore(deps): update ci dependencies (#2414)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 19, 2024
1 parent b6543a6 commit 5740dcd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ jobs:
show-progress: false

- name: Initialize CodeQL 🛠️
uses: github/codeql-action/[email protected].12
uses: github/codeql-action/[email protected].13
with:
queries: security-and-quality
languages: ${{ matrix.language }}

- name: Autobuild 📦
uses: github/codeql-action/[email protected].12
uses: github/codeql-action/[email protected].13

- name: Perform CodeQL Analysis 🧪
uses: github/codeql-action/[email protected].12
uses: github/codeql-action/[email protected].13
with:
category: '/language:${{matrix.language}}'
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
uses: docker/[email protected]

- name: Build images 🛠️
uses: docker/build-push-action@v6.3.0
uses: docker/build-push-action@v6.4.1
id: image
with:
context: .
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
password: ${{ secrets.JF_BOT_TOKEN }}

- name: Create multiplatform image ${{ inputs.push && 'and push 🛠️⬆️' || '🛠️' }}
uses: docker/build-push-action@v6.3.0
uses: docker/build-push-action@v6.4.1
id: image
with:
context: .
Expand Down

0 comments on commit 5740dcd

Please sign in to comment.