Skip to content

Commit c14b40a

Browse files
authored
Merge pull request #496 from jbampton/pin-workflows
2 parents a8e169c + 1d467ac commit c14b40a

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/check-gems.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Code
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515
with:
1616
persist-credentials: false
17-
- uses: ruby/setup-ruby@v1
17+
- uses: ruby/setup-ruby@e65c17d16e57e481586a6a5a0282698790062f92 # v1.300.0
1818
with:
19-
ruby-version: '3.2' # Not needed with a .ruby-version file
19+
ruby-version: '3.4' # Not needed with a .ruby-version file
2020
bundler: 'default'
2121
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
2222
- run: bundle exec .check.rb

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616
with:
1717
persist-credentials: false
18-
- uses: ruby/setup-ruby@v1
18+
- uses: ruby/setup-ruby@e65c17d16e57e481586a6a5a0282698790062f92 # v1.300.0
1919
with:
2020
ruby-version: '3.4'
2121
bundler-cache: true
22-
- uses: j178/prek-action@v2
22+
- uses: j178/prek-action@53276d8b0d10f8b6672aa85b4588c6921d0370cc # v2.0.1
2323
with:
2424
extra-args: --all-files

.github/workflows/super-linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout Code
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616
with:
1717
# Full git history is needed to get a proper list of changed files within `super-linter`
1818
fetch-depth: 0
1919
persist-credentials: false
2020
- name: Lint Code Base
21-
uses: super-linter/super-linter/slim@v8.6.0
21+
uses: super-linter/super-linter/slim@9e863354e3ff62e0727d37183162c4a88873df41 # v8.6.0
2222
env:
2323
VALIDATE_EDITORCONFIG: true
2424
VALIDATE_GITHUB_ACTIONS: true

0 commit comments

Comments
 (0)