From 511fb06b3258261605111ba662ad221f509d1672 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 8 Jan 2026 14:02:49 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps(github-actions):=20pi?= =?UTF-8?q?n=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/setup-test/action.yml | 2 +- .github/workflows/build.yml | 4 ++-- .github/workflows/code-check-identified.yml | 2 +- .github/workflows/code-check.yml | 2 +- .github/workflows/codeql.yml | 8 ++++---- .github/workflows/cred-scan.yml | 2 +- .github/workflows/github-sanity-scan.yml | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/actions/setup-test/action.yml b/.github/actions/setup-test/action.yml index 9700f1e..9ab7bd3 100644 --- a/.github/actions/setup-test/action.yml +++ b/.github/actions/setup-test/action.yml @@ -4,7 +4,7 @@ runs: using: composite steps: - name: ⬇️ Install uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6 - name: ⬇️ Setup Python run: uv python install shell: bash diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 176d99c..67075cb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,9 +11,9 @@ jobs: environment: auto-build runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Install uv - uses: astral-sh/setup-uv@v7 + uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7 - name: Set up Python run: uv python install - name: Initialize submodules diff --git a/.github/workflows/code-check-identified.yml b/.github/workflows/code-check-identified.yml index 6432aba..50f9298 100644 --- a/.github/workflows/code-check-identified.yml +++ b/.github/workflows/code-check-identified.yml @@ -20,7 +20,7 @@ jobs: secret_key: ${{ secrets.OSC_SECRET_KEY }} region: ${{ secrets.OSC_REGION }} - name: ⬇️ Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Setup toolchain uses: ./.github/actions/setup-test - name: 🧪 Run integration tests diff --git a/.github/workflows/code-check.yml b/.github/workflows/code-check.yml index b8750b3..aedec4b 100644 --- a/.github/workflows/code-check.yml +++ b/.github/workflows/code-check.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: ⬇️ Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Setup toolchain uses: ./.github/actions/setup-test - name: Run integration tests diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 364c959..247cfd6 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -26,18 +26,18 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Initialize CodeQL - uses: github/codeql-action/init@v4 + uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4 with: languages: ${{ matrix.language }} queries: +security-and-quality - name: Autobuild - uses: github/codeql-action/autobuild@v4 + uses: github/codeql-action/autobuild@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4 + uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4 with: category: "/language:${{ matrix.language }}" diff --git a/.github/workflows/cred-scan.yml b/.github/workflows/cred-scan.yml index 7f01a09..03c25b3 100644 --- a/.github/workflows/cred-scan.yml +++ b/.github/workflows/cred-scan.yml @@ -11,7 +11,7 @@ jobs: cred-scan: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Scan credentials uses: outscale/cred-scan@main with: diff --git a/.github/workflows/github-sanity-scan.yml b/.github/workflows/github-sanity-scan.yml index bf30916..11550c4 100644 --- a/.github/workflows/github-sanity-scan.yml +++ b/.github/workflows/github-sanity-scan.yml @@ -11,7 +11,7 @@ jobs: github-sanity-scan: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Github sanity scanner uses: outscale/github-sanity-scan@main with: