Skip to content

Commit ba048f6

Browse files
Update actions/checkout digest to 692973e
1 parent 0ab0dff commit ba048f6

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# yamllint enable rule:line-length
5454
steps:
5555
- name: Checkout repository
56-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
56+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
5757

5858
# Initializes the CodeQL tools for scanning.
5959
- name: Initialize CodeQL

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
19+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2020
- name: Build the Docker image
2121
run: make compose/rebuild
2222
- name: Lint in Docker image

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
actions: read
4343
steps:
4444
- name: Checkout code
45-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
45+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
4646

4747
- name: Install ESLint
4848
run: |

.github/workflows/markdown-lint.yml

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

2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
23+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2424

2525
- name: Set up Node.js ${{ matrix.node-version }}
2626
uses: actions/setup-node@v4

.github/workflows/node-coverage.js.yml

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

2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
23+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2424
with:
2525
fetch-depth: 0
2626
- name: Set up Node.js ${{ matrix.node-version }}

.github/workflows/node.js.yml

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

2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
29+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
3030

3131
- name: Set up Node.js ${{ matrix.node-version }}
3232
uses: actions/setup-node@v4

.github/workflows/yamllint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
15+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1616

1717
- name: Install yamllint
1818
run: pip install yamllint

0 commit comments

Comments
 (0)