Skip to content

Commit

Permalink
chore(deps): bump the github-actions group with 2 updates (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd authored Dec 11, 2023
2 parents e52c9d1 + 770d9e5 commit 5ef7455
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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].8
uses: github/codeql-action/[email protected].9
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].8
uses: github/codeql-action/[email protected].9

- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/[email protected].8
uses: github/codeql-action/[email protected].9
2 changes: 1 addition & 1 deletion .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: 🏗 Extract metadata
if: ${{ steps.file_change.outputs.container_folder != 'false' }}
id: meta
uses: docker/metadata-action@v5.0.0
uses: docker/metadata-action@v5.3.0
with:
github-token: ${{secrets.GITHUB_TOKEN}}
images: |
Expand Down

0 comments on commit 5ef7455

Please sign in to comment.