Skip to content

Commit 330e4ed

Browse files
ci(action): pin dependencies (#301)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 31b3f70 commit 330e4ed

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v2
45+
uses: github/codeql-action/init@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # tag=v2
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -56,7 +56,7 @@ jobs:
5656
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5757
# If this step fails, then you should remove it and run the build manually (see below)
5858
- name: Autobuild
59-
uses: github/codeql-action/autobuild@v2
59+
uses: github/codeql-action/autobuild@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # tag=v2
6060

6161
# ℹ️ Command-line programs to run using the OS shell.
6262
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -69,4 +69,4 @@ jobs:
6969
# ./location_of_script_within_repo/buildscript.sh
7070

7171
- name: Perform CodeQL Analysis
72-
uses: github/codeql-action/analyze@v2
72+
uses: github/codeql-action/analyze@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # tag=v2

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
name: release
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
15-
- uses: actions/setup-node@v3
14+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
15+
- uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
1616
with:
1717
node-version: 16
1818
cache: npm

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
- 14
1919
- 16
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
2222
- name: "Use Node.js ${{ matrix.node_version }}"
23-
uses: actions/setup-node@v3
23+
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
2424
with:
2525
node-version: "${{ matrix.node_version }}"
2626
cache: npm
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
needs: test_matrix
3333
steps:
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
3535
- run: npm ci
3636
- run: npm run test:typescript
3737
- run: npm run lint

.github/workflows/update-prettier.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
update_prettier:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
12-
- uses: actions/setup-node@v3
11+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
12+
- uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
1313
with:
1414
cache: npm
1515
node-version: 16

0 commit comments

Comments
 (0)