Skip to content

Commit ae104b3

Browse files
authored
Merge branch 'main' into dependabot/github_actions/dot-github/workflows/actions/checkout-3.5.0
2 parents 40c5601 + 232b003 commit ae104b3

File tree

6 files changed

+177
-36
lines changed

6 files changed

+177
-36
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
node-version: 16.x
3535

36-
- uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
36+
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
3737
with:
3838
path: ~/.npm
3939
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
# Initializes the CodeQL tools for scanning.
4747
- name: Initialize CodeQL
48-
uses: github/codeql-action/init@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.2.5
48+
uses: github/codeql-action/init@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9
4949
with:
5050
languages: ${{ matrix.language }}
5151
source-root: src
@@ -57,7 +57,7 @@ jobs:
5757
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5858
# If this step fails, then you should remove it and run the build manually (see below)
5959
- name: Autobuild
60-
uses: github/codeql-action/autobuild@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.2.5
60+
uses: github/codeql-action/autobuild@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9
6161

6262
# ℹ️ Command-line programs to run using the OS shell.
6363
# 📚 https://git.io/JvXDl
@@ -71,4 +71,4 @@ jobs:
7171
# make release
7272

7373
- name: Perform CodeQL Analysis
74-
uses: github/codeql-action/analyze@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.2.5
74+
uses: github/codeql-action/analyze@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9

.github/workflows/publishing.yml

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

5151
- name: Get tag value
5252
id: tag
53-
uses: devops-actions/action-get-tag@fda546b7024dab74c867f31930073a85b5313d3a # v1.0.1
53+
uses: devops-actions/action-get-tag@3cd2dbc78daf43c7d0aa2896aeb5b52bbcc432d0 # v1.0.1
5454

5555
- name: Use tag
5656
run: echo ${{ steps.tag.outputs.tag }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
1717

18-
- uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
18+
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
1919
with:
2020
path: ~/.npm
2121
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

package-lock.json

Lines changed: 168 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@
3030
"esbuild": "^0.17.5"
3131
},
3232
"devDependencies": {
33-
"@types/node": "^18.11.18",
33+
"@types/node": "^18.15.11",
3434
"@typescript-eslint/eslint-plugin": "^5.54.0",
35-
"@typescript-eslint/parser": "^5.54.0",
35+
"@typescript-eslint/parser": "^5.57.0",
3636
"@vercel/ncc": "^0.36.1",
3737
"eslint": "^8.37.0",
3838
"eslint-plugin-github": "^4.6.1",
3939
"eslint-plugin-jest": "^27.2.1",
4040
"jest": "^27.5.1",
4141
"js-yaml": "^4.1.0",
42-
"prettier": "2.8.4",
42+
"prettier": "2.8.7",
4343
"ts-jest": "^27.1.4",
4444
"typescript": "^4.9.5"
4545
}

0 commit comments

Comments
 (0)