Skip to content

Commit 0d5088e

Browse files
committed
Pin github actions to SHA
Signed-off-by: yubiuser <[email protected]>
1 parent a01d9c1 commit 0d5088e

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/calibreapp-image-actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Clone repository
19-
uses: actions/[email protected]
19+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
2020
with:
2121
persist-credentials: false
2222

2323
- name: Compress Images
24-
uses: calibreapp/image-actions@1.1.0 # TODO: if they start using a tag like v1, switch to that
24+
uses: calibreapp/image-actions@51921e25c9b0b62ed202c0ad0a2121f0f3ad186d #1.3.0 TODO: if they start using a tag like v1, switch to that
2525
with:
26-
githubToken: ${{ secrets.GITHUB_TOKEN }}
26+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Clone repository
21-
uses: actions/[email protected]
21+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
2222
with:
2323
persist-credentials: false
2424
fetch-depth: 0
2525

2626
- name: Set up Python
27-
uses: actions/[email protected]
27+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 #v5.6.0
2828
with:
2929
python-version: "${{ env.PYTHON_VERSION }}"
3030
architecture: "x64"
3131
cache: pip
3232

3333
- name: Set up Node.js
34-
uses: actions/[email protected]
34+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 #v4.4.0
3535
with:
3636
node-version: "${{ env.NODE }}"
3737
cache: npm

.github/workflows/codespell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Clone repository
12-
uses: actions/[email protected]
12+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
1313
with:
1414
persist-credentials: false
1515

1616
- name: Spell-Checking
17-
uses: codespell-project/actions-codespell@master
17+
uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 #v2.1
1818
with:
1919
ignore_words_file: .codespellignore
2020
skip: ./docs/routers/fritzbox-de.md,./mkdocs.yml,./package.json,./package-lock.json,./.markdownlint.json,./requirements.txt, ./MathJax-es5/*

.github/workflows/editorconfig-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Clone repository
13-
uses: actions/[email protected]
13+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
1414
with:
1515
persist-credentials: false
1616
- uses: editorconfig-checker/action-editorconfig-checker@main

.github/workflows/merge-conflict.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Check if PRs are have merge conflicts
16-
uses: eps1lon/[email protected]
16+
uses: eps1lon/actions-label-merge-conflict@1df065ebe6e3310545d4f4c4e862e43bdca146f0 #v3.0.3
1717
with:
1818
dirtyLabel: "Merge Conflict"
1919
repoToken: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/stale_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
pull-requests: write
1717

1818
steps:
19-
- uses: actions/[email protected]
19+
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 #v9.1.0
2020
with:
2121
repo-token: ${{ secrets.GITHUB_TOKEN }}
2222
# Do not automatically mark PR/issue as stale

0 commit comments

Comments
 (0)