Skip to content

Commit a1cbec8

Browse files
authored
Merge branch 'main' into xudong963/hash-buildhasher
2 parents 263957a + 18121a6 commit a1cbec8

79 files changed

Lines changed: 5333 additions & 1355 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ updates:
6868
interval: "weekly"
6969
open-pull-requests-limit: 10
7070
labels: [auto-dependencies]
71+
groups:
72+
codeql-actions:
73+
patterns:
74+
- "github/codeql-action/*"
7175
- package-ecosystem: "pip"
7276
directory: "/docs"
7377
schedule:

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
persist-credentials: false
4646

4747
- name: Initialize CodeQL
48-
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
48+
uses: github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4
4949
with:
5050
languages: actions
5151

5252
- name: Perform CodeQL Analysis
53-
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
53+
uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4
5454
with:
5555
category: "/language:actions"

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-slim
5050
steps:
5151
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
52-
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
52+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
5353
with:
5454
node-version: "20"
5555
- name: Prettier check

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ jobs:
744744
uses: ./.github/actions/setup-builder
745745
with:
746746
rust-version: stable
747-
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
747+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
748748
with:
749749
node-version: "20"
750750
- name: Check if configs.md has been modified
@@ -782,7 +782,7 @@ jobs:
782782

783783
- name: Set up Node.js (required for prettier)
784784
# doc_prettier_check.sh uses npx to run prettier for Markdown formatting
785-
uses: actions/setup-node@v6
785+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
786786
with:
787787
node-version: '18'
788788

0 commit comments

Comments
 (0)