From 29df18e903c150b332346834116cebe2ce3ac57b Mon Sep 17 00:00:00 2001 From: Krukon Date: Tue, 18 Aug 2026 18:15:18 +0200 Subject: [PATCH 1/2] chore: remove actions.lock.yaml from version control --- .github/actions.lock.yaml | 42 --------------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 .github/actions.lock.yaml diff --git a/.github/actions.lock.yaml b/.github/actions.lock.yaml deleted file mode 100644 index 98540bd..0000000 --- a/.github/actions.lock.yaml +++ /dev/null @@ -1,42 +0,0 @@ -version: 1 -generated_at: 2026-08-04T13:15:44Z -internal: [] -trusted: - - action: actions/cache - refs: - - 0057852bfaa89a56745cba8c7296529d2fc39830 - occurrences: - 0057852bfaa89a56745cba8c7296529d2fc39830: - .github/workflows/ci.yaml: - - jobs.test.steps.[3].uses - - action: actions/checkout - refs: - - 34e114876b0b11c390a56381ad16ebd13914f8d5 - occurrences: - 34e114876b0b11c390a56381ad16ebd13914f8d5: - .github/workflows/ci.yaml: - - jobs.test.steps.[1].uses - - jobs.permit.steps.[1].uses - - jobs.publish.steps.[1].uses -external: - - action: step-security/harden-runner - refs: - - 9af89fc71515a100421586dfdb3dc9c984fbf411 - occurrences: - 9af89fc71515a100421586dfdb3dc9c984fbf411: - .github/workflows/ci.yaml: - - jobs.test.steps.[0].uses - - jobs.permit.steps.[0].uses - - jobs.publish.steps.[0].uses - - action: step-security/mise-action - refs: - - 2796166110dee826668caddd4bffedae5116e7cd - occurrences: - 2796166110dee826668caddd4bffedae5116e7cd: - .github/workflows/ci.yaml: - - jobs.test.steps.[2].uses - - jobs.publish.steps.[2].uses -local: [] -docker: [] -dynamic: [] -nested_floating_deps: [] From 8ae493905ba7de5812175b124507d2493eda5bbc Mon Sep 17 00:00:00 2001 From: Krukon Date: Tue, 18 Aug 2026 18:15:18 +0200 Subject: [PATCH 2/2] chore: gitignore actions.lock.yaml --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 479192c..66b59d4 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,4 @@ erl_crash.dump /surgex .idea -*.iml \ No newline at end of file +*.iml.github/actions.lock.yaml