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 Oct 7, 2024
1 parent 2f12f14 commit 805e149
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/__codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@ jobs:

steps:
- name: Checkout repository ⬇️
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
ref: ${{ inputs.commit }}
show-progress: false

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

- name: Autobuild 📦
uses: github/codeql-action/[email protected].10
uses: github/codeql-action/[email protected].11

- name: Perform CodeQL Analysis 🧪
uses: github/codeql-action/[email protected].10
uses: github/codeql-action/[email protected].11
with:
category: '/language:${{matrix.language}}'
4 changes: 2 additions & 2 deletions .github/workflows/__package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout ⬇️
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
show-progress: false
ref: ${{ inputs.commit || github.sha }}
Expand All @@ -44,7 +44,7 @@ jobs:
run: npm run build

- name: Upload client artifact ⬆️💻
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
compression-level: 0
name: page
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/__quality_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
ref: ${{ inputs.commit }}
show-progress: false
Expand All @@ -34,7 +34,7 @@ jobs:

steps:
- name: Checkout ⬇️
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
ref: ${{ inputs.commit }}
show-progress: false
Expand All @@ -49,7 +49,7 @@ jobs:

steps:
- name: Checkout ⬇️
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
show-progress: false
ref: ${{ inputs.commit }}
Expand All @@ -70,7 +70,7 @@ jobs:

steps:
- name: Checkout ⬇️
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
ref: ${{ inputs.commit }}
show-progress: false
Expand Down

0 comments on commit 805e149

Please sign in to comment.