Skip to content

Commit fa2da25

Browse files
committed
chore: update setup-python action to specific commit version
1 parent 0259390 commit fa2da25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

actions/pr-add-messages/action.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ runs:
77
steps:
88
- name: Checkout code
99
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
10+
with:
11+
persist-credentials: false
1012

1113
- name: Set up Python
12-
uses: actions/setup-python@v4
14+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 #v6.2.0
1315
with:
1416
python-version: "3.9"
1517

0 commit comments

Comments
 (0)