Skip to content

Commit 38f0235

Browse files
Merge branch 'main' into dependabot/github_actions/actions/upload-artifact-4.6.0
2 parents 6f59e73 + 56739c7 commit 38f0235

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout Repository
2323
uses: actions/[email protected]
2424
- name: Set Up Ruby 3.3.6
25-
uses: ruby/setup-ruby@v1.207.0
25+
uses: ruby/setup-ruby@v1.213.0
2626
with:
2727
ruby-version: 3.3.6
2828
bundler-cache: true

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
# Initializes the CodeQL tools for scanning.
4747
- name: Initialize CodeQL
48-
uses: github/codeql-action/autobuild@v2.20.0
48+
uses: github/codeql-action/autobuild@v3.28.5
4949
with:
5050
languages: ${{ matrix.language }}
5151
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -55,7 +55,7 @@ jobs:
5555
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5656
# If this step fails, then you should remove it and run the build manually (see below)
5757
- name: Autobuild
58-
uses: github/codeql-action/autobuild@v2.20.0
58+
uses: github/codeql-action/autobuild@v3.28.5
5959

6060
# ℹ️ Command-line programs to run using the OS shell.
6161
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -68,6 +68,6 @@ jobs:
6868
# ./location_of_script_within_repo/buildscript.sh
6969

7070
- name: Perform CodeQL Analysis
71-
uses: github/codeql-action/analyze@v2.20.0
71+
uses: github/codeql-action/analyze@v3.28.5
7272
with:
7373
category: "/language:${{matrix.language}}"

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Checkout
3535
uses: actions/[email protected]
3636
- name: Setup Ruby
37-
uses: ruby/setup-ruby@v1.207.0
37+
uses: ruby/setup-ruby@v1.213.0
3838
with:
3939
ruby-version: '3.3.6' # Not needed with a .ruby-version file
4040
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/[email protected]
22-
- uses: actions/setup-node@v4.1.0
22+
- uses: actions/setup-node@v4.2.0
2323
with:
2424
cache: npm
2525
node-version: lts/*

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
path: results.sarif
3232
retention-days: 5
3333
- name: Upload to code-scanning
34-
uses: github/codeql-action/upload-sarif@v2.19.4
34+
uses: github/codeql-action/upload-sarif@v3.28.5
3535
with:
3636
sarif_file: results.sarif

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434

3535
steps:
3636
- name: Harden Runner
37-
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
37+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
3838
with:
3939
egress-policy: audit
4040

4141
- uses: actions/[email protected]
4242
- run: git config --global user.name github-actions
4343
- run: git config --global user.email [email protected]
4444
- name: Use Node.js ${{ matrix.node-version }}
45-
uses: actions/setup-node@v4.1.0
45+
uses: actions/setup-node@v4.2.0
4646
with:
4747
node-version: ${{ matrix.node-version }}
4848
cache: npm
@@ -61,7 +61,7 @@ jobs:
6161
- run: git config --global user.name github-actions
6262
- run: git config --global user.email [email protected]
6363
- name: Use Node.js from .nvmrc
64-
uses: actions/setup-node@v4.1.0
64+
uses: actions/setup-node@v4.2.0
6565
with:
6666
node-version-file: .nvmrc
6767
cache: npm

0 commit comments

Comments
 (0)