diff options
| author | hathach <[email protected]> | 2025-12-15 15:31:55 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-12-15 15:31:55 +0700 |
| commit | fa36515e6f1fdeebb84056534b8f878e1f454770 (patch) | |
| tree | 9c266c7197bafe84a40413fc9c9fa6460f55e422 /.github/workflows/static_analysis.yml | |
| parent | 991fa7736dd8ae3f10abf51f0ac89f5e976851af (diff) | |
| parent | ad5fe66f19e8fb633f175affcfa27b8376e40639 (diff) | |
Merge branch 'refs/heads/master' into enum_catch
Diffstat (limited to '.github/workflows/static_analysis.yml')
| -rw-r--r-- | .github/workflows/static_analysis.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/static_analysis.yml b/.github/workflows/static_analysis.yml index 4db267517..a78682d7a 100644 --- a/.github/workflows/static_analysis.yml +++ b/.github/workflows/static_analysis.yml @@ -37,7 +37,7 @@ jobs: - 'metro_m4_express' steps: - name: Checkout TinyUSB - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Get Dependencies uses: ./.github/actions/get_deps @@ -100,7 +100,7 @@ jobs: - 'raspberry_pi_pico' steps: - name: Checkout TinyUSB - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Get Dependencies uses: ./.github/actions/get_deps @@ -154,7 +154,7 @@ jobs: - 'stm32h743eval' steps: - name: Checkout TinyUSB - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis @@ -197,7 +197,7 @@ jobs: - 'b_g474e_dpow1' steps: - name: Checkout TinyUSB - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Get Dependencies uses: ./.github/actions/get_deps |
