Skip to content

Commit aa4270a

Browse files
ci(tools): pin dependencies (#37)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1bc1056 commit aa4270a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/flake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
token: ${{ secrets.BOT_ACCESS_TOKEN }}
2222

2323
- name: Install nix
24-
uses: cachix/install-nix-action@56a7bb7b56d9a92d4fd1bc05758de7eea4a370a8 # v31
24+
uses: cachix/install-nix-action@7be5dee1421f63d07e71ce6e0a9f8a4b07c2a487 # v31
2525

2626
- name: Update flake
2727
run: nix flake update

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717

1818
steps:
1919
- name: Checkout source
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2121
with:
2222
token: ${{ secrets.BOT_ACCESS_TOKEN }}
2323

2424
- name: Setup nodejs
25-
uses: actions/setup-node@v5
25+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
2626
with:
2727
node-version: 22.x
2828

@@ -54,7 +54,7 @@ jobs:
5454
run: git pull --rebase --autostash
5555

5656
- name: Commit changes
57-
uses: EndBug/add-and-commit@v9
57+
uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9
5858
with:
5959
author_name: GitHub Actions
6060
author_email: github@webhippie.de

0 commit comments

Comments
 (0)