@@ -22,7 +22,7 @@ permissions:
2222
2323jobs :
2424 ci :
25- uses : arillso/.github/.github/workflows/ci-ansible-collection.yml@2026-08-28
25+ uses : arillso/.github/.github/workflows/ci-ansible-collection.yml@2026-08-29
2626 with :
2727 collection_namespace : arillso
2828 collection_name : container
3838 # the matrix is pinned to the single `default` scenario. The
3939 # concurrency-suffix keeps each role's nested call out of the
4040 # caller's concurrency group.
41- uses : arillso/.github/.github/workflows/ci-ansible-molecule.yml@2026-08-28
41+ uses : arillso/.github/.github/workflows/ci-ansible-molecule.yml@2026-08-29
4242 with :
4343 collection_namespace : arillso
4444 collection_name : container
5050 concurrency-suffix : molecule-docker
5151
5252 molecule-k3s :
53- uses : arillso/.github/.github/workflows/ci-ansible-molecule.yml@2026-08-28
53+ uses : arillso/.github/.github/workflows/ci-ansible-molecule.yml@2026-08-29
5454 with :
5555 collection_namespace : arillso
5656 collection_name : container
6262 concurrency-suffix : molecule-k3s
6363
6464 molecule-docker-login :
65- uses : arillso/.github/.github/workflows/ci-ansible-molecule.yml@2026-08-28
65+ uses : arillso/.github/.github/workflows/ci-ansible-molecule.yml@2026-08-29
6666 with :
6767 collection_namespace : arillso
6868 collection_name : container
7474 concurrency-suffix : molecule-docker-login
7575
7676 molecule-docker-compose-v2 :
77- uses : arillso/.github/.github/workflows/ci-ansible-molecule.yml@2026-08-28
77+ uses : arillso/.github/.github/workflows/ci-ansible-molecule.yml@2026-08-29
7878 with :
7979 collection_namespace : arillso
8080 collection_name : container
8686 concurrency-suffix : molecule-docker-compose-v2
8787
8888 molecule-helm :
89- uses : arillso/.github/.github/workflows/ci-ansible-molecule.yml@2026-08-28
89+ uses : arillso/.github/.github/workflows/ci-ansible-molecule.yml@2026-08-29
9090 with :
9191 collection_namespace : arillso
9292 collection_name : container
9898 concurrency-suffix : molecule-helm
9999
100100 molecule-fleet :
101- uses : arillso/.github/.github/workflows/ci-ansible-molecule.yml@2026-08-28
101+ uses : arillso/.github/.github/workflows/ci-ansible-molecule.yml@2026-08-29
102102 with :
103103 collection_namespace : arillso
104104 collection_name : container
@@ -110,7 +110,7 @@ jobs:
110110 concurrency-suffix : molecule-fleet
111111
112112 molecule-tailscale :
113- uses : arillso/.github/.github/workflows/ci-ansible-molecule.yml@2026-08-28
113+ uses : arillso/.github/.github/workflows/ci-ansible-molecule.yml@2026-08-29
114114 with :
115115 collection_namespace : arillso
116116 collection_name : container
@@ -122,12 +122,12 @@ jobs:
122122 concurrency-suffix : molecule-tailscale
123123
124124 security-secrets :
125- uses : arillso/.github/.github/workflows/security-secrets.yml@2026-08-28
125+ uses : arillso/.github/.github/workflows/security-secrets.yml@2026-08-29
126126
127127 security-deps :
128- uses : arillso/.github/.github/workflows/security-deps.yml@2026-08-28
128+ uses : arillso/.github/.github/workflows/security-deps.yml@2026-08-29
129129
130130 claude-review :
131- uses : arillso/.github/.github/workflows/ai-claude-review.yml@2026-08-28
131+ uses : arillso/.github/.github/workflows/ai-claude-review.yml@2026-08-29
132132 secrets :
133133 CLAUDE_CODE_OAUTH_TOKEN : ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
0 commit comments