Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions .github/actions.lock.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
version: 1
generated_at: 2026-08-20T17:23:03Z
internal: []
trusted:
- 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
- action: step-security/runs-on-cache
refs:
- c5b0cba15d05488ebc630ad8d1e95b3d9b35ac73
occurrences:
c5b0cba15d05488ebc630ad8d1e95b3d9b35ac73:
.github/workflows/ci.yaml:
- jobs.test.steps.[3].uses
local: []
docker: []
dynamic: []
nested_floating_deps: []
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ env:
DEBIAN_FRONTEND: noninteractive
REPOSITORY: surgex
RUNNER_OS: ubuntu22 # Must match Elixir/OTP version in described in action erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1
ImageOS: ubuntu22
DEPENDENCY_FILE: mix.lock
WORKING_DIRECTORY: .

Expand Down
Loading