Skip to content

Commit 82f1cf5

Browse files
renovate[bot]Tony133
authored andcommitted
chore(deps): update actions/checkout digest to 692973e
1 parent f8c70cb commit 82f1cf5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

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

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
18+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1919
with:
2020
fetch-depth: 0
2121

.github/workflows/nodejs-environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: [18.x, 20.x]
1717

1818
steps:
19-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
19+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2020
- name: Use Node.js ${{ matrix.node-version }}
2121
uses: actions/setup-node@v4
2222
with:
@@ -34,7 +34,7 @@ jobs:
3434
needs: [build]
3535

3636
steps:
37-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
37+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
3838
- name: Use Node.js ${{ matrix.node-version }}
3939
uses: actions/setup-node@v4
4040
with:

0 commit comments

Comments
 (0)