File tree Expand file tree Collapse file tree 11 files changed +25
-25
lines changed Expand file tree Collapse file tree 11 files changed +25
-25
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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
28
28
with :
29
29
egress-policy : audit
30
30
41
41
path : project/sanity
42
42
43
43
- name : Set up Ruby
44
- uses : ruby/setup-ruby@cb0fda56a307b8c78d38320cd40d9eb22a3bf04e # v1.242 .0
44
+ uses : ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245 .0
45
45
with :
46
46
ruby-version : ${{ matrix.ruby-version }}
47
47
bundler-cache : true
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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
31
31
with :
32
32
egress-policy : audit
33
33
37
37
ref : ${{ inputs.ref }}
38
38
39
39
- name : Set up Ruby
40
- uses : ruby/setup-ruby@cb0fda56a307b8c78d38320cd40d9eb22a3bf04e # v1.242 .0
40
+ uses : ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245 .0
41
41
with :
42
42
ruby-version : ' 3.0'
43
43
bundler-cache : true
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 82
82
if : ${{ success() }}
83
83
steps :
84
84
- name : Harden Runner
85
- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
85
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
86
86
with :
87
87
egress-policy : audit
88
88
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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
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
push-fixes : true
57
57
# args: --baseline,.qodana/qodana.sarif.json
Original file line number Diff line number Diff line change 22
22
23
23
steps :
24
24
- name : Harden Runner
25
- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
25
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
26
26
with :
27
27
egress-policy : audit
28
28
@@ -32,13 +32,13 @@ jobs:
32
32
fetch-depth : 0
33
33
34
34
- name : Set up Ruby
35
- uses : ruby/setup-ruby@cb0fda56a307b8c78d38320cd40d9eb22a3bf04e # v1.242 .0
35
+ uses : ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245 .0
36
36
with :
37
37
ruby-version : ' 3.0'
38
38
bundler-cache : true
39
39
40
40
- name : Run semantic-release
41
- uses : mridang/action-semantic-release@v1.2.4
41
+ uses : mridang/action-semantic-release@v1.4.0
42
42
with :
43
43
github-token : ${{ secrets.GITHUB_TOKEN }}
44
44
allow-force-install : ' true'
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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
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@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
22
22
with :
23
23
egress-policy : audit
24
24
28
28
ref : ${{ inputs.ref }}
29
29
30
30
- name : Set up Ruby
31
- uses : ruby/setup-ruby@cb0fda56a307b8c78d38320cd40d9eb22a3bf04e # v1.242 .0
31
+ uses : ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245 .0
32
32
with :
33
33
ruby-version : ' 3.0'
34
34
bundler-cache : true
40
40
run : bundle exec rake test
41
41
42
42
- name : Generate coverage report
43
- uses : mridang/action-test-reporter@v1.2.5
43
+ uses : mridang/action-test-reporter@v1.5.0
44
44
if : always()
45
45
with :
46
46
github-token : ${{ secrets.GITHUB_TOKEN }}
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@890a17cecf52a379fc869ab770a71657660be727 # v2.1 .0
59
59
with :
60
60
name : Tests
61
61
reporter : java-junit
You can’t perform that action at this time.
0 commit comments