File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v6
17+ uses : actions/checkout@v6.0.2
1818
1919 - name : Set up Python
2020 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 4343 echo "Workflow triggered by allowed repository: $CALLER_REPO"
4444
4545 - name : Checkout main
46- uses : actions/checkout@v6
46+ uses : actions/checkout@v6.0.2
4747 with :
4848 repository : NHSDigital/eligibility-signposting-api-regression-tests
4949 ref : main
Original file line number Diff line number Diff line change 5252 echo "spawn_rate: ${spawn_rate}"
5353
5454 - name : Checkout
55- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
55+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
5656
5757 # using git commit sha for version of action to ensure we have stable version
5858 - name : Install asdf
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-22.04
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@v6
14+ uses : actions/checkout@v6.0.2
1515 with :
1616 ref : ${{ github.event.pull_request.head.sha || github.sha }}
1717 fetch-depth : 0
6969 .git
7070
7171 - name : SonarQube
72- uses : actions/checkout@v6
72+ uses : actions/checkout@v6.0.2
7373 with :
7474 ref : ${{ github.event.pull_request.head.sha || github.sha }}
7575 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
Original file line number Diff line number Diff line change 9797 echo run identifier "$ID"-"$ENV" >> "$GITHUB_STEP_SUMMARY"
9898
9999 - name : Checkout
100- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
100+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
101101 with :
102102 ref : ${{ inputs.github_tag }}
103103
Original file line number Diff line number Diff line change 3030 spec_version : ${{steps.output_version_tag.outputs.SPEC_VERSION}}
3131 steps :
3232 - name : Checkout code
33- uses : actions/checkout@v6
33+ uses : actions/checkout@v6.0.2
3434 with :
3535 ref : ${{ env.BRANCH_NAME }}
3636 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments