Skip to content

Commit ef1826a

Browse files
ci(action): pin dependencies (#508)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 015cabe commit ef1826a

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,23 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
2020
with:
2121
# We must fetch at least the immediate parents so that if this is
2222
# a pull request then we can checkout the head.
2323
fetch-depth: 2
2424

2525
# Initializes the CodeQL tools for scanning.
2626
- name: Initialize CodeQL
27-
uses: github/codeql-action/init@v2
27+
uses: github/codeql-action/init@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # tag=v2
2828
# Override language selection by uncommenting this and choosing your languages
2929
# with:
3030
# languages: go, javascript, csharp, python, cpp, java
3131

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

3737
# ℹ️ Command-line programs to run using the OS shell.
3838
# 📚 https://git.io/JvXDl
@@ -46,4 +46,4 @@ jobs:
4646
# make release
4747

4848
- name: Perform CodeQL Analysis
49-
uses: github/codeql-action/analyze@v2
49+
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@master
2323
- name: "Use Node.js ${{ matrix.node_version }}"
24-
uses: actions/setup-node@v3
24+
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
2525
with:
2626
node-version: "${{ matrix.node_version }}"
2727
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

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
update_routes:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
1717
with:
1818
token: ${{ secrets.OCTOKITBOT_PAT }}
19-
- uses: actions/setup-node@v3
19+
- uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
2020
with:
2121
node-version: 16
2222
cache: npm

0 commit comments

Comments
 (0)