chore(deps): pin dependencies

This commit is contained in:
renovate[bot] 2024-11-30 16:34:33 +00:00 committed by GitHub
parent 1f45e41e3c
commit dbb58ad0ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:comments
- uses: actions/checkout@v4.2.2
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
# yamllint disable-line rule:comments rule:line-length
- uses: wagoid/commitlint-github-action@v5.5.1
- uses: wagoid/commitlint-github-action@9763196e10f27aef304c9b8b660d31d97fce0f99 # v5.5.1

View file

@ -56,7 +56,7 @@ jobs:
- name: Export `CI_CACHE_ID` from container
run: echo "CI_CACHE_ID=$(cat /.ci_cache_id)" >> $GITHUB_ENV
# yamllint disable-line rule:comments
- uses: actions/cache@v4.1.2
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
with:
path: ~/.cache/pre-commit
key: "${{ env.CI_CACHE_ID }}|\
@ -82,7 +82,7 @@ jobs:
# yamllint disable-line rule:comments
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
# yamllint disable-line rule:comments
- uses: ruby/setup-ruby@v1.202.0
- uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1.202.0
with:
bundler-cache: true
ruby-version: 3.1.2
@ -111,7 +111,7 @@ jobs:
git show --pretty="" --name-status
echo Done!
# yamllint disable-line rule:comments
- uses: ruby/setup-ruby@v1.202.0
- uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1.202.0
with:
bundler-cache: true
ruby-version: 3.1.2