Skip to content

Commit 08afe9f

Browse files
authored
Merge pull request #605 from sir-gon/renovate/actions-checkout-digest
Update actions/checkout digest to eef6144
2 parents 4fd819c + d15bee2 commit 08afe9f

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/codeql.yml

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

3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
39+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
4040

4141
- name: Initialize CodeQL
4242
uses: github/codeql-action/init@v3

.github/workflows/docker-image.yml

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

2525
- name: Set up Docker Buildx
2626
uses: docker/setup-buildx-action@v3
@@ -120,7 +120,7 @@ jobs:
120120
contents: read
121121
security-events: write
122122
steps:
123-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
123+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
124124
- name: Download artifact
125125
uses: actions/download-artifact@v4
126126
with:

.github/workflows/markdown-lint.yml

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

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
24+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
2525

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

.github/workflows/python-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python: ["3.12"]
2323
runs-on: ${{ matrix.os }}
2424
steps:
25-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
25+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
2626
with:
2727
# Shallow clones should be disabled for a better relevancy of analysis
2828
fetch-depth: 0

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python: ["3.10", "3.11", "3.12"]
2323
runs-on: ${{ matrix.os }}
2424
steps:
25-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
25+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
2626

2727
- name: Setup Python
2828
uses: actions/setup-python@master

.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)