File tree Expand file tree Collapse file tree 12 files changed +19
-19
lines changed Expand file tree Collapse file tree 12 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Harden runner
23
- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
23
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13 .0
24
24
with :
25
25
egress-policy : audit
26
26
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Harden Runner
14
- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
14
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13 .0
15
15
with :
16
16
egress-policy : audit
17
17
Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Harden runner
23
- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
23
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13 .0
24
24
with :
25
25
egress-policy : audit
26
26
@@ -30,10 +30,10 @@ jobs:
30
30
ref : ${{ inputs.ref }}
31
31
32
32
- name : Set up Docker Buildx
33
- uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
33
+ uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
34
34
35
35
- name : Build Docker image
36
- uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17 .0
36
+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18 .0
37
37
with :
38
38
context : .
39
39
file : ./Dockerfile
Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : Harden runner
27
- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
27
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13 .0
28
28
with :
29
29
egress-policy : audit
30
30
Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- name : Harden runner
30
- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
30
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13 .0
31
31
with :
32
32
egress-policy : audit
33
33
50
50
51
51
- name : Commit Changes
52
52
if : ${{ inputs.commit_changes == true }}
53
- uses : stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
53
+ uses : stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1
54
54
with :
55
55
commit_message : ' style: Apply automated code formatting [skip ci]'
56
56
commit_options : ' --no-verify'
Original file line number Diff line number Diff line change 86
86
- check-deps
87
87
steps :
88
88
- name : Harden runner
89
- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
89
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13 .0
90
90
with :
91
91
egress-policy : audit
92
92
Original file line number Diff line number Diff line change 29
29
30
30
steps :
31
31
- name : Harden runner
32
- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
32
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13 .0
33
33
with :
34
34
egress-policy : audit
35
35
51
51
path : ./.qodana/code-coverage
52
52
53
53
- name : Run Qodana
54
- uses : JetBrains/qodana-action@201551778d1453e36c5c0aa26f89a94775cb1acc # v2025.1
54
+ uses : JetBrains/qodana-action@f5aa2889b113c16bd6aee47817b027537ee33ac7 # v2025.1
55
55
with :
56
56
args : --baseline,.qodana/qodana.sarif.json
57
57
push-fixes : true
Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : Harden runner
26
- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
26
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13 .0
27
27
with :
28
28
egress-policy : audit
29
29
Original file line number Diff line number Diff line change 19
19
20
20
steps :
21
21
- name : Harden runner
22
- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
22
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13 .0
23
23
with :
24
24
egress-policy : audit
25
25
@@ -29,13 +29,13 @@ jobs:
29
29
persist-credentials : false
30
30
31
31
- name : Run Checks
32
- uses : ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
32
+ uses : ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
33
33
with :
34
34
results_file : results.sarif
35
35
results_format : sarif
36
36
publish_results : true
37
37
38
38
- name : Upload Results
39
- uses : github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
39
+ uses : github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
40
40
with :
41
41
sarif_file : results.sarif
Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- name : Harden runner
21
- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
21
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13 .0
22
22
with :
23
23
egress-policy : audit
24
24
55
55
56
56
- name : Generate Report
57
57
if : ${{ always() && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false) }}
58
- uses : dorny/test-reporter@6e6a65b7a0bd2c9197df7d0ae36ac5cee784230c # v2.0.0
58
+ uses : dorny/test-reporter@dc3a92680fcc15842eef52e8c4606ea7ce6bd3f3 # v2.1.1
59
59
with :
60
60
name : Tests
61
61
path : build/reports/**/*.xml
You can’t perform that action at this time.
0 commit comments