File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 37
37
uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
38
38
with :
39
39
egress-policy : audit
40
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
40
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
41
41
- name : buildifier
42
42
continue-on-error : true
43
43
run : bazel run --enable_bzlmod //.github/workflows:buildifier.check
Original file line number Diff line number Diff line change 44
44
with :
45
45
egress-policy : audit
46
46
- name : Checkout repository
47
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
47
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
48
48
- name : Initialize CodeQL
49
49
uses : github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
50
50
with :
Original file line number Diff line number Diff line change 63
63
allowed-endpoints : >
64
64
github.com:443
65
65
- name : " Setup: Checkout"
66
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
66
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
67
67
- name : " Lint: YAML"
68
68
uses : karancode/yamllint-github-action@0a904064817924fc6fb449a32f67f25bfacc48ae # master
69
69
with :
90
90
allowed-endpoints : >
91
91
github.com:443
92
92
- name : " Setup: Checkout"
93
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
93
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
94
94
- name : " Lint: YAML"
95
95
uses : karancode/yamllint-github-action@0a904064817924fc6fb449a32f67f25bfacc48ae # master
96
96
with :
Original file line number Diff line number Diff line change 24
24
with :
25
25
egress-policy : audit
26
26
- name : " Checkout code"
27
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
27
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
28
28
with :
29
29
persist-credentials : false
30
30
- name : " Run analysis"
Original file line number Diff line number Diff line change 33
33
with :
34
34
egress-policy : audit
35
35
- name : " Setup: Checkout"
36
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
36
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
37
37
- name : " Setup: Pages"
38
38
uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
39
39
- name : " Build: Jekyll"
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138
138
releases.bazel.build:443
139
139
remote.buildbuddy.io:443
140
140
- name : " Setup: Checkout"
141
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
141
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
142
142
- name : " Setup: msbuild"
143
143
uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
144
144
if : ${{ contains(inputs.runner, 'windows') }}
@@ -394,7 +394,7 @@ jobs:
394
394
repo1.maven.org:443
395
395
maven.pkg.st:443
396
396
- name : " Setup: Checkout"
397
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
397
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
398
398
- name : " Setup: msbuild"
399
399
uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
400
400
if : ${{ contains(inputs.runner, 'windows') }}
Original file line number Diff line number Diff line change 36
36
with :
37
37
egress-policy : audit
38
38
- name : " Setup: Checkout"
39
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
39
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
40
40
- name : " Report: Dependency Graph"
41
41
continue-on-error : true
42
42
uses : advanced-security/maven-dependency-submission-action@4f64ddab9d742a4806eeb588d238e4c311a8397d # v4.1.1
54
54
with :
55
55
egress-policy : audit
56
56
- name : " Checkout Repository"
57
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
57
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
58
58
- name : " Dependency Review"
59
59
uses : actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
60
60
with :
Original file line number Diff line number Diff line change 34
34
with :
35
35
egress-policy : audit
36
36
- name : " Setup: Checkout"
37
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
37
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
38
38
- name : " Report: Dependency Graph"
39
39
continue-on-error : true
40
40
uses : advanced-security/maven-dependency-submission-action@4f64ddab9d742a4806eeb588d238e4c311a8397d # v4.1.1
You can’t perform that action at this time.
0 commit comments