Skip to content

Commit 2b74327

Browse files
chore(deps): update actions/checkout digest to 3b9b8c8
1 parent fbc8dd6 commit 2b74327

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# Steps represent a sequence of tasks that will be executed as part of the job
2828
steps:
2929
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
30-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
30+
- uses: actions/checkout@3b9b8c884f6b4bb4d5be2779c26374abadae0871
3131
with:
3232
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
3333
- name: Install dependencies

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Steps represent a sequence of tasks that will be executed as part of the job
2121
steps:
2222
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
23-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
23+
- uses: actions/checkout@3b9b8c884f6b4bb4d5be2779c26374abadae0871
2424
with:
2525
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2626
- name: Install dependencies

0 commit comments

Comments
 (0)