We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dedf975 commit 240710fCopy full SHA for 240710f
1 file changed
.github/workflows/integration-tests-ui.yml
@@ -9,10 +9,6 @@ concurrency:
9
group: ${{ github.workflow }}-${{ github.ref }}
10
cancel-in-progress: true
11
12
-permissions:
13
- contents: write
14
- pull-requests: write
15
-
16
jobs:
17
test:
18
name: Ui tests
@@ -26,7 +22,7 @@ jobs:
26
22
27
23
steps:
28
24
- name: Git checkout
29
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
25
+ uses: actions/checkout@v6
30
with:
31
submodules: 'recursive'
32
0 commit comments