Skip to content

Commit bde4cc8

Browse files
Pin GitHub Actions workflows to a specific version (#781)
1 parent 30e29d5 commit bde4cc8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-22.04
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
1616
- name: Use Node.js LTS (18.x)
1717
uses: actions/setup-node@v3
1818
with:
@@ -32,7 +32,7 @@ jobs:
3232
node-version: [18.x]
3333

3434
steps:
35-
- uses: actions/checkout@v3
35+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
3636
- name: Use Node.js ${{ matrix.node-version }}
3737
uses: actions/setup-node@v3
3838
with:

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
3333

3434
# Initializes the CodeQL tools for scanning.
3535
- name: Initialize CodeQL

.github/workflows/pr.ci.js.yml

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

1212
steps:
1313
- name: Checkout PR
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
1515

1616
- name: Use Node.js LTS (18.x)
1717
uses: actions/setup-node@v3
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Checkout PR
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
3737

3838
- name: Use Node.js ${{ matrix.node-version }}
3939
uses: actions/setup-node@v3

.github/workflows/verify-code-formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-22.04
1111
steps:
1212
- name: 'Checkout code'
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
1414

1515
- name: 'Verify formatting of all files'
1616
run: ./bin/check-formatting.sh

0 commit comments

Comments
 (0)