Skip to content

Commit 5a7f6e5

Browse files
authored
Merge pull request #47 from jellyrock/renovate/github-actions
chore(deps): pin dependencies
2 parents 2cf6b3e + 2f111dc commit 5a7f6e5

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
app-id: ${{ vars.APP_ID }}
2424
private-key: ${{ secrets.APP_PRIVATE_KEY }}
2525

26-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
26+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2727
with:
2828
token: ${{ steps.app-token.outputs.token }}
2929

30-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
30+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3131
with:
3232
node-version: "lts/*"
3333
cache: "npm"
@@ -36,7 +36,7 @@ jobs:
3636
run: npm ci
3737

3838
- name: Checkout jellyrock
39-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
39+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4040
with:
4141
repository: jellyrock/jellyrock
4242
path: jellyrock

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
28+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2929

3030
- name: Set up SSH
3131
env:

.github/workflows/update.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
env:
3030
GH_TOKEN: ${{ steps.app-token.outputs.token }}
3131

32-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
32+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3333
with:
3434
ref: ${{ github.ref_name }}
3535
token: ${{ steps.app-token.outputs.token }}
3636
fetch-depth: 0
3737

38-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
38+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3939
with:
4040
node-version: "lts/*"
4141
cache: "npm"
@@ -44,7 +44,7 @@ jobs:
4444
run: npm ci
4545

4646
- name: Checkout jellyrock
47-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
47+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4848
with:
4949
repository: jellyrock/jellyrock
5050
path: jellyrock

0 commit comments

Comments
 (0)