File tree 9 files changed +10
-10
lines changed
9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 57
57
egress-policy : audit
58
58
59
59
- name : Checkout Repository
60
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
60
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
61
61
62
62
# add problem matchers by compiler
63
63
- name : Add Problem Matchers
@@ -148,7 +148,7 @@ jobs:
148
148
run : cmake --build --preset ${{matrix.preset}}
149
149
150
150
- name : Checkout OdbDesign Test Data Repository
151
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
151
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
152
152
with :
153
153
repository : ' nam20485/OdbDesignTestData'
154
154
path : ' OdbDesignTestData'
Original file line number Diff line number Diff line change 48
48
egress-policy : audit
49
49
50
50
- name : Checkout repository
51
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
51
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
52
52
53
53
# Initializes the CodeQL tools for scanning.
54
54
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 44
44
fi
45
45
46
46
- name : Checkout Repository
47
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
47
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
48
48
49
49
- name : Download Artifacts
50
50
uses : dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4
Original file line number Diff line number Diff line change 30
30
egress-policy : audit
31
31
32
32
- name : ' Checkout Repository'
33
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
33
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34
34
35
35
- name : Component detection
36
36
uses : advanced-security/component-detection-dependency-submission-action@5a8ce4ad8c6fbb9b88f66f672014e44b427d7d54 # v0.0.2
Original file line number Diff line number Diff line change 42
42
egress-policy : audit
43
43
44
44
- name : Checkout repository
45
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
45
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46
46
47
47
# add problem matchers
48
48
- name : Add Problem Matchers
Original file line number Diff line number Diff line change 48
48
egress-policy : audit
49
49
50
50
- name : Checkout repository
51
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
51
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
52
52
53
53
# add problem matchers
54
54
- name : Add Problem Matchers
Original file line number Diff line number Diff line change 32
32
egress-policy : audit
33
33
34
34
- name : Checkout
35
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
35
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36
36
37
37
- name : Install Doxygen
38
38
run : sudo apt install -y doxygen
Original file line number Diff line number Diff line change 23
23
egress-policy : audit
24
24
25
25
- name : Checkout Code
26
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
26
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
27
28
28
- name : SBOM Generate
29
29
uses : advanced-security/sbom-generator-action@375dee8e6144d9fd0ec1f5667b4f6fb4faacefed # v0.0.1
Original file line number Diff line number Diff line change 41
41
egress-policy : audit
42
42
43
43
- name : " Checkout code"
44
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
44
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45
45
with :
46
46
persist-credentials : false
47
47
You can’t perform that action at this time.
0 commit comments