chore: update GitHub Actions to use commit hashes (#4659)
This commit is contained in:
parent
874880e5ea
commit
db15af207f
12 changed files with 41 additions and 41 deletions
4
.github/workflows/ci-bundle.yml
vendored
4
.github/workflows/ci-bundle.yml
vendored
|
|
@ -14,11 +14,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
||||
|
||||
- name: Setup node
|
||||
id: node
|
||||
uses: actions/setup-node@v6
|
||||
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
|
||||
|
||||
- name: Install npm dependencies
|
||||
run: npm install --ignore-scripts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue