Skip to content

Commit 5217679

Browse files
ci(action): pin dependencies (#158)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 526eb2b commit 5217679

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
2222
with:
2323
# We must fetch at least the immediate parents so that if this is
2424
# a pull request then we can checkout the head.
@@ -31,15 +31,15 @@ jobs:
3131

3232
# Initializes the CodeQL tools for scanning.
3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@v2
34+
uses: github/codeql-action/init@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # tag=v2
3535
# Override language selection by uncommenting this and choosing your languages
3636
# with:
3737
# languages: go, javascript, csharp, python, cpp, java
3838

3939
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4040
# If this step fails, then you should remove it and run the build manually (see below)
4141
- name: Autobuild
42-
uses: github/codeql-action/autobuild@v2
42+
uses: github/codeql-action/autobuild@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # tag=v2
4343

4444
# ℹ️ Command-line programs to run using the OS shell.
4545
# 📚 https://git.io/JvXDl
@@ -53,4 +53,4 @@ jobs:
5353
# make release
5454

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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@master
15-
- uses: actions/setup-node@v3
15+
- uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
1616
with:
1717
node-version: 16
1818
cache: npm

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@master
2626
- name: Test with Node.js ${{ matrix.node_version }}
27-
uses: actions/setup-node@v3
27+
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
2828
with:
2929
cache: npm
3030
node-version: 16

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@master
11-
- uses: actions/setup-node@v3
11+
- uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
1212
with:
1313
node-version: 16
1414
cache: npm

.github/workflows/update-prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@master
11-
- uses: actions/setup-node@v3
11+
- uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
1212
with:
1313
cache: npm
1414
node-version: 16

0 commit comments

Comments
 (0)