Skip to content

Commit d406f48

Browse files
committed
Pin github actions to SHA
Signed-off-by: yubiuser <[email protected]>
1 parent 9e182eb commit d406f48

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

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

Lines changed: 2 additions & 2 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/[email protected] # TODO: if they start using a tag like v1, switch to that
24+
uses: calibreapp/image-actions@f32575787d333b0579f0b7d506ff03be63a669d1 # 1.4.1 TODO: if they start using a tag like v1, switch to that
2525
with:
2626
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@e797f83bcb11b83ae66e0230d6156d7c80228e7c #v6.0.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@a0853c24544627f65ddf259abe73b1d18a591444 #v5.0.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@5f858e3efba33a5ca4407a664cc011ad407f2008 #v10.1.0
2020
with:
2121
repo-token: ${{ secrets.GITHUB_TOKEN }}
2222
# Do not automatically mark PR/issue as stale

0 commit comments

Comments
 (0)