From 028a03120584f3a8724d22462ab5bf217142a938 Mon Sep 17 00:00:00 2001 From: Quentin Vernot Date: Tue, 3 Jun 2025 18:15:53 +0200 Subject: [PATCH] chore(ci): bump github actions and lock them to their commit sha1 --- .github/workflows/checks.yml | 8 ++++---- .github/workflows/deploy.yml | 6 +++--- .github/workflows/install.yml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 5c88a84..ff29467 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -8,9 +8,9 @@ jobs: matrix: ruby-version: ['3.2', '3.3', '3.4'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up Ruby ${{ matrix.ruby-version }} - uses: ruby/setup-ruby@v1 + uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0 with: ruby-version: ${{ matrix.ruby-version }} - name: Install dependencies @@ -28,9 +28,9 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: python-version: '3.12' - name: Install and configure poetry diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0d967c1..56db2c9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,13 +8,13 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: python-version: '3.12' - name: Set up Ruby - uses: ruby/setup-ruby@v1 + uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0 with: ruby-version: '3.4' - name: Install and configure poetry diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 3a6a39b..0b6b719 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -11,7 +11,7 @@ jobs: ruby-version: ['3.2', '3.3', '3.4'] steps: - name: Set up Ruby ${{ matrix.ruby-version }} - uses: ruby/setup-ruby@v1 + uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0 with: ruby-version: ${{ matrix.ruby-version }} - name: Install dependencies