Skip to content

Commit c98ae77

Browse files
chore(deps): update actions/checkout digest to 8459bc0
1 parent fbc8dd6 commit c98ae77

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@8459bc0c7e3759cdf591f513d9f141a95fef0a8f
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@8459bc0c7e3759cdf591f513d9f141a95fef0a8f
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)