intel / qatlib

Other
95 stars 34 forks source link

Workflows: update versions #88

Closed gcabiddu closed 2 months ago

gcabiddu commented 2 months ago

Update versions to latest available for all workflows in QATlib.

mythi commented 2 months ago

Our BKM is to let dependabot to take care of these automatically. dependabot also knows pinned workflow dependencies but needs a bit of manual work to get started:

- package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      # Check for updates to GitHub Actions every week on Sunday
      interval: "weekly"
      day: "sunday"
gcabiddu commented 2 months ago

Our BKM is to let dependabot to take care of these automatically. dependabot also knows pinned workflow dependencies but needs a bit of manual work to get started:

- package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      # Check for updates to GitHub Actions every week on Sunday
      interval: "weekly"
      day: "sunday"

Thanks @mythi. Should we take https://github.com/intel/intel-device-plugins-for-kubernetes/ as a reference?

mythi commented 2 months ago

Thanks @mythi. Should we take https://github.com/intel/intel-device-plugins-for-kubernetes/ as a reference?

That should work. All our action versions (e.g., the CodeQL versions) are up-to-date and something dependabot knows how to update.