Skip to content

Commit 0fd12d5

Browse files
committed
enhance permission and bump version
1 parent 327b90c commit 0fd12d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/PR-SAP.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,11 @@ jobs:
6060
analyze:
6161
runs-on: ubuntu-latest
6262
permissions:
63+
contents: write
6364
pull-requests: write
6465
statuses: write
6566
steps:
66-
- uses: actions/checkout@v4
67+
- uses: actions/checkout@v5
6768
- name: Run Custom Analysis
6869
uses: acrolinx/nextgen-analyzer@v0.0.7
6970
with:

0 commit comments

Comments
 (0)