Skip to content

Commit 4ed8e7a

Browse files
authored
Merge pull request #116 from irfanuddinahmad/pin-actions-to-sha
chore: pin GitHub Actions workflows to full commit SHAs
2 parents cf99b3b + 8b66597 commit 4ed8e7a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616
with:
1717
fetch-depth: 0
1818
- name: Setup Nodejs
19-
uses: actions/setup-node@v6
19+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2020
with:
2121
node-version-file: ".nvmrc"
2222
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
id-token: write # to enable use of OIDC for trusted publishing and npm provenance
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121
with:
2222
fetch-depth: 0
2323
- name: Setup Nodejs Env
2424
run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
2525
- name: Setup Node.js
26-
uses: actions/setup-node@v6
26+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2727
with:
2828
node-version: ${{ env.NODE_VER }}
2929
- name: Install dependencies

0 commit comments

Comments
 (0)