Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pin actions versions in CI workflow #1266

Merged
merged 2 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
submodules: true

- name: Set up Ruby

Check notice

Code scanning / CodeQL

Unversioned Immutable Action Note test

The workflow is using an eligible immutable action (
actions/checkout
) without semantic versioning
uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
with:
ruby-version: 3.3.4
bundler-cache: true
Expand Down
2 changes: 1 addition & 1 deletion _licenses/mit-0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: A short and simple permissive license with no conditions, not even
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders.

using:
rssfs: https://github.com/dertuxmalwieder/rssfs/blob/master/LICENSE
Reactive Streams: https://github.com/reactive-streams/reactive-streams-jvm/blob/master/LICENSE
SOIL2: https://github.com/SpartanJ/SOIL2/blob/master/LICENSE
Units.NET: https://github.com/angularsen/UnitsNet/blob/master/LICENSE

Expand Down
Loading