Skip to content

Commit a277aae

Browse files
authored
Update website.yml
1 parent fc65c3c commit a277aae

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/website.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ permissions:
2020
jobs:
2121
build:
2222
permissions:
23-
contents: read # for actions/checkout to fetch code
24-
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
23+
contents: read
24+
security-events: write
2525
runs-on: ubuntu-latest
26+
if: ${{ github.actor != 'dependabot[bot]' }}
27+
2628
steps:
2729
- name: ⬇️ Checkout
2830
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)