add permissions.yml, update checkout action ver

This commit is contained in:
aptalca 2023-02-24 20:30:26 -05:00
parent 20f0cc586d
commit be29d4c1bd
No known key found for this signature in database
GPG Key ID: BE36CFFB9FD85548
2 changed files with 10 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.3
- uses: actions/checkout@v3.1.0
- name: Build image
run: |

9
.github/workflows/permissions.yml vendored Normal file
View File

@ -0,0 +1,9 @@
name: Permission check
on:
pull_request:
paths:
- '**/run'
- '**/finish'
jobs:
permission_check:
uses: linuxserver/github-workflows/.github/workflows/init-svc-executable-permissions.yml@v1