Skip to content

Commit 88da75f

Browse files
committed
pinned actions sha
1 parent 2ab635a commit 88da75f

3 files changed

Lines changed: 13 additions & 9 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ updates:
1414
schedule:
1515
# Monthly scheduled updates to balance freshness with maintenance effort; security updates can still be raised separately
1616
interval: "monthly"
17+
cooldown:
18+
default-days: 7
1719
commit-message:
1820
prefix: "chore(deps)"
1921
reviewers:
@@ -35,6 +37,8 @@ updates:
3537
schedule:
3638
# Monthly scheduled updates to balance freshness with maintenance effort; security updates can still be raised separately
3739
interval: "monthly"
40+
cooldown:
41+
default-days: 7
3842
commit-message:
3943
prefix: "chore(deps)"
4044
versioning-strategy: increase-if-necessary

.github/workflows/deploy-merged-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
# OSS App
108108
- name: Generate GitHub App Token
109109
id: pr_app_token
110-
uses: actions/create-github-app-token@v3
110+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
111111
with:
112112
app-id: ${{ vars.WELLARCHITECTED_OSS_APP_ID }}
113113
private-key: ${{ secrets.WELLARCHITECTED_OSS_APP_PRIVATE_KEY }}
@@ -140,7 +140,7 @@ jobs:
140140
# OSS App
141141
- name: Generate GitHub App Token
142142
id: dispatch_app_token
143-
uses: actions/create-github-app-token@v3
143+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
144144
with:
145145
app-id: ${{ vars.WELLARCHITECTED_OSS_APP_ID }}
146146
private-key: ${{ secrets.WELLARCHITECTED_OSS_APP_PRIVATE_KEY }}

.github/workflows/pr-check.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
runs-on: ubuntu-latest
2626

2727
steps:
28-
- uses: actions/checkout@v6
28+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2929
with:
3030
fetch-depth: 0
3131

32-
- uses: actions/setup-node@v6
32+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3333
with:
3434
node-version: 24
3535
cache: 'npm'
@@ -60,13 +60,13 @@ jobs:
6060
runs-on: ubuntu-latest
6161

6262
steps:
63-
- uses: actions/checkout@v6
63+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
6464
with:
6565
submodules: recursive
6666
fetch-depth: 0
6767

6868
- name: Dependency Review
69-
uses: actions/dependency-review-action@v5
69+
uses: actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5
7070
with:
7171
config-file: >-
7272
./.github/dependency-review-config.yml
@@ -77,13 +77,13 @@ jobs:
7777
sudo dpkg -i ${{ runner.temp }}/hugo.deb
7878
hugo version
7979
80-
- uses: actions/setup-node@v6
80+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
8181
with:
8282
node-version: 24
8383
cache: 'npm'
8484

8585
- name: Cache Playwright browsers
86-
uses: actions/cache@v5
86+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
8787
with:
8888
path: ~/.cache/ms-playwright
8989
key: ${{ runner.os }}-playwright-${{ hashFiles('package-lock.json') }}
@@ -144,7 +144,7 @@ jobs:
144144
run: |
145145
npm run test:functional
146146
147-
- uses: actions/upload-artifact@v7
147+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
148148
if: always()
149149
with:
150150
name: playwright-report

0 commit comments

Comments
 (0)