Skip to content

Commit b414e80

Browse files
committed
chore: putting permission read
1 parent 72f658e commit b414e80

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/dockerized-test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,21 @@ on:
77
branches: [ '*' ]
88
workflow_dispatch:
99

10+
permissions:
11+
contents: read
12+
1013
jobs:
1114
dockerized-test:
1215
runs-on: ubuntu-latest
1316

1417
steps:
15-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v6
1619

1720
- name: Build the image
1821
run: docker build . -t local/test -f Dockerfile.rie
1922

2023
- name: Run tests
2124
uses: aws/containerized-test-runner-for-aws-lambda@v1
2225
with:
23-
suiteFileArray: '["./tests/dockerized/*.json"]'
26+
suiteFileArray: '["./test/dockerized/*.json"]'
2427
dockerImageName: 'local/test'

0 commit comments

Comments
 (0)