File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
40
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.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 42
42
# if: {{ false }}
43
43
# continue running if step fails
44
44
# continue-on-error: true
45
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
46
46
47
47
# Setup version of Python to use
48
48
- name : Set Up Python 3.13
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116
116
# if: {{ false }}
117
117
# continue running if step fails
118
118
# continue-on-error: true
119
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
119
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
120
120
121
121
# Setup version of Python to use
122
122
- 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
52
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
38
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
39
39
with :
40
40
persist-credentials : false
41
41
You can’t perform that action at this time.
0 commit comments