Skip to content

Commit 97cbdf8

Browse files
Update actions/checkout digest to a5ac7e5
1 parent 2cdb2c5 commit 97cbdf8

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
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
27+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
2828

2929
- name: Initialize CodeQL
3030
uses: github/codeql-action/init@v3

.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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
17+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
1818
- name: Build the Docker image
1919
run: make compose/rebuild
2020
- name: Run test in Docker image

.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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
22+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
2323

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

.github/workflows/python-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python: ['3.12']
2121
runs-on: ${{ matrix.os }}
2222
steps:
23-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
23+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
2424
with:
2525
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2626

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python: ['3.10', '3.11', '3.12']
2525
runs-on: ${{ matrix.os }}
2626
steps:
27-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
27+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
2828

2929
- name: Setup Python
3030
uses: actions/setup-python@master

0 commit comments

Comments
 (0)