github / ossar-action

Run multiple open source security static analysis tools without the added complexity with OSSAR (Open Source Static Analysis Runner).
MIT License
94 stars 27 forks source link

Set-env is deprecated #16

Closed KTibow closed 3 years ago

KTibow commented 3 years ago

To quote GitHub Actions: The set-env command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/

thomasplevy commented 3 years ago

+1 here, I'm getting a ton of failing builds now and I can't figure out if there's something I can do on my end to fix this

timobrembeck commented 3 years ago

Same here, I ended up temporarily disabling the entire workflow.

davidknise commented 3 years ago

Acknowledged. Working on a fix. Estimated time is by end of day.

thomasplevy commented 3 years ago

@davidknise thanks so much <3

davidknise commented 3 years ago

@actions/core has been updated to v1.2.6 in the master and v1 branches, which fixes the core.exportVariable function used by this build task. Please retrigger your workflows to confirm the fix.

thomasplevy commented 3 years ago

@davidknise looks good thank you so much!

KTibow commented 3 years ago

LGTM!

davidknise commented 3 years ago

Thank you all for reporting the issue. I'll setup a better daily canary workflow and figure out why I haven't been getting GitHub notifications.