Skip to content

Commit 0078fa9

Browse files
Update actions/checkout digest to 1d96c77 (#544)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 06c524e commit 0078fa9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/integrationtests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
steps:
1818
- name: Get the sources
19-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
19+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
2020
- name: Fetch all tags and branches
2121
run: git fetch --prune --unshallow
2222
- name: Install .NET
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ${{ matrix.os }}
5252
steps:
5353
- name: Get the sources
54-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
54+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
5555
- name: Download build artifact
5656
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4
5757
with:
@@ -81,7 +81,7 @@ jobs:
8181
runs-on: ${{ matrix.os }}
8282
steps:
8383
- name: Get the sources
84-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
84+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
8585
- name: Download build artifact
8686
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4
8787
with:

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ${{ matrix.os }}
2424
steps:
2525
- name: Get the sources
26-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
26+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
2727
- name: Fetch all tags and branches
2828
run: git fetch --prune --unshallow
2929
- name: Install .NET

0 commit comments

Comments
 (0)