Skip to content

Commit

Permalink
Fix some issues pointed out by zizmor. (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored Dec 14, 2024
1 parent b1fa3a0 commit 937dced
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/extra-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: actions/checkout@v4
with:
path: ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}
persist-credentials: false

- name: Set up Python
uses: actions/setup-python@v5
Expand Down
15 changes: 15 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
---
requires_ansible: '>=2.9.10'

plugin_routing:
action:
foo:
deprecation:
removal_version: 2.0.0
warning_text: Use the 'default' callback plugin with 'display_skipped_hosts
= no' and 'display_ok_hosts = no' options.
bar:
redirect: community.general.shutdown
modules:
foo:
redirect: community.crypto.acme_certificate
baz:
redirect: community.crypto.x509_certificate

0 comments on commit 937dced

Please sign in to comment.