Skip to content

Commit c0a1466

Browse files
dependabot[bot]kriptoburak
andauthored
chore(deps): bump github/codeql-action/upload-sarif from 4.37.1 to 4.37.3 (#33)
* chore(deps): bump github/codeql-action/upload-sarif Bumps [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) from 4.37.1 to 4.37.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@7188fc3...e4fba86) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: consolidate dependency updates Signed-off-by: kriptoburak <kriptoburak@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: kriptoburak <kriptoburak@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kriptoburak <kriptoburak@users.noreply.github.com>
1 parent 858a227 commit c0a1466

6 files changed

Lines changed: 23 additions & 19 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ version: 2
22
updates:
33
- package-ecosystem: github-actions
44
directory: /
5+
groups:
6+
codeql:
7+
patterns:
8+
- "github/codeql-action/*"
59
schedule:
610
interval: weekly
711
cooldown:

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
persist-credentials: false
2929

3030
- name: Set up Ruby
31-
uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1.319.0
31+
uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0
3232
with:
3333
bundler-cache: true
3434
ruby-version: "4.0"
@@ -50,7 +50,7 @@ jobs:
5050
persist-credentials: false
5151

5252
- name: Set up Ruby
53-
uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1.319.0
53+
uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0
5454
with:
5555
bundler-cache: true
5656
ruby-version: "4.0"
@@ -75,7 +75,7 @@ jobs:
7575
persist-credentials: false
7676

7777
- name: Set up Ruby
78-
uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1.319.0
78+
uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0
7979
with:
8080
bundler-cache: true
8181
ruby-version: "4.0"

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
persist-credentials: false
2727

2828
- name: Initialize CodeQL
29-
uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
29+
uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
3030
with:
3131
languages: ruby
3232
build-mode: none
3333
queries: security-extended
3434

3535
- name: Analyze
36-
uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
36+
uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6

.github/workflows/publish-gem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
persist-credentials: false
2828
- name: Set up Ruby
29-
uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1.319.0
29+
uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0
3030
with:
3131
bundler-cache: true
3232
ruby-version: "4.0"

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
persist-credentials: false
2525

2626
- name: Run analysis
27-
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
27+
uses: ossf/scorecard-action@2d1146689b8cda280b9bc96326124645441f03bc # v2.4.4
2828
with:
2929
results_file: results.sarif
3030
results_format: sarif
@@ -38,6 +38,6 @@ jobs:
3838
retention-days: 5
3939

4040
- name: Upload to code scanning
41-
uses: github/codeql-action/upload-sarif@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
41+
uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
4242
with:
4343
sarif_file: results.sarif

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ GEM
6060
fileutils (1.8.0)
6161
hashdiff (1.2.1)
6262
io-event (1.11.2)
63-
json (2.21.1)
63+
json (2.21.2)
6464
language_server-protocol (3.17.0.6)
6565
lint_roller (1.1.0)
6666
listen (3.10.0)
@@ -97,7 +97,7 @@ GEM
9797
rbi (0.3.10)
9898
prism (~> 1.0)
9999
rbs (>= 4.0.1)
100-
rbs (4.0.3)
100+
rbs (4.1.3)
101101
logger
102102
prism (>= 1.6.0)
103103
tsort
@@ -125,15 +125,15 @@ GEM
125125
rubydex (0.2.9-x86_64-darwin)
126126
rubydex (0.2.9-x86_64-linux)
127127
securerandom (0.4.1)
128-
sorbet (0.6.13344)
129-
sorbet-static (= 0.6.13344)
130-
sorbet-runtime (0.6.13344)
131-
sorbet-static (0.6.13344-aarch64-linux)
132-
sorbet-static (0.6.13344-universal-darwin)
133-
sorbet-static (0.6.13344-x86_64-linux)
134-
sorbet-static-and-runtime (0.6.13344)
135-
sorbet (= 0.6.13344)
136-
sorbet-runtime (= 0.6.13344)
128+
sorbet (0.6.13421)
129+
sorbet-static (= 0.6.13421)
130+
sorbet-runtime (0.6.13421)
131+
sorbet-static (0.6.13421-aarch64-linux)
132+
sorbet-static (0.6.13421-universal-darwin)
133+
sorbet-static (0.6.13421-x86_64-linux)
134+
sorbet-static-and-runtime (0.6.13421)
135+
sorbet (= 0.6.13421)
136+
sorbet-runtime (= 0.6.13421)
137137
spoom (1.7.16)
138138
erubi (>= 1.10.0)
139139
prism (>= 0.28.0)

0 commit comments

Comments
 (0)