Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump the github-actions group with 2 updates (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm authored Dec 19, 2023
2 parents 7f4b8af + b5a93a1 commit 66705a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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/[email protected].0
uses: actions/[email protected].1
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/init@v2.22.9
uses: github/codeql-action/init@v3.22.11
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@v2.22.9
uses: github/codeql-action/autobuild@v3.22.11

- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2.22.9
uses: github/codeql-action/analyze@v3.22.11
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/[email protected].0
uses: actions/[email protected].1
with:
node-version: ${{ env.NODE_VERSION }}
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit 66705a2

Please sign in to comment.