Skip to content

Commit 6efdb75

Browse files
authored
chore(deps): update all non-major dependencies (#540)
1 parent e6da379 commit 6efdb75

File tree

11 files changed

+36
-36
lines changed

11 files changed

+36
-36
lines changed

.github/workflows/buildpack-integration-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions: read-all
1111

1212
jobs:
1313
nodejs10:
14-
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected].0
14+
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected].3
1515
with:
1616
http-builder-source: 'test/conformance'
1717
http-builder-target: 'writeHttpDeclarative'
@@ -20,7 +20,7 @@ jobs:
2020
prerun: 'test/conformance/prerun.sh'
2121
builder-runtime: 'nodejs10'
2222
nodejs12:
23-
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected].0
23+
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected].3
2424
with:
2525
http-builder-source: 'test/conformance'
2626
http-builder-target: 'writeHttpDeclarative'
@@ -29,7 +29,7 @@ jobs:
2929
prerun: 'test/conformance/prerun.sh'
3030
builder-runtime: 'nodejs12'
3131
nodejs14:
32-
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected].0
32+
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected].3
3333
with:
3434
http-builder-source: 'test/conformance'
3535
http-builder-target: 'writeHttpDeclarative'
@@ -38,7 +38,7 @@ jobs:
3838
prerun: 'test/conformance/prerun.sh'
3939
builder-runtime: 'nodejs14'
4040
nodejs16:
41-
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected].0
41+
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected].3
4242
with:
4343
http-builder-source: 'test/conformance'
4444
http-builder-target: 'writeHttpDeclarative'
@@ -47,7 +47,7 @@ jobs:
4747
prerun: 'test/conformance/prerun.sh'
4848
builder-runtime: 'nodejs16'
4949
nodejs18:
50-
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected].0
50+
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected].3
5151
with:
5252
http-builder-source: 'test/conformance'
5353
http-builder-target: 'writeHttpDeclarative'
@@ -56,7 +56,7 @@ jobs:
5656
prerun: 'test/conformance/prerun.sh'
5757
builder-runtime: 'nodejs18'
5858
nodejs20:
59-
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected].0
59+
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected].3
6060
with:
6161
http-builder-source: 'test/conformance'
6262
http-builder-target: 'writeHttpDeclarative'

.github/workflows/codeql.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ jobs:
4141

4242
steps:
4343
- name: Harden Runner
44-
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
44+
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
4545
with:
4646
egress-policy: audit
4747

4848
- name: Checkout repository
49-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
49+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
5050

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL
53-
uses: github/codeql-action/init@f0e3dfb30302f8a0881bb509b044e0de4f6ef589 # v2.3.4
53+
uses: github/codeql-action/init@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2.20.1
5454
with:
5555
languages: ${{ matrix.language }}
5656
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -60,7 +60,7 @@ jobs:
6060
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6161
# If this step fails, then you should remove it and run the build manually (see below)
6262
- name: Autobuild
63-
uses: github/codeql-action/autobuild@f0e3dfb30302f8a0881bb509b044e0de4f6ef589 # v2.3.4
63+
uses: github/codeql-action/autobuild@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2.20.1
6464

6565
# ℹ️ Command-line programs to run using the OS shell.
6666
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -73,6 +73,6 @@ jobs:
7373
# ./location_of_script_within_repo/buildscript.sh
7474

7575
- name: Perform CodeQL Analysis
76-
uses: github/codeql-action/analyze@f0e3dfb30302f8a0881bb509b044e0de4f6ef589 # v2.3.4
76+
uses: github/codeql-action/analyze@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2.20.1
7777
with:
7878
category: "/language:${{matrix.language}}"

.github/workflows/conformance.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node-version: [10, 12, 14, 16, 18, 20]
1515
steps:
1616
- name: Harden Runner
17-
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
17+
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
1818
with:
1919
disable-sudo: true
2020
egress-policy: block
@@ -28,7 +28,7 @@ jobs:
2828
sum.golang.org:443
2929
3030
- name: Checkout code
31-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
31+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3232

