Skip to content

Commit d6ad98e

Browse files
authored
Merge pull request #312 from sir-gon/renovate/actions-checkout-digest
chore(deps): update actions/checkout digest to 0ad4b8f
2 parents d9afef0 + ebbf1c8 commit d6ad98e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/codeql.yml

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

4141
steps:
4242
- name: Checkout repository
43-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
43+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
4444

4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
17+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1818
- name: Build the Docker image
1919
run: make compose/rebuild
2020
- name: Run test in Docker image

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
2929
steps:
3030
- name: Checkout code
31-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
31+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
3232

3333
- name: Install ESLint
3434
run: |

.github/workflows/markdown-lint.yml

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

2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
22+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2323

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

.github/workflows/node.js.yml

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

2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
26+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2727

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

0 commit comments

Comments
 (0)