mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
chore(deps): update actions/checkout digest to 8f4b7f8
This commit is contained in:
parent
5625aebb0c
commit
abd1e73d82
2 changed files with 2 additions and 2 deletions
2
.github/workflows/codeql_analysis.yml
vendored
2
.github/workflows/codeql_analysis.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
security-events: write
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
|
||||
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@67a35a08586135a9573f4327e904ecbf517a882d # v2
|
||||
with:
|
||||
|
|
2
.github/workflows/qodana_scan.yml
vendored
2
.github/workflows/qodana_scan.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
|||
qodana:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
|
||||
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: 'Qodana Scan'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue