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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0 .0
40
+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0 .0
96
+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v2.6 .0
52
+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3 .1.0
38
+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 .1.0
39
39
with :
40
40
persist-credentials : false
41
41
You can’t perform that action at this time.
0 commit comments