We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef37c92 + c9b6ea2 commit 10431adCopy full SHA for 10431ad
2 files changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ on:
13
14
jobs:
15
lint-commits:
16
- if: github.event_name == 'pull_request'
+ if: github.event_name == 'pull_request' && github.actor != 'dependabot[bot]'
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
.github/workflows/scorecard.yml
@@ -75,6 +75,6 @@ jobs:
75
# Upload the results to GitHub's code scanning dashboard (optional).
76
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
77
- name: "Upload to code-scanning"
78
- uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
+ uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
79
with:
80
sarif_file: results.sarif
0 commit comments