File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
with :
37
37
egress-policy : audit
38
38
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
39
- - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
39
+ - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
40
40
with :
41
41
python-version : 3.8
42
42
cache : pip
Original file line number Diff line number Diff line change 45
45
registry : ${{ secrets.REGISTRY }}
46
46
username : ${{ secrets.REGISTRY_USER }}
47
47
password : ${{ secrets.REGISTRY_TOKEN }}
48
- - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
48
+ - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
49
49
with :
50
50
python-version : ${{ matrix.python }}
51
51
- name : Install requirements
88
88
registry : ${{ secrets.REGISTRY }}
89
89
username : ${{ secrets.REGISTRY_USER }}
90
90
password : ${{ secrets.REGISTRY_TOKEN }}
91
- - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
91
+ - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
92
92
with :
93
93
python-version : " 3.8"
94
94
- name : Test Container Group
You can’t perform that action at this time.
0 commit comments