File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
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@ac593985615ec2ede58e132d2e21d2b1cbd6127c
41
- # v3.3 .0
40
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
41
+ # v3.4 .0
42
42
- name : Build the Docker image
43
43
run : docker pull python:3-alpine; docker build . --file scripts/Docker/Dockerfile --tag localbuild/testimage:latest
44
44
- name : Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
Original file line number Diff line number Diff line change 92
92
# if: {{ false }}
93
93
# continue running if step fails
94
94
# continue-on-error: true
95
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3 .0
95
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
96
96
97
97
# Setup version of Python to use
98
98
- 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@dc323e67f16fb5f7663d20ff7941f27f5809e9b6 # v2.6.0
52
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
38
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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