Skip to content

Commit

Permalink
chore(deps): bump the github-actions group with 2 updates (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD authored Oct 3, 2024
2 parents 519fd86 + 1d8ab42 commit 8560e2f
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
uses: actions/[email protected]

- name: 🏗 Initialize CodeQL
uses: github/codeql-action/[email protected].9
uses: github/codeql-action/[email protected].10
with:
languages: ${{ matrix.language }}
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality

- name: 🏗 Auto build
uses: github/codeql-action/[email protected].9
uses: github/codeql-action/[email protected].10

- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/[email protected].9
uses: github/codeql-action/[email protected].10
4 changes: 2 additions & 2 deletions .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: 🚀 Build and export to docekr
if: ${{ steps.file_change.outputs.container_folder != 'false' }}
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.9.0
with:
context: ./${{matrix.context}}
file: ${{matrix.path}}/Dockerfile
Expand All @@ -126,7 +126,7 @@ jobs:

- name: 🚀 Build and publish container image
if: ${{ steps.file_change.outputs.container_folder != 'false' }}
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.9.0
with:
context: ./${{matrix.context}}
file: ${{matrix.path}}/Dockerfile
Expand Down

0 comments on commit 8560e2f

Please sign in to comment.