File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Fetch metadata
22- uses : dependabot/fetch-metadata@v2
22+ uses : dependabot/fetch-metadata@21025c705c08248db411dc16f3619e6b5f9ea21a # v2
2323 with :
2424 github-token : ${{ secrets.GITHUB_TOKEN }}
2525
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
1616
1717 steps :
1818 - name : Checkout source
19- uses : actions/checkout@v6
19+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2020 with :
2121 token : ${{ secrets.PERSONAL_TOKEN }}
2222
2323 - name : Install nix
24- uses : cachix/install-nix-action@v31
24+ uses : cachix/install-nix-action@4e002c8ec80594ecd40e759629461e26c8abed15 # v31
2525
2626 - name : Update flake
2727 run : nix flake update
3030 run : git pull --autostash --rebase
3131
3232 - name : Commit changes
33- uses : EndBug/add-and-commit@v9
33+ uses : EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9
3434 with :
3535 author_name : GitHub Actions
3636 author_email : github@webhippie.de
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717
1818 steps :
1919 - name : Clone source
20- uses : actions/checkout@v6
20+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2121
2222 - name : Install nix
23- uses : cachix/install-nix-action@v31
23+ uses : cachix/install-nix-action@4e002c8ec80594ecd40e759629461e26c8abed15 # v31
2424 with :
2525 github_access_token : ${{ secrets.GITHUB_TOKEN }}
2626
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
2222 node-version : lts/*
2323
2424 - name : Checkout source
25- uses : actions/checkout@v6
25+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2626 with :
2727 token : ${{ secrets.PERSONAL_TOKEN }}
2828
2929 - name : Setup nodejs
30- uses : actions/setup-node@v6
30+ uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
3131 with :
3232 node-version : 24.x
3333
5252 run : git pull --rebase --autostash
5353
5454 - name : Commit changes
55- uses : EndBug/add-and-commit@v9
55+ uses : EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9
5656 with :
5757 author_name : GitHub Actions
5858 author_email : thomas@webhippie.de
You can’t perform that action at this time.
0 commit comments