From 69e81e9a9a11a17a15a21076e925c048cb4c6902 Mon Sep 17 00:00:00 2001 From: Joseph Goulden Date: Tue, 28 Oct 2025 11:07:03 +0000 Subject: [PATCH 1/2] Use full-length commit SHA for write-file-action and read-file-action dependencies --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 2ed0d92..e2d43ac 100644 --- a/action.yml +++ b/action.yml @@ -170,7 +170,7 @@ runs: INPUT_TOKEN: ${{ inputs.token }} INPUT__INTERNAL-STRICT-MODE: ${{ inputs._internal-strict-mode }} - name: Save PR Body as file - uses: DamianReeves/write-file-action@v1.3 + uses: DamianReeves/write-file-action@6929a9a6d1807689191dcc8bbe62b54d70a32b42 # v1.3 with: path: pr_body.template contents: ${{ inputs.pr-body }} @@ -191,7 +191,7 @@ runs: output-filename: "pr_body.txt" - name: Read pr_body.txt id: pr_body - uses: juliangruber/read-file-action@v1 + uses: juliangruber/read-file-action@b549046febe0fe86f8cb4f93c24e284433f9ab58 # v1.1.7 with: path: "pr_body.txt" # We need to remove the pr_body files so that the From 6f77c42fd7a56bdf3a993255c8c1afbbf90f5ba0 Mon Sep 17 00:00:00 2001 From: Joseph Goulden Date: Tue, 28 Oct 2025 14:54:04 +0000 Subject: [PATCH 2/2] Update nixpkgs flake input --- flake.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 0f8165b..9b6e32e 100644 --- a/flake.lock +++ b/flake.lock @@ -2,12 +2,12 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1757487488, - "narHash": "sha256-zwE/e7CuPJUWKdvvTCB7iunV4E/+G0lKfv4kk/5Izdg=", - "rev": "ab0f3607a6c7486ea22229b92ed2d355f1482ee0", - "revCount": 859555, + "lastModified": 1761373498, + "narHash": "sha256-Q/uhWNvd7V7k1H1ZPMy/vkx3F8C13ZcdrKjO7Jv7v0c=", + "rev": "6a08e6bb4e46ff7fcbb53d409b253f6bad8a28ce", + "revCount": 883951, "type": "tarball", - "url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.859555%2Brev-ab0f3607a6c7486ea22229b92ed2d355f1482ee0/01993860-4c2b-73a3-9c67-955d87cd3025/source.tar.gz" + "url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.883951%2Brev-6a08e6bb4e46ff7fcbb53d409b253f6bad8a28ce/019a1fdc-d873-7c43-b344-e10191e3d592/source.tar.gz" }, "original": { "type": "tarball",