Skip to content

Commit 9074c31

Browse files
ci(action): pin dependencies (#57)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bb0af11 commit 9074c31

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
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
@@ -12,8 +12,8 @@ jobs:
1212
name: release
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
16-
- uses: actions/setup-node@v3
15+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
16+
- uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
1717
with:
1818
node-version: 16
1919
cache: npm

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- 18
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
2121
- name: Use Node.js ${{ matrix.node_version }}
22-
uses: actions/setup-node@v3
22+
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
2323
with:
2424
node-version: ${{ matrix.node_version }}
2525
cache: npm

.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)