Skip to content

Commit b9a9c29

Browse files
authored
Merge branch 'master' into fix-codeql
Signed-off-by: Diana Lau <[email protected]>
2 parents 20940ac + f4523d8 commit b9a9c29

File tree

5 files changed

+26
-26
lines changed

5 files changed

+26
-26
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
languages: 'javascript'
2828
config-file: ./.github/codeql/codeql-config.yaml
2929
- name: Perform CodeQL Analysis
30-
uses: github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
30+
uses: github/codeql-action/analyze@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
github.com:443
4242
nodejs.org:443
4343
registry.npmjs.org:443
44-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
44+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
4545
with:
4646
persist-credentials: false
4747
- name: Use Node.js ${{ matrix.node-version }}
@@ -68,7 +68,7 @@ jobs:
6868
github.com:443
6969
nodejs.org:443
7070
registry.npmjs.org:443
71-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
71+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
7272
with:
7373
persist-credentials: false
7474
- name: Use Node.js 20
@@ -96,7 +96,7 @@ jobs:
9696
allowed-endpoints: >
9797
github.com:443
9898
registry.npmjs.org:443
99-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
99+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
100100
with:
101101
fetch-depth: 0
102102
persist-credentials: false
@@ -132,7 +132,7 @@ jobs:
132132
allowed-endpoints: >
133133
github.com:443
134134
registry.npmjs.org:443
135-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
135+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
136136
with:
137137
persist-credentials: false
138138
- name: Use Node.js 20

.github/workflows/scorecards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
rekor.sigstore.dev:443
4848
tuf-repo-cdn.sigstore.dev:443
4949
www.bestpractices.dev:443
50-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
50+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
5151
with:
5252
persist-credentials: false
5353

@@ -73,6 +73,6 @@ jobs:
7373
retention-days: 90
7474

7575
# Upload the results to GitHub's code scanning dashboard.
76-
- uses: github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
76+
- uses: github/codeql-action/upload-sarif@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
7777
with:
7878
sarif_file: results.sarif

package-lock.json

Lines changed: 18 additions & 18 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
@@ -30,7 +30,7 @@
3030
"@commitlint/config-conventional": "^19.8.1",
3131
"@eslint/eslintrc": "^3.3.1",
3232
"@types/express": "^5.0.3",
33-
"chai": "^5.2.1",
33+
"chai": "^5.3.1",
3434
"eslint": "^9.33.0",
3535
"eslint-config-loopback": "^13.1.0",
3636
"eslint-plugin-mocha": "^10.5.0",

0 commit comments

Comments
 (0)