File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
runs-on : ubuntu-latest
38
38
steps :
39
39
- name : Checkout the code
40
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
40
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
41
41
- name : Build the Docker image
42
42
run : docker pull python:3-alpine; docker build . --file scripts/Docker/Dockerfile --tag localbuild/testimage:latest
43
43
- name : List the Docker image
Original file line number Diff line number Diff line change 90
90
# if: {{ false }}
91
91
# continue running if step fails
92
92
# continue-on-error: true
93
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
93
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
94
94
95
95
# Setup version of Python to use
96
96
- name : Set Up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 49
49
50
50
steps :
51
51
- name : Checkout repository
52
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.6.0
52
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2.6.0
53
53
54
54
# Initializes the CodeQL tools for scanning.
55
55
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 35
35
36
36
steps :
37
37
- name : " Checkout code"
38
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.1.0
38
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.1.0
39
39
with :
40
40
persist-credentials : false
41
41
You can’t perform that action at this time.
0 commit comments