Skip to content

Commit

Permalink
pin actions versions in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mlinksva authored Jan 10, 2025
1 parent 7923e10 commit d025319
Showing 1 changed file with 2 additions and 2 deletions.
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 @@ jobs:
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

0 comments on commit d025319

Please sign in to comment.