Skip to content

Commit adf9016

Browse files
committed
Fix: zizmor --fix=all
1 parent 808c7f6 commit adf9016

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

.github/workflows/generate-sponsors.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,26 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout 🛎️
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
12+
with:
13+
persist-credentials: false
1214

1315
- name: Generate Sponsors 💖 in README.md
14-
uses: JamesIves/github-sponsors-readme-action@v1
16+
uses: JamesIves/github-sponsors-readme-action@2fd9142e765f755780202122261dc85e78459405 # v1
1517
with:
1618
token: ${{ secrets.PAT }}
1719
file: 'README.md'
1820
template: '<a href="https://github.com/{{{ login }}}"><img src="https://github.com/{{{ login }}}.png" width="50px" style="border-radius: 50px;" alt="{{{ login }}}" /></a>&nbsp;&nbsp;'
1921

2022
- name: Generate Sponsors 💖 in FUNDING.md
21-
uses: JamesIves/github-sponsors-readme-action@v1
23+
uses: JamesIves/github-sponsors-readme-action@2fd9142e765f755780202122261dc85e78459405 # v1
2224
with:
2325
token: ${{ secrets.PAT }}
2426
file: 'FUNDING.md'
2527
template: '<a href="https://github.com/{{{ login }}}"><img src="https://github.com/{{{ login }}}.png" width="50px" style="border-radius: 50px;" alt="{{{ login }}}" /></a>&nbsp;&nbsp;'
2628

2729
- name: Deploy to GitHub Pages 🚀
28-
uses: JamesIves/github-pages-deploy-action@v4
30+
uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4
2931
with:
3032
branch: master
3133
folder: '.'

.github/workflows/label-sponsors.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
name: is-sponsor-label
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: JasonEtco/is-sponsor-label-action@v2.0.0
12+
- uses: JasonEtco/is-sponsor-label-action@565f3cb67b3518a8aae36c3f0bce9e8513430e84 # v2.0.0
1313
with:
1414
label: sponsor 💖
1515
env:
16-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
stale:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/stale@v9
10+
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9
1111
with:
1212
repo-token: ${{ secrets.GITHUB_TOKEN }}
1313
stale-issue-message: >
@@ -18,4 +18,4 @@ jobs:
1818
stale-issue-label: 'stale'
1919
any-of-labels: 'awaiting answers,need info'
2020
days-before-stale: 20
21-
days-before-close: 90
21+
days-before-close: 90

0 commit comments

Comments
 (0)