Skip to content

Commit

Permalink
chore(deps): update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2024
1 parent 2dc321e commit 776abd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/__codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
show-progress: false

- name: Initialize CodeQL 🛠️
uses: github/codeql-action/[email protected].1
uses: github/codeql-action/[email protected].5
with:
queries: security-and-quality
languages: ${{ matrix.language }}

- name: Autobuild 📦
uses: github/codeql-action/[email protected].1
uses: github/codeql-action/[email protected].5

- name: Perform CodeQL Analysis 🧪
uses: github/codeql-action/[email protected].1
uses: github/codeql-action/[email protected].5
with:
category: '/language:${{matrix.language}}'
2 changes: 1 addition & 1 deletion .github/workflows/__quality_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
show-progress: false

- name: Scan
uses: actions/dependency-review-action@v4.4.0
uses: actions/dependency-review-action@v4.5.0
with:
base-ref: ${{ github.event.pull_request.base.sha || 'master' }}
head-ref: ${{ github.event.pull_request.head.sha || github.ref }}
Expand Down

0 comments on commit 776abd0

Please sign in to comment.