Skip to content

Commit 4c54640

Browse files
committed
Revert permissions changes to codeql.yml
1 parent c48c22e commit 4c54640

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ concurrency:
2626
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
2727
cancel-in-progress: true
2828

29-
permissions:
30-
contents: write
31-
pull-requests: write
32-
3329
jobs:
3430
analyze:
3531
name: Analyze
@@ -45,7 +41,7 @@ jobs:
4541

4642
steps:
4743
- name: Checkout repository
48-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
44+
uses: actions/checkout@v4
4945

5046
# Initializes the CodeQL tools for scanning.
5147
- name: Initialize CodeQL

0 commit comments

Comments
 (0)