Skip to content

Commit 9f12091

Browse files
authored
Merge pull request #50 from chezmoi-sh/renovate/github-actions
⬆️ (deps): Update GitHub actions
2 parents 0ac2bd6 + 74e6541 commit 9f12091

6 files changed

+6
-6
lines changed

.github/workflows/merge_group,pull_request.all.lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: ⬇️ Checkout repository
2323
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424
- name: ⚡️ Run `trunk check`
25-
uses: trunk-io/trunk-action@06c428bf05832198443baab1096754b166a6c466 # v1.2.2
25+
uses: trunk-io/trunk-action@b8812b3da2f527db878ef7541c4177f8d280cd89 # v1.2.3

.github/workflows/merge_group,pull_request.all.tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: pnpm test:ci
4343

4444
- name: 📊 Upload test results
45-
uses: dorny/test-reporter@6e6a65b7a0bd2c9197df7d0ae36ac5cee784230c # v2.0.0
45+
uses: dorny/test-reporter@890a17cecf52a379fc869ab770a71657660be727 # v2.1.0
4646
if: always()
4747
with:
4848
name: Jest Test Results

.github/workflows/push,pull_request.chromatic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: pnpm install
4343

4444
- name: 📸 Run Chromatic
45-
uses: chromaui/action@e8cc4c31775280b175a3c440076c00d19a9014d7 # v11.28.2
45+
uses: chromaui/action@2e159400ffb5a759b36dc3e08cee63a0fd2969f7 # v11.28.3
4646
with:
4747
exitOnceUploaded: true
4848
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

.github/workflows/push.trunk-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- name: ⬇️ Checkout repository
2121
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2222
- name: 📦️ Populate cache with Trunk
23-
uses: trunk-io/trunk-action@06c428bf05832198443baab1096754b166a6c466 # v1.2.2
23+
uses: trunk-io/trunk-action@b8812b3da2f527db878ef7541c4177f8d280cd89 # v1.2.3
2424
with:
2525
check-mode: populate_cache_only

.github/workflows/security.dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: pnpm audit --json | pnpx npm-audit-sarif /dev/stdin > pnpm-audit.sarif || true
4040

4141
- name: 📊 Upload audit results to GitHub Code Scanning
42-
uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
42+
uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
4343
with:
4444
sarif_file: pnpm-audit.sarif
4545
category: pnpm-audit

.github/workflows/security.workflows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
./actionlint -color
2929
3030
- name: ✅ Ensure SHA pinned actions
31-
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@2d6823da4039243036c86d76f503c84e2ded2517 # v3.0.24
31+
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@fc87bb5b5a97953d987372e74478de634726b3e5 # v3.0.25

0 commit comments

Comments
 (0)