Restrict permissions, update actions

The actions release numbers were taken from the 3.1dev branch.

    Note: there was one strange codespell error in PR #2263.
    Maybe the updated action will avoid this in the future.
This commit is contained in:
Dirk Wetter
2022-11-10 10:35:43 +01:00
parent abdd51d815
commit b8afca6be1
3 changed files with 19 additions and 12 deletions

View File

@ -23,6 +23,9 @@ on:
- 'LICENSE'
- 'Dockerfile'
permissions:
contents: read
jobs:
build:
runs-on: ${{ matrix.os }}
@ -32,7 +35,7 @@ jobs:
perl: ['5.26']
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up perl
uses: shogo82148/actions-setup-perl@v1
with: