File tree Expand file tree Collapse file tree 8 files changed +18
-18
lines changed Expand file tree Collapse file tree 8 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 41
41
42
42
steps :
43
43
- name : Harden Runner
44
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
44
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
45
45
with :
46
46
disable-sudo : true
47
47
egress-policy : block
56
56
57
57
# Initializes the CodeQL tools for scanning.
58
58
- name : Initialize CodeQL
59
- uses : github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
59
+ uses : github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
60
60
with :
61
61
languages : ${{ matrix.language }}
62
62
# If you wish to specify custom queries, you can do so here or in a config file.
66
66
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
67
67
# If this step fails, then you should remove it and run the build manually (see below)
68
68
- name : Autobuild
69
- uses : github/codeql-action/autobuild@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
69
+ uses : github/codeql-action/autobuild@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
70
70
71
71
# ℹ️ Command-line programs to run using the OS shell.
72
72
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
79
79
# ./location_of_script_within_repo/buildscript.sh
80
80
81
81
- name : Perform CodeQL Analysis
82
- uses : github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
82
+ uses : github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
83
83
with :
84
84
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 19
19
ruby : ['3.0', '3.1', '3.2', '3.3']
20
20
steps :
21
21
- name : Harden Runner
22
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
22
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
23
23
with :
24
24
disable-sudo : true
25
25
egress-policy : block
@@ -35,12 +35,12 @@ jobs:
35
35
- name : Checkout code
36
36
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37
37
- name : Setup Go
38
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
38
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
39
39
with :
40
40
go-version : ' 1.24'
41
41
check-latest : true
42
42
- name : Setup Ruby
43
- uses : ruby/setup-ruby@6c79f721fa26dd64559c2700086ac852c18e0756 # v1.225 .0
43
+ uses : ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244 .0
44
44
with :
45
45
ruby-version : ${{ matrix.ruby }}
46
46
bundler-cache : true
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Harden Runner
20
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
20
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
21
21
with :
22
22
disable-sudo : true
23
23
egress-policy : block
28
28
- name : ' Checkout Repository'
29
29
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30
30
- name : ' Dependency Review'
31
- uses : actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
31
+ uses : actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Harden Runner
19
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
19
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
20
20
with :
21
21
disable-sudo : true
22
22
egress-policy : block
29
29
- name : Checkout repo
30
30
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31
31
- name : Install Ruby 3.0
32
- uses : ruby/setup-ruby@6c79f721fa26dd64559c2700086ac852c18e0756 # v1.225 .0
32
+ uses : ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244 .0
33
33
with :
34
34
ruby-version : " 3.0"
35
35
bundler-cache : true
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ jobs:
18
18
19
19
steps :
20
20
- name : Harden Runner
21
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
21
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
22
22
with :
23
23
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
24
24
- name : Checkout repo
25
25
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
26
- name : Install Ruby ${{ env.ruby_version }}
27
- uses : ruby/setup-ruby@6c79f721fa26dd64559c2700086ac852c18e0756 # v1.225 .0
27
+ uses : ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244 .0
28
28
with :
29
29
ruby-version : ${{ env.ruby_version }}
30
30
bundler-cache : true
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Harden Runner
28
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
28
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
29
29
with :
30
30
disable-sudo : true
31
31
egress-policy : block
61
61
62
62
# Upload the results to GitHub's code scanning dashboard.
63
63
- name : " Upload to code-scanning"
64
- uses : github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
64
+ uses : github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
65
65
with :
66
66
sarif_file : results.sarif
Original file line number Diff line number Diff line change 38
38
runs-on : ${{ matrix.os }}
39
39
steps :
40
40
- name : Harden Runner
41
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
41
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
42
42
with :
43
43
disable-sudo : true
44
44
egress-policy : block
51
51
- name : Checkout repo
52
52
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
53
53
- name : Install Ruby ${{ matrix.ruby }}
54
- uses : ruby/setup-ruby@6c79f721fa26dd64559c2700086ac852c18e0756 # v1.225 .0
54
+ uses : ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244 .0
55
55
with :
56
56
ruby-version : " ${{ matrix.ruby }}"
57
57
bundler-cache : true
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ source "https://rubygems.org"
16
16
17
17
gemspec
18
18
19
- gem "google-style" , "~> 1.30.1 "
19
+ gem "google-style" , "~> 1.31.0 "
20
20
gem "minitest" , "~> 5.16"
21
21
gem "minitest-focus" , "~> 1.2"
22
22
gem "minitest-rg" , "~> 5.2"
You can’t perform that action at this time.
0 commit comments