Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 22, 2025
1 parent 4b7eed8 commit 9da4d8f
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-to-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
ref: ${{ github.event.release.tag_name }}
Expand All @@ -30,7 +30,7 @@ jobs:
run_install: false

- name: Setup Node.js
uses: actions/setup-node@v4.2.0
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version-file: .node-version
cache: pnpm
Expand All @@ -41,7 +41,7 @@ jobs:
pnpm dlx @eslint/config-inspector build --config=./eslint.config.inspector.js --files=false
- name: Upload artifacts
uses: actions/upload-pages-artifact@v3.0.1
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
with:
path: ${{ github.workspace }}/.eslint-config-inspector

Expand All @@ -59,4 +59,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4.0.5
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
6 changes: 3 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
eslint-cache-path: ${{ github.workspace }}/node_modules/.cache/eslint
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
ref: ${{ needs.pre-checkout.outputs.sha }}
Expand All @@ -36,7 +36,7 @@ jobs:
run_install: false

- name: Setup Node.js
uses: actions/setup-node@v4.2.0
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version-file: .node-version
cache: pnpm
Expand All @@ -46,7 +46,7 @@ jobs:
pnpm install --frozen-lockfile
- name: Restore eslint cache
uses: actions/cache@v4.2.0
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: ${{ env.eslint-cache-path }}
key: eslint-${{ env.eslint-cache-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ needs.pre-checkout.outputs.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-checkout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Checkout
id: checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
ref: ${{ steps.prepare.outputs.ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
ref: ${{ github.event.release.tag_name }}
Expand All @@ -40,7 +40,7 @@ jobs:
run_install: false

- name: Setup Node.js
uses: actions/setup-node@v4.2.0
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version-file: .node-version
cache: pnpm
Expand Down
26 changes: 13 additions & 13 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
new_ref: ${{ steps.generate.outputs.new_ref }}
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
ref: ${{ github.sha }}
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- parse-version
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
ref: ${{ github.sha }}
Expand All @@ -85,7 +85,7 @@ jobs:
mv tmp package.json
- name: Upload artifacts
uses: actions/upload-artifact@v4.6.0
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: bump_version_files
path: |
Expand All @@ -99,7 +99,7 @@ jobs:
- bump-version-update
steps:
- name: Create GitHub App Token
uses: actions/create-github-app-token@v1.11.3
uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3
id: app-token
with:
app-id: ${{ secrets.RELEASE_APP_ID }}
Expand All @@ -114,7 +114,7 @@ jobs:
echo "user-id=${user_id}" >> $GITHUB_OUTPUT
- name: Checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
token: ${{ steps.app-token.outputs.token }}
persist-credentials: false
Expand All @@ -126,7 +126,7 @@ jobs:
git switch -c ${{ needs.parse-version.outputs.new_ref }}
- name: Download artifacts
uses: actions/download-artifact@v4.1.8
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: bump_version_files

Expand All @@ -149,14 +149,14 @@ jobs:
pr_number: ${{ steps.create-pr.outputs.pr_number }}
steps:
- name: Create GitHub App Token
uses: actions/create-github-app-token@v1.11.3
uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3
id: app-token
with:
app-id: ${{ secrets.RELEASE_APP_ID }}
private-key: ${{ secrets.RELEASE_PRIVATE_KEY }}

- name: Checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
token: ${{ steps.app-token.outputs.token }}
persist-credentials: false
Expand Down Expand Up @@ -185,14 +185,14 @@ jobs:
- create-pr
steps:
- name: Create GitHub App Token
uses: actions/create-github-app-token@v1.11.3
uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3
id: app-token
with:
app-id: ${{ secrets.RELEASE_APP_ID }}
private-key: ${{ secrets.RELEASE_PRIVATE_KEY }}

- name: Checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
token: ${{ steps.app-token.outputs.token }}
persist-credentials: false
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
pull-requests: read
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
ref: ${{ github.sha }}
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
id-token: write
steps:
- name: Create GitHub App Token
uses: actions/create-github-app-token@v1.11.3
uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3
id: app-token
with:
app-id: ${{ secrets.RELEASE_APP_ID }}
Expand All @@ -264,7 +264,7 @@ jobs:
echo "user-id=${user_id}" >> $GITHUB_OUTPUT
- name: Checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
token: ${{ steps.app-token.outputs.token }}
persist-credentials: false
Expand Down

0 comments on commit 9da4d8f

Please sign in to comment.