Skip to content

Commit

Permalink
deps: bump the github-actions group across 1 directory with 3 updates (
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD authored Aug 31, 2024
2 parents 1f163e8 + c9afae6 commit 902c842
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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/checkout@v4.1.7

- name: 🏗 Setup nodejs
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.0.3
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/checkout@v4.1.7

- name: 🏗 Initialize CodeQL
uses: github/codeql-action/init@v3.25.11
uses: github/codeql-action/init@v3.26.5
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/autobuild@v3.25.11
uses: github/codeql-action/autobuild@v3.26.5

- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3.25.11
uses: github/codeql-action/analyze@v3.26.5
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
uses: actions/checkout@v4.1.7

- name: 🚀 Dependency Review
uses: actions/dependency-review-action@v4.3.3
uses: actions/dependency-review-action@v4.3.4
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/checkout@v4.1.7

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

0 comments on commit 902c842

Please sign in to comment.