Skip to content

Commit c998d62

Browse files
Update actions/checkout digest to eef6144
1 parent 040fae2 commit c998d62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: "Build Docker images"
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
21+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
2222

2323
- name: Set up Docker Buildx
2424
uses: docker/setup-buildx-action@v3
@@ -118,7 +118,7 @@ jobs:
118118
contents: read
119119
security-events: write
120120
steps:
121-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
121+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
122122
- name: Download artifact
123123
uses: actions/download-artifact@v4
124124
with:

.github/workflows/yamllint.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
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
17+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
1818

1919
- name: Install yamllint
2020
run: pip install yamllint

0 commit comments

Comments
 (0)