We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc63d4 commit d7acb07Copy full SHA for d7acb07
.github/workflows/autoTestPR.yml
@@ -11,7 +11,7 @@ jobs:
11
if: startsWith(github.event.comment.body, 'auto exclude test')
12
steps:
13
- name: Set up Python 3.8
14
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
+ uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
15
with:
16
python-version: 3.8
17
- name: check python version
.github/workflows/parse-issues.yml
@@ -15,7 +15,7 @@ jobs:
AQA_ISSUE_TRACKER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
19
20
21
- name: checkout current repo
0 commit comments