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 3737 runs-on : ubuntu-latest
3838 steps :
3939 - name : Checkout the code
40- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
40+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
4141 - name : Build the Docker image
4242 run : docker pull python:3-alpine; docker build . --file scripts/Docker/Dockerfile --tag localbuild/testimage:latest
4343 - name : List the Docker image
Original file line number Diff line number Diff line change 9090 # if: {{ false }}
9191 # continue running if step fails
9292 # continue-on-error: true
93- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
93+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
9494
9595 # Setup version of Python to use
9696 - name : Set Up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 4949
5050 steps :
5151 - name : Checkout repository
52- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.6.0
52+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2.6.0
5353
5454 # Initializes the CodeQL tools for scanning.
5555 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : " Checkout code"
38- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.1.0
38+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.1.0
3939 with :
4040 persist-credentials : false
4141
You can’t perform that action at this time.
0 commit comments