clj-holmes / clj-watson

clojure deps SCA
Eclipse Public License 2.0
84 stars 9 forks source link

ci chore: bump deprecated actions #72

Closed lread closed 3 months ago

lread commented 3 months ago

Closes #71

lread commented 3 months ago

Hmmm... workflow yaml automatically triggers PR run only on certain paths for pull requests:

on:
  pull_request:
    branches: [ main ]
    paths:
      - 'src/**'
      - 'test/**'
      - 'deps.edn'

Shall we get rid of the paths: @seancorfield?

seancorfield commented 3 months ago

Yeah, can't say I see the point of restricting GHA like that.