Skip to content

Commit

Permalink
Update templated files
Browse files Browse the repository at this point in the history
  • Loading branch information
the-repository-manager[bot] authored and chrisns committed Jan 11, 2022
1 parent 63c0533 commit 8b0c8ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,3 @@ pull_request_rules:
merge:
method: rebase
rebase_fallback: squash
- name: assign to owner
conditions:
- check-failure>1
actions:
assign:
users:
- chrisns
8 changes: 4 additions & 4 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
with:
fetch-depth: 2
- name: Initialize CodeQL
uses: github/codeql-action/init@5f532563584d71fdef14ee64d17bafb34f751ce5 # renovate: tag=v1.0.26
uses: github/codeql-action/init@cd783c8a29bdcf5a5c79c5137889e24651fa626c # renovate: tag=v1.0.27
continue-on-error: true
id: initcodeql
- name: Autobuild
if: steps.initcodeql.outcome == 'success'
uses: github/codeql-action/autobuild@5f532563584d71fdef14ee64d17bafb34f751ce5 # renovate: tag=v1.0.26
uses: github/codeql-action/autobuild@cd783c8a29bdcf5a5c79c5137889e24651fa626c # renovate: tag=v1.0.27
- name: Perform CodeQL Analysis
if: steps.initcodeql.outcome == 'success'
uses: github/codeql-action/analyze@5f532563584d71fdef14ee64d17bafb34f751ce5 # renovate: tag=v1.0.26
uses: github/codeql-action/analyze@cd783c8a29bdcf5a5c79c5137889e24651fa626c # renovate: tag=v1.0.27

ShiftLeft:
runs-on: ubuntu-latest
Expand All @@ -37,6 +37,6 @@ jobs:
with:
output: reports
- name: Upload report
uses: github/codeql-action/upload-sarif@5f532563584d71fdef14ee64d17bafb34f751ce5 # renovate: tag=v1.0.26
uses: github/codeql-action/upload-sarif@cd783c8a29bdcf5a5c79c5137889e24651fa626c # renovate: tag=v1.0.27
with:
sarif_file: reports

0 comments on commit 8b0c8ab

Please sign in to comment.