Skip to content

Commit 4873792

Browse files
chore(deps): update actions/checkout digest to a5ac7e5
1 parent 38ab98e commit 4873792

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: [18.x]
1616

1717
steps:
18-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
18+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
1919
- name: Use Node.js ${{ matrix.node-version }}
2020
uses: actions/setup-node@v4
2121
with:

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
41+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

0 commit comments

Comments
 (0)