mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-25 20:15:33 +02:00
Fix some issues pointed out by zizmor. (#333)
(cherry picked from commit 995ab18e7b
)
This commit is contained in:
parent
b0453b2e47
commit
1dc5aa3cac
3 changed files with 5 additions and 1 deletions
3
.github/workflows/ee.yml
vendored
3
.github/workflows/ee.yml
vendored
|
@ -68,6 +68,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
|
||||
|
@ -101,7 +102,7 @@ jobs:
|
|||
|
||||
- name: Create files for building execution environment
|
||||
run: |
|
||||
COLLECTION_FILENAME="$(ls "${{ env.NAMESPACE }}-${{ env.COLLECTION_NAME }}"-*.tar.gz)"
|
||||
COLLECTION_FILENAME="$(ls "${NAMESPACE}-${COLLECTION_NAME}"-*.tar.gz)"
|
||||
|
||||
# EE config
|
||||
cat > execution-environment.yml <<EOF
|
||||
|
|
1
.github/workflows/extra-tests.yml
vendored
1
.github/workflows/extra-tests.yml
vendored
|
@ -29,6 +29,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
|
||||
|
|
2
.github/workflows/reuse.yml
vendored
2
.github/workflows/reuse.yml
vendored
|
@ -26,6 +26,8 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: REUSE Compliance Check
|
||||
uses: fsfe/reuse-action@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue