Skip to content

Commit 3f00f46

Browse files
ci: pin workflow actions for release safety
1 parent ceb0ed8 commit 3f00f46

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/branch-flow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
timeout-minutes: 5
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1616

1717
- name: Branch flow audit self-test
1818
run: bash scripts/test-branch-flow-audit.sh

.github/workflows/codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: macOS-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1919

2020
- name: Branch flow audit
2121
run: |
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Upload shared-features delta report
6060
if: always()
61-
uses: actions/upload-artifact@v4
61+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6262
with:
6363
name: shared-features-delta-report
6464
path: build/reports/shared-features-delta-report.json

0 commit comments

Comments
 (0)