Skip to content

Commit b6c9224

Browse files
authored
Merge pull request #204 from nirtal85/sec
sec
2 parents 48952e4 + c6d1702 commit b6c9224

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/devRun.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
- '**/*.lock'
1010
- '.github/workflows/devRun.yml'
1111

12+
permissions:
13+
contents: write
14+
pages: write
15+
1216
jobs:
1317
merge_test:
1418
timeout-minutes: 15
@@ -60,7 +64,7 @@ jobs:
6064
echo CHROME_VERSION=$(google-chrome --product-version)
6165
} >> environment.properties
6266
- name: Generate Allure Report
63-
uses: simple-elf/allure-report-action@master
67+
uses: simple-elf/allure-report-action@v1.12
6468
if: always()
6569
id: allure-report
6670
with:

.github/workflows/nightly.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ on:
1616
default: 2
1717
type: number
1818

19+
permissions:
20+
contents: write
21+
pages: write
22+
1923
jobs:
2024
setup-matrix:
2125
runs-on: ubuntu-latest
@@ -113,7 +117,7 @@ jobs:
113117
if: contains(needs.*.result, 'failure')
114118
run: echo ARTIFACT_URL=${{ steps.merged-artifact-upload.outputs.artifact-url }} >> environment.properties
115119
- name: Generate Allure Report
116-
uses: simple-elf/allure-report-action@master
120+
uses: simple-elf/allure-report-action@v1.12
117121
if: always()
118122
id: allure-report
119123
with:

0 commit comments

Comments
 (0)