Skip to content

Commit 532a4e4

Browse files
Merge 364e3ce into 6bc417d
2 parents 6bc417d + 364e3ce commit 532a4e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scorecards-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: "Checkout code"
26-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
26+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
2727
with:
2828
persist-credentials: false
2929

.github/workflows/third-party-deps-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
contents: read
2222
steps:
2323
- name: "Checkout code"
24-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
24+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
2525
with:
2626
persist-credentials: false
2727
- name: "setup python"

0 commit comments

Comments
 (0)