We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa8a3b6 + 41bc66b commit ea15c39Copy full SHA for ea15c39
.github/workflows/enforce-license.yml
@@ -23,7 +23,7 @@ jobs:
23
timeout-minutes: 2
24
steps:
25
- name: Checkout
26
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
27
- name: Enforce
28
uses: UoMResearchIT/actions/check-copyrights@v1.1
29
with:
.github/workflows/scan-for-secrets.yml
@@ -46,9 +46,9 @@ jobs:
46
runs-on: ubuntu-latest
47
48
49
50
- name: Checkout default configuration file
51
52
53
path: .uomrit-actions
54
repository: UoMResearchIT/actions
0 commit comments