chore(deps): pin dependencies (#330)

This commit is contained in:
renovate[bot]
2025-02-09 20:37:50 +02:00
committed by GitHub
parent 8e2e2317ce
commit 7f4aee52ee
4 changed files with 14 additions and 14 deletions

View File

@@ -24,11 +24,11 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4.2.2 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@v3 uses: github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3
with: with:
languages: ${{ matrix.language }} languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file. # If you wish to specify custom queries, you can do so here or in a config file.
@@ -39,7 +39,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below) # If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild - name: Autobuild
uses: github/codeql-action/autobuild@v3 uses: github/codeql-action/autobuild@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3
# Command-line programs to run using the OS shell. # Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl # 📚 https://git.io/JvXDl
@@ -53,4 +53,4 @@ jobs:
# make release # make release
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3 uses: github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3

View File

@@ -16,12 +16,12 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4.2.2 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup Node.js Environment - name: Setup Node.js Environment
uses: actions/setup-node@v4.2.0 uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with: with:
always-auth: true always-auth: true
node-version-file: '.nvmrc' node-version-file: '.nvmrc'
@@ -29,7 +29,7 @@ jobs:
scope: '@ivuorinen' scope: '@ivuorinen'
- name: Cache Node Modules - name: Cache Node Modules
uses: actions/cache@v4.2.0 uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
id: cache id: cache
with: with:
path: node_modules path: node_modules

View File

@@ -17,12 +17,12 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4.2.2 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup Node.js Environment - name: Setup Node.js Environment
uses: actions/setup-node@v4.2.0 uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with: with:
always-auth: true always-auth: true
node-version-file: '.nvmrc' node-version-file: '.nvmrc'
@@ -30,7 +30,7 @@ jobs:
scope: '@ivuorinen' scope: '@ivuorinen'
- name: Cache Node Modules - name: Cache Node Modules
uses: actions/cache@v4.2.0 uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
id: cache id: cache
with: with:
path: node_modules path: node_modules
@@ -49,7 +49,7 @@ jobs:
run: yarn lerna:bootstrap:ci run: yarn lerna:bootstrap:ci
- name: Auto Commit Changes - name: Auto Commit Changes
uses: stefanzweifel/git-auto-commit-action@v5 uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5
with: with:
commit_message: 'chore: 🤖 bump versions and publish packages' commit_message: 'chore: 🤖 bump versions and publish packages'
commit_options: '--no-verify' commit_options: '--no-verify'

View File

@@ -16,12 +16,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup Node.js Environment - name: Setup Node.js Environment
uses: actions/setup-node@v4.2.0 uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with: with:
always-auth: true always-auth: true
node-version-file: '.nvmrc' node-version-file: '.nvmrc'
@@ -34,7 +34,7 @@ jobs:
git config user.email "189535814+fiximus@users.noreply.github.com" git config user.email "189535814+fiximus@users.noreply.github.com"
- name: Update Browserslist database and create PR if applies - name: Update Browserslist database and create PR if applies
uses: c2corg/browserslist-update-action@v2.5.0 uses: c2corg/browserslist-update-action@a76abb476199caea5399f9e28ff3f16e491ec566 # v2.5.0
with: with:
directory: ./packages/browserslist-config/ directory: ./packages/browserslist-config/
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}