Skip to content

Commit

Permalink
use latest Ruby setup
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Jan 15, 2025
1 parent fc0da75 commit 7fb2335
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Ruby
uses: ruby/setup-ruby@v1.151.0
uses: ruby/setup-ruby@v1.207.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Deploy website' step
Uses Step
uses 'ruby/setup-ruby' with ref 'v1.207.0', not a pinned commit hash
with:
ruby-version: 3.3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lock-issues-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
timeout-minutes: 10

steps:
- uses: dessant/lock-threads@v5.1.1
- uses: dessant/lock-threads@v5.0.1

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Lock closed threads' step
Uses Step
uses 'dessant/lock-threads' with ref 'v5.0.1', not a pinned commit hash
with:
process-only: issues, prs
issue-inactive-days: "90"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-website-a11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Ruby
uses: ruby/setup-ruby@v1.151.0
uses: ruby/setup-ruby@v1.207.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium test

Unpinned 3rd party Action 'Website a11y' step
Uses Step
uses 'ruby/setup-ruby' with ref 'v1.207.0', not a pinned commit hash
with:
ruby-version: 3.3

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

- name: Setup Ruby
uses: ruby/setup-ruby@v1.151.0
uses: ruby/setup-ruby@v1.207.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium test

Unpinned 3rd party Action 'Website URLs' step
Uses Step
uses 'ruby/setup-ruby' with ref 'v1.207.0', not a pinned commit hash
with:
ruby-version: 3.3

Expand Down

0 comments on commit 7fb2335

Please sign in to comment.