3333
- name: Use Node.js ${{ matrix.node-version }}
3434
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
@@ -43,7 +43,7 @@ jobs:
4343
run: npm install
4444

4545
- name: Install conformance client
46-
uses: GoogleCloudPlatform/functions-framework-conformance/.github/actions/client/install@1975792fb34ebbfa058d690666186d669d3a5977 # v1.8.0
46+
uses: GoogleCloudPlatform/functions-framework-conformance/.github/actions/client/install@5f2a796b58f099d749e70ecc83f531f6701c64af # v1.8.3
4747
with:
4848
client-version: v1.7.0
4949
cache-path: ~/client

.github/workflows/dependency-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Harden Runner
20-
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
20+
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
2121
with:
2222
egress-policy: audit
2323

2424
- name: 'Checkout Repository'
25-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
25+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2626
- name: 'Dependency Review'
2727
uses: actions/dependency-review-action@1360a344ccb0ab6e9475edef90ad2f46bf8003b1 # v3.0.6

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Harden Runner
15-
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
15+
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
1616
with:
1717
disable-sudo: true
1818
egress-policy: block
1919
allowed-endpoints: >
2020
github.com:443
2121
registry.npmjs.org:443
2222
23-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
23+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2424
- name: Setup Node.js
2525
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
2626
with:

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Harden Runner
15-
uses: step-security/harden-runner@6b3083af2869dc3314a0257a42f4af696cc79ba3 # v2.3.1
15+
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
1616
with:
1717
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
1818

19-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
19+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2020
- name: Setup Node.js
2121
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
2222
- name: Install dependencies

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Harden Runner
14-
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
14+
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
1515
with:
1616
disable-sudo: true
1717
egress-policy: block
@@ -20,7 +20,7 @@ jobs:
2020
registry.npmjs.org:443
2121
wombat-dressing-room.appspot.com:443
2222
23-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
23+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2424
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
2525
with:
2626
node-version: '16.x'

.github/workflows/scorecard.yml

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

2727
steps:
2828
- name: Harden Runner
29-
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
29+
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
3030
with:
3131
disable-sudo: true
3232
egress-policy: block
@@ -42,12 +42,12 @@ jobs:
4242
api.securityscorecards.dev:443
4343
4444
- name: 'Checkout code'
45-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
45+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
4646
with:
4747
persist-credentials: false
4848

4949
- name: 'Run analysis'
50-
uses: ossf/scorecard-action@80e868c13c90f172d68d1f4501dee99e2479f7af # v2.1.3
50+
uses: ossf/scorecard-action@08b4669551908b1024bb425080c797723083c031 # v2.2.0
5151
with:
5252
results_file: results.sarif
5353
results_format: sarif
@@ -59,6 +59,6 @@ jobs:
5959

6060
# Upload the results to GitHub's code scanning dashboard.
6161
- name: 'Upload to code-scanning'
62-
uses: github/codeql-action/upload-sarif@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2.3.2
62+
uses: github/codeql-action/upload-sarif@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2.20.1
6363
with:
6464
sarif_file: results.sarif

.github/workflows/unit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.platform }}
1717
steps:
1818
- name: Harden Runner
19-
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
19+
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
2020
with:
2121
disable-sudo: true
2222
egress-policy: block
@@ -27,7 +27,7 @@ jobs:
2727
registry.npmjs.org:443
2828
2929
- name: Checkout
30-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
30+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3131
- name: Use Node.js ${{ matrix.node-version }}
3232
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
3333
with:

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@types/body-parser": "1.19.2",
5757
"@types/minimist": "1.2.2",
5858
"@types/mocha": "9.1.1",
59-
"@types/node": "14.18.43",
59+
"@types/node": "14.18.52",
6060
"@types/on-finished": "2.3.1",
6161
"@types/semver": "^7.3.6",
6262
"@types/sinon": "^10.0.0",

0 commit comments

Comments
 (0)