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 fc65c3c commit a277aaeCopy full SHA for a277aae
1 file changed
.github/workflows/website.yml
@@ -20,9 +20,11 @@ permissions:
20
jobs:
21
build:
22
permissions:
23
- contents: read # for actions/checkout to fetch code
24
- security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
+ contents: read
+ security-events: write
25
runs-on: ubuntu-latest
26
+ if: ${{ github.actor != 'dependabot[bot]' }}
27
+
28
steps:
29
- name: ⬇️ Checkout
30
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
0 commit comments