Skip to content

Commit e8d246a

Browse files
committed
Pinned all Actions to specific versions
1 parent e2ff09a commit e8d246a

18 files changed

Lines changed: 43 additions & 43 deletions

.github/workflows/lint-on-push-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
steps:
1313

1414
- name: Checkout repository code
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v5.0.0
1616

1717
- name: Set up Node.js
18-
uses: actions/setup-node@v5
18+
uses: actions/setup-node@v5.0.0
1919
with:
2020
node-version: 'lts/*'
2121

.github/workflows/sync-amazongpt-changes-to-repos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ jobs:
1818
steps:
1919

2020
- name: Checkout adamlui/userscripts
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v5.0.0
2222
with:
2323
path: adamlui/userscripts
2424

2525
- name: Checkout KudoAI/amazongpt
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v5.0.0
2727
with:
2828
token: ${{ secrets.REPO_SYNC_PAT }}
2929
repository: KudoAI/amazongpt
3030
path: KudoAI/amazongpt
3131

3232
- name: Checkout adamlui/ai-web-extensions
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v5.0.0
3434
with:
3535
token: ${{ secrets.REPO_SYNC_PAT }}
3636
repository: adamlui/ai-web-extensions

.github/workflows/sync-autoclear-chatgpt-history-changes-to-repos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ jobs:
1818
steps:
1919

2020
- name: Checkout adamlui/userscripts
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v5.0.0
2222
with:
2323
path: adamlui/userscripts
2424

2525
- name: Checkout adamlui/autoclear-chatgpt-history
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v5.0.0
2727
with:
2828
token: ${{ secrets.REPO_SYNC_PAT }}
2929
repository: adamlui/autoclear-chatgpt-history
3030
path: adamlui/autoclear-chatgpt-history
3131

3232
- name: Checkout adamlui/ai-web-extensions
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v5.0.0
3434
with:
3535
token: ${{ secrets.REPO_SYNC_PAT }}
3636
repository: adamlui/ai-web-extensions

.github/workflows/sync-bravegpt-changes-to-repos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ jobs:
1818
steps:
1919

2020
- name: Checkout adamlui/userscripts
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v5.0.0
2222
with:
2323
path: adamlui/userscripts
2424

2525
- name: Checkout KudoAI/bravegpt
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v5.0.0
2727
with:
2828
token: ${{ secrets.REPO_SYNC_PAT }}
2929
repository: KudoAI/bravegpt
3030
path: KudoAI/bravegpt
3131

3232
- name: Checkout adamlui/ai-web-extensions
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v5.0.0
3434
with:
3535
token: ${{ secrets.REPO_SYNC_PAT }}
3636
repository: adamlui/ai-web-extensions

.github/workflows/sync-bump-script-changes-to-ai-web.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
steps:
1919

2020
- name: Checkout adamlui/userscripts
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v5.0.0
2222
with:
2323
path: adamlui/userscripts
2424

2525
- name: Checkout adamlui/ai-web-extensions
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v5.0.0
2727
with:
2828
token: ${{ secrets.REPO_SYNC_PAT }}
2929
repository: adamlui/ai-web-extensions

.github/workflows/sync-changes-to-gitlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818

1919
- name: Checkout adamlui/userscripts
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v5.0.0
2121
with:
2222
fetch-depth: 0
2323

.github/workflows/sync-chatgpt-auto-continue-changes-to-repos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ jobs:
1818
steps:
1919

2020
- name: Checkout adamlui/userscripts
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v5.0.0
2222
with:
2323
path: adamlui/userscripts
2424

2525
- name: Checkout adamlui/chatgpt-auto-continue
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v5.0.0
2727
with:
2828
token: ${{ secrets.REPO_SYNC_PAT }}
2929
repository: adamlui/chatgpt-auto-continue
3030
path: adamlui/chatgpt-auto-continue
3131

3232
- name: Checkout adamlui/ai-web-extensions
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v5.0.0
3434
with:
3535
token: ${{ secrets.REPO_SYNC_PAT }}
3636
repository: adamlui/ai-web-extensions

.github/workflows/sync-chatgpt-auto-refresh-changes-to-repos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ jobs:
1818
steps:
1919

2020
- name: Checkout adamlui/userscripts
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v5.0.0
2222
with:
2323
path: adamlui/userscripts
2424

2525
- name: Checkout adamlui/chatgpt-auto-refresh
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v5.0.0
2727
with:
2828
token: ${{ secrets.REPO_SYNC_PAT }}
2929
repository: adamlui/chatgpt-auto-refresh
3030
path: adamlui/chatgpt-auto-refresh
3131

3232
- name: Checkout adamlui/ai-web-extensions
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v5.0.0
3434
with:
3535
token: ${{ secrets.REPO_SYNC_PAT }}
3636
repository: adamlui/ai-web-extensions

.github/workflows/sync-chatgpt-auto-talk-changes-to-repos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ jobs:
1818
steps:
1919

2020
- name: Checkout adamlui/userscripts
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v5.0.0
2222
with:
2323
path: adamlui/userscripts
2424

2525
- name: Checkout adamlui/chatgpt-auto-talk
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v5.0.0
2727
with:
2828
token: ${{ secrets.REPO_SYNC_PAT }}
2929
repository: adamlui/chatgpt-auto-talk
3030
path: adamlui/chatgpt-auto-talk
3131

3232
- name: Checkout adamlui/ai-web-extensions
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v5.0.0
3434
with:
3535
token: ${{ secrets.REPO_SYNC_PAT }}
3636
repository: adamlui/ai-web-extensions

.github/workflows/sync-chatgpt-infinity-changes-to-repos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ jobs:
1818
steps:
1919

2020
- name: Checkout adamlui/userscripts
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v5.0.0
2222
with:
2323
path: adamlui/userscripts
2424

2525
- name: Checkout adamlui/chatgpt-infinity
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v5.0.0
2727
with:
2828
token: ${{ secrets.REPO_SYNC_PAT }}
2929
repository: adamlui/chatgpt-infinity
3030
path: adamlui/chatgpt-infinity
3131

3232
- name: Checkout adamlui/ai-web-extensions
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v5.0.0
3434
with:
3535
token: ${{ secrets.REPO_SYNC_PAT }}
3636
repository: adamlui/ai-web-extensions

0 commit comments

Comments
 (0)