mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00
Merge pull request #6 from dafyddj/renovate/pin-dependencies
chore(deps): pin dependencies
This commit is contained in:
commit
35969ad3b2
2 changed files with 5 additions and 5 deletions
4
.github/workflows/commitlint.yml
vendored
4
.github/workflows/commitlint.yml
vendored
|
@ -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
|
||||
|
|
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue