Skip to content

Commit

Permalink
Merge pull request #13 from github/dependabot/github_actions/github-a…
Browse files Browse the repository at this point in the history
…ctions-7ea1aa95e2
  • Loading branch information
GrantBirki authored Dec 29, 2023
2 parents 2b00dbb + 5080469 commit 6036a32
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4

- uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # pin@v1.161.0
- uses: ruby/setup-ruby@b256bd96bb4867e7d23e92e087d9bb697270b725 # pin@v1.163.0
with:
bundler-cache: true

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3
#- run: |
# make bootstrap
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4

- uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # pin@v1.161.0
- uses: ruby/setup-ruby@b256bd96bb4867e7d23e92e087d9bb697270b725 # pin@v1.163.0
with:
bundler-cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4

- uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # pin@v1.161.0
- uses: ruby/setup-ruby@b256bd96bb4867e7d23e92e087d9bb697270b725 # pin@v1.163.0
with:
bundler-cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4

- uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # pin@v1.161.0
- uses: ruby/setup-ruby@b256bd96bb4867e7d23e92e087d9bb697270b725 # pin@v1.163.0
with:
bundler-cache: true

Expand Down

0 comments on commit 6036a32

Please sign in to comment.