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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
40
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
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 93
93
# if: {{ false }}
94
94
# continue running if step fails
95
95
# continue-on-error: true
96
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
96
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
97
97
98
98
# Setup version of Python to use
99
99
- 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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2.6.0
52
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.1.0
38
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 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