Skip to content

Commit 92f467d

Browse files
Merge branch 'main' into dependabot/github_actions/github/codeql-action-3.28.1
2 parents 5755206 + 7c8dab8 commit 92f467d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.203.0
25+
uses: ruby/setup-ruby@v1.207.0
2626
with:
2727
ruby-version: 3.3.6
2828
bundler-cache: true

.github/workflows/permission_advisor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
advisor:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: GitHubSecurityLab/actions-permissions/[email protected]beta4
24+
- uses: GitHubSecurityLab/actions-permissions/[email protected]beta5
2525
with:
2626
name: ${{ inputs.name }}
2727
count: ${{ inputs.count }}

0 commit comments

Comments
 (0)