Skip to content

Commit

Permalink
deps(deps): bump the github-actions group across 1 directory with 3 u…
Browse files Browse the repository at this point in the history
…pdates (#348)
  • Loading branch information
alimd authored Feb 2, 2025
2 parents da4672d + 43b2fe7 commit 6f42c4e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/[email protected]

- name: 🏗 Setup nodejs
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0
with:
node-version: ${{ env.NODE_VERSION }}

Expand Down
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].0
uses: github/codeql-action/[email protected].8
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].0
uses: github/codeql-action/[email protected].8

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

- name: 🚀 Build and publish container image
if: ${{ steps.file_change.outputs.container_folder != 'false' }}
uses: docker/build-push-action@v6.11.0
uses: docker/build-push-action@v6.13.0
with:
context: ./${{matrix.context}}
file: ${{matrix.path}}/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/[email protected]

- name: 🏗 Setup nodejs
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0
with:
node-version: ${{ env.NODE_VERSION }}
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit 6f42c4e

Please sign in to comment.