Skip to content

ci(github-action): pin dependencies - autoclosed - #27

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pin-dependencies
Closed

ci(github-action): pin dependencies - autoclosed#27
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pin-dependencies

Conversation

@renovate

@renovate renovate Bot commented May 26, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/checkout action pinDigest df4cb1c
actions/upload-artifact action pinDigest 043fb46

Configuration

📅 Schedule: (in timezone Europe/London)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

Copy link
Copy Markdown

Super-linter summary

Language Validation result
GITHUB_ACTIONS Pass ✅
GITHUB_ACTIONS_ZIZMOR Fail ❌
GIT_MERGE_CONFLICT_MARKERS Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
YAML Fail ❌
YAML_PRETTIER Fail ❌

Super-linter detected linting errors

For more information, see the GitHub Actions workflow run

Powered by Super-linter

GITHUB_ACTIONS_ZIZMOR
�[1m�[96mhelp[artipacked]�[0m�[1m: credential persistence through GitHub Actions artifacts�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-publish-module.yml:12:9
   �[1m�[94m|�[0m
�[1m�[94m12�[0m �[1m�[94m|�[0m         - name: Checkout repository
   �[1m�[94m|�[0m �[1m�[96m _________^�[0m
�[1m�[94m13�[0m �[1m�[94m|�[0m �[1m�[96m|�[0m         uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
�[1m�[94m14�[0m �[1m�[94m|�[0m �[1m�[96m|�[0m
�[1m�[94m15�[0m �[1m�[94m|�[0m �[1m�[96m|�[0m       # PowerShell Core is already pre-installed on GitHub-hosted runners
   �[1m�[94m|�[0m �[1m�[96m|_________________________________________________________________________^�[0m �[1m�[96mdoes not set persist-credentials: false�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → Low
   �[1m�[94m= �[0m�[1mnote�[0m: this finding has an auto-fix
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#artipacked�[39m

�[1m�[33mwarning[excessive-permissions]�[0m�[1m: overly broad permissions�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-publish-module.yml:9:3
   �[1m�[94m|�[0m
�[1m�[94m 9�[0m �[1m�[94m|�[0m �[1m�[33m/�[0m   publish:
�[1m�[94m10�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m     runs-on: windows-latest
�[1m�[94m11�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m     steps:
�[1m�[94m12�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m       - name: Checkout repository
�[1m�[94m...�[0m  �[1m�[33m|�[0m
�[1m�[94m41�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m             exit 1
�[1m�[94m42�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m           }
   �[1m�[94m|�[0m �[1m�[33m|�[0m            �[1m�[33m^�[0m
   �[1m�[94m|�[0m �[1m�[33m|�[0m            �[1m�[33m|�[0m
   �[1m�[94m|�[0m �[1m�[33m|____________�[0m�[1m�[94mthis job�[0m
   �[1m�[94m|�[0m              �[1m�[33mdefault permissions used due to no permissions: block�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → Medium
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#excessive-permissions�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-publish-module.yml:37:63
   �[1m�[94m|�[0m
�[1m�[94m 9�[0m �[1m�[94m|�[0m   publish:
   �[1m�[94m|�[0m   �[1m�[94m-------�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m37�[0m �[1m�[94m|�[0m             Publish-Module -Path $ModulePath -NuGetApiKey ${{ secrets.PSGALLERY_API_KEY }} -Repository PSGallery -Verbose
   �[1m�[94m|�[0m                                                               �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[96mhelp[artipacked]�[0m�[1m: credential persistence through GitHub Actions artifacts�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-linux.yml:30:7
   �[1m�[94m|�[0m
�[1m�[94m30�[0m �[1m�[94m|�[0m       - name: Check out repository
   �[1m�[94m|�[0m �[1m�[96m _______^�[0m
�[1m�[94m31�[0m �[1m�[94m|�[0m �[1m�[96m|�[0m       uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
   �[1m�[94m|�[0m �[1m�[96m|__________________________________________________________________________^�[0m �[1m�[96mdoes not set persist-credentials: false�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → Low
   �[1m�[94m= �[0m�[1mnote�[0m: this finding has an auto-fix
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#artipacked�[39m

�[1m�[33mwarning[excessive-permissions]�[0m�[1m: overly broad permissions�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-linux.yml:21:3
   �[1m�[94m|�[0m
�[1m�[94m21�[0m �[1m�[94m|�[0m �[1m�[33m/�[0m   test:
�[1m�[94m22�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m     name: Run Tests
�[1m�[94m23�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m     runs-on: ubuntu-latest
�[1m�[94m24�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m     env:
�[1m�[94m...�[0m  �[1m�[33m|�[0m
�[1m�[94m58�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m         path: ./src/Archive
�[1m�[94m59�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m         if-no-files-found: warn
   �[1m�[94m|�[0m �[1m�[33m|�[0m                                �[1m�[33m^�[0m
   �[1m�[94m|�[0m �[1m�[33m|�[0m                                �[1m�[33m|�[0m
   �[1m�[94m|�[0m �[1m�[33m|________________________________�[0m�[1m�[94mthis job�[0m
   �[1m�[94m|�[0m                                  �[1m�[33mdefault permissions used due to no permissions: block�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → Medium
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#excessive-permissions�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-linux.yml:25:29
   �[1m�[94m|�[0m
�[1m�[94m21�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m25�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID }}
   �[1m�[94m|�[0m                             �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-linux.yml:26:33
   �[1m�[94m|�[0m
�[1m�[94m21�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m26�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_SECRET: ${{ secrets.REDDIT_CLIENT_SECRET }}
   �[1m�[94m|�[0m                                 �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[96mhelp[artipacked]�[0m�[1m: credential persistence through GitHub Actions artifacts�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-macos.yml:30:9
   �[1m�[94m|�[0m
�[1m�[94m30�[0m �[1m�[94m|�[0m         - name: Check out repository
   �[1m�[94m|�[0m �[1m�[96m _________^�[0m
�[1m�[94m31�[0m �[1m�[94m|�[0m �[1m�[96m|�[0m         uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
   �[1m�[94m|�[0m �[1m�[96m|____________________________________________________________________________^�[0m �[1m�[96mdoes not set persist-credentials: false�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → Low
   �[1m�[94m= �[0m�[1mnote�[0m: this finding has an auto-fix
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#artipacked�[39m

�[1m�[33mwarning[excessive-permissions]�[0m�[1m: overly broad permissions�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-macos.yml:21:3
   �[1m�[94m|�[0m
�[1m�[94m21�[0m �[1m�[94m|�[0m �[1m�[33m/�[0m   test:
�[1m�[94m22�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m     name: Run Tests
�[1m�[94m23�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m     runs-on: macOS-latest
�[1m�[94m24�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m     env:
�[1m�[94m...�[0m  �[1m�[33m|�[0m
�[1m�[94m58�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m           path: ./src/Archive
�[1m�[94m59�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m           if-no-files-found: warn
   �[1m�[94m|�[0m �[1m�[33m|�[0m                                  �[1m�[33m^�[0m
   �[1m�[94m|�[0m �[1m�[33m|�[0m                                  �[1m�[33m|�[0m
   �[1m�[94m|�[0m �[1m�[33m|__________________________________�[0m�[1m�[94mthis job�[0m
   �[1m�[94m|�[0m                                    �[1m�[33mdefault permissions used due to no permissions: block�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → Medium
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#excessive-permissions�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-macos.yml:25:29
   �[1m�[94m|�[0m
�[1m�[94m21�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m25�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID }}
   �[1m�[94m|�[0m                             �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-macos.yml:26:33
   �[1m�[94m|�[0m
�[1m�[94m21�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m26�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_SECRET: ${{ secrets.REDDIT_CLIENT_SECRET }}
   �[1m�[94m|�[0m                                 �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[96mhelp[artipacked]�[0m�[1m: credential persistence through GitHub Actions artifacts�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-windows.yml:30:7
   �[1m�[94m|�[0m
�[1m�[94m30�[0m �[1m�[94m|�[0m       - name: Check out repository
   �[1m�[94m|�[0m �[1m�[96m _______^�[0m
�[1m�[94m31�[0m �[1m�[94m|�[0m �[1m�[96m|�[0m       uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
   �[1m�[94m|�[0m �[1m�[96m|__________________________________________________________________________^�[0m �[1m�[96mdoes not set persist-credentials: false�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → Low
   �[1m�[94m= �[0m�[1mnote�[0m: this finding has an auto-fix
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#artipacked�[39m

�[1m�[33mwarning[excessive-permissions]�[0m�[1m: overly broad permissions�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-windows.yml:21:3
   �[1m�[94m|�[0m
�[1m�[94m21�[0m �[1m�[94m|�[0m �[1m�[33m/�[0m   test:
�[1m�[94m22�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m     name: Run Tests
�[1m�[94m23�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m     runs-on: windows-latest
�[1m�[94m24�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m     env:
�[1m�[94m...�[0m  �[1m�[33m|�[0m
�[1m�[94m58�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m         path: .\src\Archive
�[1m�[94m59�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m         if-no-files-found: warn
   �[1m�[94m|�[0m �[1m�[33m|�[0m                                �[1m�[33m^�[0m
   �[1m�[94m|�[0m �[1m�[33m|�[0m                                �[1m�[33m|�[0m
   �[1m�[94m|�[0m �[1m�[33m|________________________________�[0m�[1m�[94mthis job�[0m
   �[1m�[94m|�[0m                                  �[1m�[33mdefault permissions used due to no permissions: block�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → Medium
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#excessive-permissions�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-windows.yml:25:29
   �[1m�[94m|�[0m
�[1m�[94m21�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m25�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID }}
   �[1m�[94m|�[0m                             �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-windows.yml:26:33
   �[1m�[94m|�[0m
�[1m�[94m21�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m26�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_SECRET: ${{ secrets.REDDIT_CLIENT_SECRET }}
   �[1m�[94m|�[0m                                 �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[32m26�[39m findings (�[1m�[93m11�[39m suppressed, �[92m4�[39m fixable�[0m): �[35m0�[39m informational, �[36m4�[39m low, �[33m11�[39m medium, �[31m0�[39m high🌈 zizmor v1.23.1
�[32m INFO�[0m �[1maudit�[0m�[2m:�[0m �[2mzizmor�[0m�[2m:�[0m 🌈 completed /github/workspace/.github/workflows/psreddit-publish-module.yml
�[32m INFO�[0m �[1maudit�[0m�[2m:�[0m �[2mzizmor�[0m�[2m:�[0m 🌈 completed /github/workspace/.github/workflows/psreddit-test-on-linux.yml
�[32m INFO�[0m �[1maudit�[0m�[2m:�[0m �[2mzizmor�[0m�[2m:�[0m 🌈 completed /github/workspace/.github/workflows/psreddit-test-on-macos.yml
�[32m INFO�[0m �[1maudit�[0m�[2m:�[0m �[2mzizmor�[0m�[2m:�[0m 🌈 completed /github/workspace/.github/workflows/psreddit-test-on-windows.yml
YAML
/github/workspace/.github/workflows/psreddit-publish-module.yml:1:1: [warning] missing document start "---" (document-start)
/github/workspace/.github/workflows/psreddit-publish-module.yml:37:81: [warning] line too long (121 > 80 characters) (line-length)
/github/workspace/.github/workflows/psreddit-test-on-linux.yml:8:1: [warning] missing document start "---" (document-start)
/github/workspace/.github/workflows/psreddit-test-on-linux.yml:30:5: [warning] wrong indentation: expected 6 but found 4 (indentation)
/github/workspace/.github/workflows/psreddit-test-on-linux.yml:38:81: [warning] line too long (102 > 80 characters) (line-length)
/github/workspace/.github/workflows/psreddit-test-on-linux.yml:41:81: [warning] line too long (173 > 80 characters) (line-length)
/github/workspace/.github/workflows/psreddit-test-on-linux.yml:49:81: [warning] line too long (81 > 80 characters) (line-length)
/github/workspace/.github/workflows/psreddit-test-on-linux.yml:55:81: [warning] line too long (81 > 80 characters) (line-length)
/github/workspace/.github/workflows/psreddit-test-on-macos.yml:1:82: [error] wrong new line character: expected \n (new-lines)
/github/workspace/.github/workflows/psreddit-test-on-macos.yml:8:1: [warning] missing document start "---" (document-start)
/github/workspace/.github/workflows/psreddit-test-on-macos.yml:38:81: [warning] line too long (104 > 80 characters) (line-length)
/github/workspace/.github/workflows/psreddit-test-on-macos.yml:41:81: [warning] line too long (175 > 80 characters) (line-length)
/github/workspace/.github/workflows/psreddit-test-on-macos.yml:49:81: [warning] line too long (83 > 80 characters) (line-length)
/github/workspace/.github/workflows/psreddit-test-on-macos.yml:55:81: [warning] line too long (83 > 80 characters) (line-length)
/github/workspace/.github/workflows/psreddit-test-on-windows.yml:8:1: [warning] missing document start "---" (document-start)
/github/workspace/.github/workflows/psreddit-test-on-windows.yml:30:5: [warning] wrong indentation: expected 6 but found 4 (indentation)
/github/workspace/.github/workflows/psreddit-test-on-windows.yml:38:81: [warning] line too long (102 > 80 characters) (line-length)
/github/workspace/.github/workflows/psreddit-test-on-windows.yml:41:81: [warning] line too long (173 > 80 characters) (line-length)
/github/workspace/.github/workflows/psreddit-test-on-windows.yml:49:81: [warning] line too long (81 > 80 characters) (line-length)
/github/workspace/.github/workflows/psreddit-test-on-windows.yml:55:81: [warning] line too long (81 > 80 characters) (line-length)
YAML_PRETTIER
Checking formatting...[�[33mwarn�[39m] .github/workflows/psreddit-publish-module.yml
[�[33mwarn�[39m] .github/workflows/psreddit-test-on-linux.yml
[�[33mwarn�[39m] .github/workflows/psreddit-test-on-macos.yml
[�[33mwarn�[39m] .github/workflows/psreddit-test-on-windows.yml
[�[33mwarn�[39m] Code style issues found in 4 files. Run Prettier with --write to fix.

@renovate
renovate Bot force-pushed the renovate/pin-dependencies branch from c8809c0 to 5fc941a Compare May 26, 2026 15:00
@github-actions

Copy link
Copy Markdown

Super-linter summary

Language Validation result
GITHUB_ACTIONS Pass ✅
GITHUB_ACTIONS_ZIZMOR Fail ❌
GIT_MERGE_CONFLICT_MARKERS Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
YAML Fail ❌
YAML_PRETTIER Fail ❌

Super-linter detected linting errors

For more information, see the GitHub Actions workflow run

Powered by Super-linter

GITHUB_ACTIONS_ZIZMOR
�[1m�[33mwarning[excessive-permissions]�[0m�[1m: overly broad permissions�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-publish-module.yml:9:3
   �[1m�[94m|�[0m
�[1m�[94m 9�[0m �[1m�[94m|�[0m �[1m�[33m/�[0m   publish:
�[1m�[94m10�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m     runs-on: windows-latest
�[1m�[94m11�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m     steps:
�[1m�[94m12�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m       - name: Checkout repository
�[1m�[94m...�[0m  �[1m�[33m|�[0m
�[1m�[94m43�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m             exit 1
�[1m�[94m44�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m           }
   �[1m�[94m|�[0m �[1m�[33m|�[0m            �[1m�[33m^�[0m
   �[1m�[94m|�[0m �[1m�[33m|�[0m            �[1m�[33m|�[0m
   �[1m�[94m|�[0m �[1m�[33m|____________�[0m�[1m�[94mthis job�[0m
   �[1m�[94m|�[0m              �[1m�[33mdefault permissions used due to no permissions: block�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → Medium
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#excessive-permissions�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-publish-module.yml:39:63
   �[1m�[94m|�[0m
�[1m�[94m 9�[0m �[1m�[94m|�[0m   publish:
   �[1m�[94m|�[0m   �[1m�[94m-------�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m39�[0m �[1m�[94m|�[0m             Publish-Module -Path $ModulePath -NuGetApiKey ${{ secrets.PSGALLERY_API_KEY }} -Repository PSGallery -Verbose
   �[1m�[94m|�[0m                                                               �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[96mhelp[artipacked]�[0m�[1m: credential persistence through GitHub Actions artifacts�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-linux.yml:30:7
   �[1m�[94m|�[0m
�[1m�[94m30�[0m �[1m�[94m|�[0m       - name: Check out repository
   �[1m�[94m|�[0m �[1m�[96m _______^�[0m
�[1m�[94m31�[0m �[1m�[94m|�[0m �[1m�[96m|�[0m       uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
   �[1m�[94m|�[0m �[1m�[96m|__________________________________________________________________________^�[0m �[1m�[96mdoes not set persist-credentials: false�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → Low
   �[1m�[94m= �[0m�[1mnote�[0m: this finding has an auto-fix
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#artipacked�[39m

�[1m�[33mwarning[excessive-permissions]�[0m�[1m: overly broad permissions�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-linux.yml:21:3
   �[1m�[94m|�[0m
�[1m�[94m21�[0m �[1m�[94m|�[0m �[1m�[33m/�[0m   test:
�[1m�[94m22�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m     name: Run Tests
�[1m�[94m23�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m     runs-on: ubuntu-latest
�[1m�[94m24�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m     env:
�[1m�[94m...�[0m  �[1m�[33m|�[0m
�[1m�[94m58�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m         path: ./src/Archive
�[1m�[94m59�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m         if-no-files-found: warn
   �[1m�[94m|�[0m �[1m�[33m|�[0m                                �[1m�[33m^�[0m
   �[1m�[94m|�[0m �[1m�[33m|�[0m                                �[1m�[33m|�[0m
   �[1m�[94m|�[0m �[1m�[33m|________________________________�[0m�[1m�[94mthis job�[0m
   �[1m�[94m|�[0m                                  �[1m�[33mdefault permissions used due to no permissions: block�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → Medium
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#excessive-permissions�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-linux.yml:25:29
   �[1m�[94m|�[0m
�[1m�[94m21�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m25�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID }}
   �[1m�[94m|�[0m                             �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-linux.yml:26:33
   �[1m�[94m|�[0m
�[1m�[94m21�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m26�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_SECRET: ${{ secrets.REDDIT_CLIENT_SECRET }}
   �[1m�[94m|�[0m                                 �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[96mhelp[artipacked]�[0m�[1m: credential persistence through GitHub Actions artifacts�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-macos.yml:30:9
   �[1m�[94m|�[0m
�[1m�[94m30�[0m �[1m�[94m|�[0m         - name: Check out repository
   �[1m�[94m|�[0m �[1m�[96m _________^�[0m
�[1m�[94m31�[0m �[1m�[94m|�[0m �[1m�[96m|�[0m         uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
   �[1m�[94m|�[0m �[1m�[96m|____________________________________________________________________________^�[0m �[1m�[96mdoes not set persist-credentials: false�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → Low
   �[1m�[94m= �[0m�[1mnote�[0m: this finding has an auto-fix
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#artipacked�[39m

�[1m�[33mwarning[excessive-permissions]�[0m�[1m: overly broad permissions�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-macos.yml:21:3
   �[1m�[94m|�[0m
�[1m�[94m21�[0m �[1m�[94m|�[0m �[1m�[33m/�[0m   test:
�[1m�[94m22�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m     name: Run Tests
�[1m�[94m23�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m     runs-on: macOS-latest
�[1m�[94m24�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m     env:
�[1m�[94m...�[0m  �[1m�[33m|�[0m
�[1m�[94m58�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m           path: ./src/Archive
�[1m�[94m59�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m           if-no-files-found: warn
   �[1m�[94m|�[0m �[1m�[33m|�[0m                                  �[1m�[33m^�[0m
   �[1m�[94m|�[0m �[1m�[33m|�[0m                                  �[1m�[33m|�[0m
   �[1m�[94m|�[0m �[1m�[33m|__________________________________�[0m�[1m�[94mthis job�[0m
   �[1m�[94m|�[0m                                    �[1m�[33mdefault permissions used due to no permissions: block�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → Medium
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#excessive-permissions�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-macos.yml:25:29
   �[1m�[94m|�[0m
�[1m�[94m21�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m25�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID }}
   �[1m�[94m|�[0m                             �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-macos.yml:26:33
   �[1m�[94m|�[0m
�[1m�[94m21�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m26�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_SECRET: ${{ secrets.REDDIT_CLIENT_SECRET }}
   �[1m�[94m|�[0m                                 �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[96mhelp[artipacked]�[0m�[1m: credential persistence through GitHub Actions artifacts�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-windows.yml:30:7
   �[1m�[94m|�[0m
�[1m�[94m30�[0m �[1m�[94m|�[0m       - name: Check out repository
   �[1m�[94m|�[0m �[1m�[96m _______^�[0m
�[1m�[94m31�[0m �[1m�[94m|�[0m �[1m�[96m|�[0m       uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
   �[1m�[94m|�[0m �[1m�[96m|__________________________________________________________________________^�[0m �[1m�[96mdoes not set persist-credentials: false�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → Low
   �[1m�[94m= �[0m�[1mnote�[0m: this finding has an auto-fix
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#artipacked�[39m

�[1m�[33mwarning[excessive-permissions]�[0m�[1m: overly broad permissions�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-windows.yml:21:3
   �[1m�[94m|�[0m
�[1m�[94m21�[0m �[1m�[94m|�[0m �[1m�[33m/�[0m   test:
�[1m�[94m22�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m     name: Run Tests
�[1m�[94m23�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m     runs-on: windows-latest
�[1m�[94m24�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m     env:
�[1m�[94m...�[0m  �[1m�[33m|�[0m
�[1m�[94m58�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m         path: .\src\Archive
�[1m�[94m59�[0m �[1m�[94m|�[0m �[1m�[33m|�[0m         if-no-files-found: warn
   �[1m�[94m|�[0m �[1m�[33m|�[0m                                �[1m�[33m^�[0m
   �[1m�[94m|�[0m �[1m�[33m|�[0m                                �[1m�[33m|�[0m
   �[1m�[94m|�[0m �[1m�[33m|________________________________�[0m�[1m�[94mthis job�[0m
   �[1m�[94m|�[0m                                  �[1m�[33mdefault permissions used due to no permissions: block�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → Medium
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#excessive-permissions�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-windows.yml:25:29
   �[1m�[94m|�[0m
�[1m�[94m21�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m25�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID }}
   �[1m�[94m|�[0m                             �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-windows.yml:26:33
   �[1m�[94m|�[0m
�[1m�[94m21�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m26�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_SECRET: ${{ secrets.REDDIT_CLIENT_SECRET }}
   �[1m�[94m|�[0m                                 �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[32m25�[39m findings (�[1m�[93m11�[39m suppressed, �[92m3�[39m fixable�[0m): �[35m0�[39m informational, �[36m3�[39m low, �[33m11�[39m medium, �[31m0�[39m high🌈 zizmor v1.23.1
�[32m INFO�[0m �[1maudit�[0m�[2m:�[0m �[2mzizmor�[0m�[2m:�[0m 🌈 completed /github/workspace/.github/workflows/psreddit-publish-module.yml
�[32m INFO�[0m �[1maudit�[0m�[2m:�[0m �[2mzizmor�[0m�[2m:�[0m 🌈 completed /github/workspace/.github/workflows/psreddit-test-on-linux.yml
�[32m INFO�[0m �[1maudit�[0m�[2m:�[0m �[2mzizmor�[0m�[2m:�[0m 🌈 completed /github/workspace/.github/workflows/psreddit-test-on-macos.yml
�[32m INFO�[0m �[1maudit�[0m�[2m:�[0m �[2mzizmor�[0m�[2m:�[0m 🌈 completed /github/workspace/.github/workflows/psreddit-test-on-windows.yml
YAML
/github/workspace/.github/workflows/psreddit-publish-module.yml:1:1: [warning] missing document start "---" (document-start)
/github/workspace/.github/workflows/psreddit-publish-module.yml:39:81: [warning] line too long (121 > 80 characters) (line-length)
/github/workspace/.github/workflows/psreddit-test-on-linux.yml:8:1: [warning] missing document start "---" (document-start)
/github/workspace/.github/workflows/psreddit-test-on-linux.yml:30:5: [warning] wrong indentation: expected 6 but found 4 (indentation)
/github/workspace/.github/workflows/psreddit-test-on-linux.yml:38:81: [warning] line too long (102 > 80 characters) (line-length)
/github/workspace/.github/workflows/psreddit-test-on-linux.yml:41:81: [warning] line too long (173 > 80 characters) (line-length)
/github/workspace/.github/workflows/psreddit-test-on-linux.yml:49:81: [warning] line too long (81 > 80 characters) (line-length)
/github/workspace/.github/workflows/psreddit-test-on-linux.yml:55:81: [warning] line too long (81 > 80 characters) (line-length)
/github/workspace/.github/workflows/psreddit-test-on-macos.yml:1:82: [error] wrong new line character: expected \n (new-lines)
/github/workspace/.github/workflows/psreddit-test-on-macos.yml:8:1: [warning] missing document start "---" (document-start)
/github/workspace/.github/workflows/psreddit-test-on-macos.yml:38:81: [warning] line too long (104 > 80 characters) (line-length)
/github/workspace/.github/workflows/psreddit-test-on-macos.yml:41:81: [warning] line too long (175 > 80 characters) (line-length)
/github/workspace/.github/workflows/psreddit-test-on-macos.yml:49:81: [warning] line too long (83 > 80 characters) (line-length)
/github/workspace/.github/workflows/psreddit-test-on-macos.yml:55:81: [warning] line too long (83 > 80 characters) (line-length)
/github/workspace/.github/workflows/psreddit-test-on-windows.yml:8:1: [warning] missing document start "---" (document-start)
/github/workspace/.github/workflows/psreddit-test-on-windows.yml:30:5: [warning] wrong indentation: expected 6 but found 4 (indentation)
/github/workspace/.github/workflows/psreddit-test-on-windows.yml:38:81: [warning] line too long (102 > 80 characters) (line-length)
/github/workspace/.github/workflows/psreddit-test-on-windows.yml:41:81: [warning] line too long (173 > 80 characters) (line-length)
/github/workspace/.github/workflows/psreddit-test-on-windows.yml:49:81: [warning] line too long (81 > 80 characters) (line-length)
/github/workspace/.github/workflows/psreddit-test-on-windows.yml:55:81: [warning] line too long (81 > 80 characters) (line-length)
YAML_PRETTIER
Checking formatting...[�[33mwarn�[39m] .github/workflows/psreddit-publish-module.yml
[�[33mwarn�[39m] .github/workflows/psreddit-test-on-linux.yml
[�[33mwarn�[39m] .github/workflows/psreddit-test-on-macos.yml
[�[33mwarn�[39m] .github/workflows/psreddit-test-on-windows.yml
[�[33mwarn�[39m] Code style issues found in 4 files. Run Prettier with --write to fix.

@renovate
renovate Bot force-pushed the renovate/pin-dependencies branch from 5fc941a to 8ee0e7f Compare May 26, 2026 15:26
@github-actions

Copy link
Copy Markdown

Super-linter summary

Language Validation result
GITHUB_ACTIONS Pass ✅
GITHUB_ACTIONS_ZIZMOR Fail ❌
GIT_MERGE_CONFLICT_MARKERS Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
YAML Pass ✅
YAML_PRETTIER Pass ✅

Super-linter detected linting errors

For more information, see the GitHub Actions workflow run

Powered by Super-linter

GITHUB_ACTIONS_ZIZMOR
�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-linux.yml:31:29
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m31�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID }}
   �[1m�[94m|�[0m                             �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-linux.yml:32:33
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m32�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_SECRET: ${{ secrets.REDDIT_CLIENT_SECRET }}
   �[1m�[94m|�[0m                                 �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-macos.yml:31:29
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m31�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID }}
   �[1m�[94m|�[0m                             �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-macos.yml:32:33
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m32�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_SECRET: ${{ secrets.REDDIT_CLIENT_SECRET }}
   �[1m�[94m|�[0m                                 �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-windows.yml:31:29
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m31�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID }}
   �[1m�[94m|�[0m                             �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-windows.yml:32:33
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m32�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_SECRET: ${{ secrets.REDDIT_CLIENT_SECRET }}
   �[1m�[94m|�[0m                                 �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[32m11�[39m findings (�[1m�[93m5�[39m suppressed�[0m): �[35m0�[39m informational, �[36m0�[39m low, �[33m6�[39m medium, �[31m0�[39m high🌈 zizmor v1.23.1
�[32m INFO�[0m �[1maudit�[0m�[2m:�[0m �[2mzizmor�[0m�[2m:�[0m 🌈 completed /github/workspace/.github/workflows/psreddit-publish-module.yml
�[32m INFO�[0m �[1maudit�[0m�[2m:�[0m �[2mzizmor�[0m�[2m:�[0m 🌈 completed /github/workspace/.github/workflows/psreddit-test-on-linux.yml
�[32m INFO�[0m �[1maudit�[0m�[2m:�[0m �[2mzizmor�[0m�[2m:�[0m 🌈 completed /github/workspace/.github/workflows/psreddit-test-on-macos.yml
�[32m INFO�[0m �[1maudit�[0m�[2m:�[0m �[2mzizmor�[0m�[2m:�[0m 🌈 completed /github/workspace/.github/workflows/psreddit-test-on-windows.yml

@renovate
renovate Bot force-pushed the renovate/pin-dependencies branch from 8ee0e7f to bf61c8d Compare June 3, 2026 16:44
@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown

Super-linter summary

Language Validation result
GITHUB_ACTIONS Pass ✅
GITHUB_ACTIONS_ZIZMOR Fail ❌
GIT_MERGE_CONFLICT_MARKERS Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
YAML Pass ✅
YAML_PRETTIER Pass ✅

Super-linter detected linting errors

For more information, see the GitHub Actions workflow run

Powered by Super-linter

GITHUB_ACTIONS_ZIZMOR
�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-linux.yml:31:29
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m31�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID }}
   �[1m�[94m|�[0m                             �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-linux.yml:32:33
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m32�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_SECRET: ${{ secrets.REDDIT_CLIENT_SECRET }}
   �[1m�[94m|�[0m                                 �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-macos.yml:31:29
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m31�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID }}
   �[1m�[94m|�[0m                             �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-macos.yml:32:33
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m32�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_SECRET: ${{ secrets.REDDIT_CLIENT_SECRET }}
   �[1m�[94m|�[0m                                 �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-windows.yml:31:29
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m31�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID }}
   �[1m�[94m|�[0m                             �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-windows.yml:32:33
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m32�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_SECRET: ${{ secrets.REDDIT_CLIENT_SECRET }}
   �[1m�[94m|�[0m                                 �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[32m11�[39m findings (�[1m�[93m5�[39m suppressed�[0m): �[35m0�[39m informational, �[36m0�[39m low, �[33m6�[39m medium, �[31m0�[39m high🌈 zizmor v1.23.1
�[32m INFO�[0m �[1maudit�[0m�[2m:�[0m �[2mzizmor�[0m�[2m:�[0m 🌈 completed /github/workspace/.github/workflows/psreddit-publish-module.yml
�[32m INFO�[0m �[1maudit�[0m�[2m:�[0m �[2mzizmor�[0m�[2m:�[0m 🌈 completed /github/workspace/.github/workflows/psreddit-test-on-linux.yml
�[32m INFO�[0m �[1maudit�[0m�[2m:�[0m �[2mzizmor�[0m�[2m:�[0m 🌈 completed /github/workspace/.github/workflows/psreddit-test-on-macos.yml
�[32m INFO�[0m �[1maudit�[0m�[2m:�[0m �[2mzizmor�[0m�[2m:�[0m 🌈 completed /github/workspace/.github/workflows/psreddit-test-on-windows.yml

@renovate
renovate Bot force-pushed the renovate/pin-dependencies branch from bf61c8d to dba012c Compare June 11, 2026 19:34
@github-actions

Copy link
Copy Markdown

Super-linter summary

Language Validation result
GITHUB_ACTIONS Pass ✅
GITHUB_ACTIONS_ZIZMOR Fail ❌
GIT_MERGE_CONFLICT_MARKERS Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
YAML Pass ✅
YAML_PRETTIER Pass ✅

Super-linter detected linting errors

For more information, see the GitHub Actions workflow run

Powered by Super-linter

GITHUB_ACTIONS_ZIZMOR
�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-linux.yml:31:29
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m31�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID }}
   �[1m�[94m|�[0m                             �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-linux.yml:32:33
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m32�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_SECRET: ${{ secrets.REDDIT_CLIENT_SECRET }}
   �[1m�[94m|�[0m                                 �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-macos.yml:31:29
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m31�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID }}
   �[1m�[94m|�[0m                             �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-macos.yml:32:33
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m32�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_SECRET: ${{ secrets.REDDIT_CLIENT_SECRET }}
   �[1m�[94m|�[0m                                 �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-windows.yml:31:29
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m31�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID }}
   �[1m�[94m|�[0m                             �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-windows.yml:32:33
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m32�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_SECRET: ${{ secrets.REDDIT_CLIENT_SECRET }}
   �[1m�[94m|�[0m                                 �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[32m11�[39m findings (�[1m�[93m5�[39m suppressed�[0m): �[35m0�[39m informational, �[36m0�[39m low, �[33m6�[39m medium, �[31m0�[39m high🌈 zizmor v1.23.1
�[32m INFO�[0m �[1maudit�[0m�[2m:�[0m �[2mzizmor�[0m�[2m:�[0m 🌈 completed /github/workspace/.github/workflows/psreddit-publish-module.yml
�[32m INFO�[0m �[1maudit�[0m�[2m:�[0m �[2mzizmor�[0m�[2m:�[0m 🌈 completed /github/workspace/.github/workflows/psreddit-test-on-linux.yml
�[32m INFO�[0m �[1maudit�[0m�[2m:�[0m �[2mzizmor�[0m�[2m:�[0m 🌈 completed /github/workspace/.github/workflows/psreddit-test-on-macos.yml
�[32m INFO�[0m �[1maudit�[0m�[2m:�[0m �[2mzizmor�[0m�[2m:�[0m 🌈 completed /github/workspace/.github/workflows/psreddit-test-on-windows.yml

@renovate
renovate Bot force-pushed the renovate/pin-dependencies branch from dba012c to 93c0622 Compare June 14, 2026 11:15
@renovate renovate Bot changed the title chore(deps): pin dependencies ci(github-action): pin dependencies Jun 14, 2026
@github-actions

Copy link
Copy Markdown

Super-linter summary

Language Validation result
GITHUB_ACTIONS Pass ✅
GITHUB_ACTIONS_ZIZMOR Fail ❌
GIT_MERGE_CONFLICT_MARKERS Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
YAML Pass ✅
YAML_PRETTIER Pass ✅

Super-linter detected linting errors

For more information, see the GitHub Actions workflow run

Powered by Super-linter

GITHUB_ACTIONS_ZIZMOR
�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-linux.yml:31:29
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m31�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID }}
   �[1m�[94m|�[0m                             �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-linux.yml:32:33
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m32�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_SECRET: ${{ secrets.REDDIT_CLIENT_SECRET }}
   �[1m�[94m|�[0m                                 �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-macos.yml:31:29
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m31�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID }}
   �[1m�[94m|�[0m                             �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-macos.yml:32:33
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m32�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_SECRET: ${{ secrets.REDDIT_CLIENT_SECRET }}
   �[1m�[94m|�[0m                                 �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-windows.yml:31:29
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m31�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID }}
   �[1m�[94m|�[0m                             �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-windows.yml:32:33
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m32�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_SECRET: ${{ secrets.REDDIT_CLIENT_SECRET }}
   �[1m�[94m|�[0m                                 �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[32m11�[39m findings (�[1m�[93m5�[39m suppressed�[0m): �[35m0�[39m informational, �[36m0�[39m low, �[33m6�[39m medium, �[31m0�[39m high🌈 zizmor v1.23.1
�[32m INFO�[0m �[1maudit�[0m�[2m:�[0m �[2mzizmor�[0m�[2m:�[0m 🌈 completed /github/workspace/.github/workflows/psreddit-publish-module.yml
�[32m INFO�[0m �[1maudit�[0m�[2m:�[0m �[2mzizmor�[0m�[2m:�[0m 🌈 completed /github/workspace/.github/workflows/psreddit-test-on-linux.yml
�[32m INFO�[0m �[1maudit�[0m�[2m:�[0m �[2mzizmor�[0m�[2m:�[0m 🌈 completed /github/workspace/.github/workflows/psreddit-test-on-macos.yml
�[32m INFO�[0m �[1maudit�[0m�[2m:�[0m �[2mzizmor�[0m�[2m:�[0m 🌈 completed /github/workspace/.github/workflows/psreddit-test-on-windows.yml

@renovate
renovate Bot force-pushed the renovate/pin-dependencies branch from 93c0622 to 9ca66f3 Compare June 18, 2026 21:42
@github-actions

Copy link
Copy Markdown

Super-linter summary

Language Validation result
GITHUB_ACTIONS Pass ✅
GITHUB_ACTIONS_ZIZMOR Fail ❌
GIT_MERGE_CONFLICT_MARKERS Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
YAML Pass ✅
YAML_PRETTIER Pass ✅

Super-linter detected linting errors

For more information, see the GitHub Actions workflow run

Powered by Super-linter

GITHUB_ACTIONS_ZIZMOR
�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-linux.yml:31:29
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m31�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID }}
   �[1m�[94m|�[0m                             �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-linux.yml:32:33
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m32�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_SECRET: ${{ secrets.REDDIT_CLIENT_SECRET }}
   �[1m�[94m|�[0m                                 �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-macos.yml:31:29
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m31�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID }}
   �[1m�[94m|�[0m                             �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-macos.yml:32:33
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m32�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_SECRET: ${{ secrets.REDDIT_CLIENT_SECRET }}
   �[1m�[94m|�[0m                                 �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-windows.yml:31:29
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m31�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID }}
   �[1m�[94m|�[0m                             �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-windows.yml:32:33
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m32�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_SECRET: ${{ secrets.REDDIT_CLIENT_SECRET }}
   �[1m�[94m|�[0m                                 �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[32m11�[39m findings (�[1m�[93m5�[39m suppressed�[0m): �[35m0�[39m informational, �[36m0�[39m low, �[33m6�[39m medium, �[31m0�[39m high🌈 zizmor v1.23.1
�[32m INFO�[0m �[1maudit�[0m�[2m:�[0m �[2mzizmor�[0m�[2m:�[0m 🌈 completed /github/workspace/.github/workflows/psreddit-publish-module.yml
�[32m INFO�[0m �[1maudit�[0m�[2m:�[0m �[2mzizmor�[0m�[2m:�[0m 🌈 completed /github/workspace/.github/workflows/psreddit-test-on-linux.yml
�[32m INFO�[0m �[1maudit�[0m�[2m:�[0m �[2mzizmor�[0m�[2m:�[0m 🌈 completed /github/workspace/.github/workflows/psreddit-test-on-macos.yml
�[32m INFO�[0m �[1maudit�[0m�[2m:�[0m �[2mzizmor�[0m�[2m:�[0m 🌈 completed /github/workspace/.github/workflows/psreddit-test-on-windows.yml

@renovate
renovate Bot force-pushed the renovate/pin-dependencies branch from 9ca66f3 to 3a44621 Compare July 12, 2026 17:14
@github-actions

Copy link
Copy Markdown

Super-linter summary

Language Validation result
GITHUB_ACTIONS Pass ✅
GITHUB_ACTIONS_ZIZMOR Fail ❌
GIT_MERGE_CONFLICT_MARKERS Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
YAML Pass ✅
YAML_PRETTIER Pass ✅

Super-linter detected linting errors

For more information, see the GitHub Actions workflow run

Powered by Super-linter

GITHUB_ACTIONS_ZIZMOR
�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-linux.yml:31:29
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m31�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID }}
   �[1m�[94m|�[0m                             �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-linux.yml:32:33
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m32�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_SECRET: ${{ secrets.REDDIT_CLIENT_SECRET }}
   �[1m�[94m|�[0m                                 �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-macos.yml:31:29
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m31�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID }}
   �[1m�[94m|�[0m                             �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-macos.yml:32:33
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m32�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_SECRET: ${{ secrets.REDDIT_CLIENT_SECRET }}
   �[1m�[94m|�[0m                                 �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-windows.yml:31:29
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m31�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID }}
   �[1m�[94m|�[0m                             �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[1m�[33mwarning[secrets-outside-env]�[0m�[1m: secrets referenced without a dedicated environment�[0m
  �[1m�[94m--> �[0m/github/workspace/.github/workflows/psreddit-test-on-windows.yml:32:33
   �[1m�[94m|�[0m
�[1m�[94m27�[0m �[1m�[94m|�[0m   test:
   �[1m�[94m|�[0m   �[1m�[94m----�[0m �[1m�[94mthis job�[0m
�[1m�[94m...�[0m
�[1m�[94m32�[0m �[1m�[94m|�[0m       REDDIT_CLIENT_SECRET: ${{ secrets.REDDIT_CLIENT_SECRET }}
   �[1m�[94m|�[0m                                 �[1m�[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m �[1m�[33msecret is accessed outside of a dedicated environment�[0m
   �[1m�[94m|�[0m
   �[1m�[94m= �[0m�[1mnote�[0m: audit confidence → High
   �[1m�[94m= �[0m�[1mhelp�[0m: audit documentation → �[32mhttps://docs.zizmor.sh/audits/#secrets-outside-env�[39m

�[32m11�[39m findings (�[1m�[93m5�[39m suppressed�[0m): �[35m0�[39m informational, �[36m0�[39m low, �[33m6�[39m medium, �[31m0�[39m high🌈 zizmor v1.23.1
�[32m INFO�[0m �[1maudit�[0m�[2m:�[0m �[2mzizmor�[0m�[2m:�[0m 🌈 completed /github/workspace/.github/workflows/psreddit-publish-module.yml
�[32m INFO�[0m �[1maudit�[0m�[2m:�[0m �[2mzizmor�[0m�[2m:�[0m 🌈 completed /github/workspace/.github/workflows/psreddit-test-on-linux.yml
�[32m INFO�[0m �[1maudit�[0m�[2m:�[0m �[2mzizmor�[0m�[2m:�[0m 🌈 completed /github/workspace/.github/workflows/psreddit-test-on-macos.yml
�[32m INFO�[0m �[1maudit�[0m�[2m:�[0m �[2mzizmor�[0m�[2m:�[0m 🌈 completed /github/workspace/.github/workflows/psreddit-test-on-windows.yml

@renovate renovate Bot changed the title ci(github-action): pin dependencies ci(github-action): pin dependencies - autoclosed Jul 17, 2026
@renovate renovate Bot closed this Jul 17, 2026
@renovate
renovate Bot deleted the renovate/pin-dependencies branch July 17, 2026 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants