Skip to content

Commit

Permalink
chore(deps): update ci dependencies (#2424)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent 13c5cda commit e3637d5
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 @@ -25,15 +25,15 @@ jobs:
show-progress: false

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

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

- name: Perform CodeQL Analysis 🧪
uses: github/codeql-action/[email protected].0
uses: github/codeql-action/[email protected].1
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 @@ -176,7 +176,7 @@ jobs:
uses: docker/[email protected]

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

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

0 comments on commit e3637d5

Please sign in to comment.