File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 51
51
egress-policy : audit
52
52
53
53
- name : Checkout repository
54
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
54
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
55
55
56
56
# Initializes the CodeQL tools for scanning.
57
57
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 35
35
egress-policy : audit
36
36
37
37
- name : Checkout code
38
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
38
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39
39
40
40
- name : Prepare RISC OS source tree
41
41
run : bash ${GITHUB_WORKSPACE}/.rocog/scripts/ux-src gen github ${GITHUB_WORKSPACE}
Original file line number Diff line number Diff line change 22
22
egress-policy : audit
23
23
24
24
- name : ' Checkout Repository'
25
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
25
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
26
- name : ' Dependency Review'
27
27
uses : actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
Original file line number Diff line number Diff line change 36
36
egress-policy : audit
37
37
38
38
- name : " Checkout code"
39
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
39
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
40
40
with :
41
41
persist-credentials : false
42
42
Original file line number Diff line number Diff line change 59
59
egress-policy : audit
60
60
61
61
- name : Check out template repository
62
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
62
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
63
63
with :
64
64
repository : ${{ env.REPO_TEMPLATE }}
65
65
token : ${{ github.token }}
73
73
74
74
# Clone the target repository. Check out a branch
75
75
- name : Check out ${{ github.repository }}
76
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
76
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
77
77
with :
78
78
repository : ${{ github.repository }}
79
79
token : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments