Skip to content

Commit f2654d5

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 1e63fd0 commit f2654d5

File tree

4 files changed

+212
-186
lines changed

4 files changed

+212
-186
lines changed

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: npm install
2626

2727
- name: Install conformance client
28-
uses: GoogleCloudPlatform/functions-framework-conformance/.github/actions/client/install@v1.7.0
28+
uses: GoogleCloudPlatform/functions-framework-conformance/.github/actions/client/install@v1.8.0
2929
with:
3030
client-version: v1.7.0
3131
cache-path: ~/client

.github/workflows/scorecard.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525

2626
steps:
2727
- name: "Checkout code"
28-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
28+
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
2929
with:
3030
persist-credentials: false
3131

3232
- name: "Run analysis"
33-
uses: ossf/scorecard-action@99c53751e09b9529366343771cc321ec74e9bd3d # v2.0.6
33+
uses: ossf/scorecard-action@e38b1902ae4f44df626f11ba0734b14fb91f8f86 # v2.1.2
3434
with:
3535
results_file: results.sarif
3636
results_format: sarif
@@ -42,6 +42,6 @@ jobs:
4242

4343
# Upload the results to GitHub's code scanning dashboard.
4444
- name: "Upload to code-scanning"
45-
uses: github/codeql-action/upload-sarif@807578363a7869ca324a79039e6db9c843e0e100 # v2.1.27
45+
uses: github/codeql-action/upload-sarif@3ebbd71c74ef574dbc558c82f70e52732c8b44fe # v2.2.1
4646
with:
4747
sarif_file: results.sarif

0 commit comments

Comments
 (0)