mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Scorecard: Pin some github actions.
This commit is contained in:
parent
09b302e1ab
commit
35fd9be863
3 changed files with 46 additions and 46 deletions
6
.github/workflows/codeql-analysis.yml
vendored
6
.github/workflows/codeql-analysis.yml
vendored
|
@ -18,11 +18,11 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v2
|
||||
uses: github/codeql-action/init@515828d97454b8354517688ddc5b48402b723750 # v2.1.38
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
|
||||
|
@ -34,4 +34,4 @@ jobs:
|
|||
cd trunk && ./configure && make
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v2
|
||||
uses: github/codeql-action/analyze@515828d97454b8354517688ddc5b48402b723750 # v2.1.38
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue