mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 12:57:04 +05:30
fix(ci): use exact versions
This commit is contained in:
parent
9cf134e916
commit
d273c6f7b5
3 changed files with 6 additions and 6 deletions
2
.github/workflows/baseline-profile.yml
vendored
2
.github/workflows/baseline-profile.yml
vendored
|
@ -70,7 +70,7 @@ jobs:
|
||||||
# to actually run the test once the emulator has booted.
|
# to actually run the test once the emulator has booted.
|
||||||
- name: Create AVD snapshot for caching
|
- name: Create AVD snapshot for caching
|
||||||
if: steps.avd-cache.outputs.cache-hit != 'true'
|
if: steps.avd-cache.outputs.cache-hit != 'true'
|
||||||
uses: reactivecircus/android-emulator-runner@d94c3fbe4fe6a29e4a5ba47c12fb47677c73656b # v2
|
uses: reactivecircus/android-emulator-runner@d94c3fbe4fe6a29e4a5ba47c12fb47677c73656b # v2.28.0
|
||||||
with:
|
with:
|
||||||
api-level: ${{ env.AVD_API_LEVEL }}
|
api-level: ${{ env.AVD_API_LEVEL }}
|
||||||
arch: ${{ env.AVD_ARCH }}
|
arch: ${{ env.AVD_ARCH }}
|
||||||
|
|
8
.github/workflows/codeql_analysis.yml
vendored
8
.github/workflows/codeql_analysis.yml
vendored
|
@ -13,14 +13,14 @@ jobs:
|
||||||
security-events: write
|
security-events: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
|
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@67a35a08586135a9573f4327e904ecbf517a882d # v2
|
uses: github/codeql-action/init@67a35a08586135a9573f4327e904ecbf517a882d # v2.2.8
|
||||||
with:
|
with:
|
||||||
languages: java
|
languages: java
|
||||||
- name: Autobuild
|
- name: Autobuild
|
||||||
uses: github/codeql-action/autobuild@67a35a08586135a9573f4327e904ecbf517a882d # v2
|
uses: github/codeql-action/autobuild@67a35a08586135a9573f4327e904ecbf517a882d # v2.2.8
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@67a35a08586135a9573f4327e904ecbf517a882d # v2
|
uses: github/codeql-action/analyze@67a35a08586135a9573f4327e904ecbf517a882d # v2.2.8
|
||||||
with:
|
with:
|
||||||
category: "/language:java"
|
category: "/language:java"
|
||||||
|
|
2
.github/workflows/qodana_scan.yml
vendored
2
.github/workflows/qodana_scan.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
||||||
qodana:
|
qodana:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
|
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: 'Qodana Scan'
|
- name: 'Qodana Scan'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue