Skip to content

Commit ce6a551

Browse files
Update actions/checkout digest to 44c2b7a
1 parent fea1eff commit ce6a551

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
20+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
2121
- name: Set up JDK 11
2222
uses: actions/setup-java@v4
2323
with:
@@ -34,7 +34,7 @@ jobs:
3434
run: docker-compose -f src/test/resources/docker/docker-compose.yml down
3535

3636
- name: Get Allure history
37-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
37+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
3838
if: always()
3939
continue-on-error: true
4040
with:

0 commit comments

Comments
 (0)