lfit / releng-reusable-workflows

Reusuable workflows developed by LF Release Engineering
Apache License 2.0
1 stars 9 forks source link

composed-gradle-nexus-iq.yaml contains "action/setup-python" #190

Open ModeSevenIndustrialSolutions opened 7 hours ago

ModeSevenIndustrialSolutions commented 7 hours ago

Not sure this is needed in a workflow primarily working with Java code:

      # yamllint disable-line rule:line-length
      - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
        id: setup-python
        with:
          python-version: "3.8"

I can't see anything that needs it; can somebody else eyeball this?