From bedcbe8c00dd4c60c9fb49db5af4b907d92eda67 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 20 Jun 2024 16:10:16 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/lint.yaml | 6 +++--- .github/workflows/release.yaml | 6 +++--- .github/workflows/test-image.yaml | 2 +- .github/workflows/test-template.yaml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 721622a8..40d3399f 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -23,7 +23,7 @@ jobs: RUNNER_ARCH: ${{ runner.arch }} - name: Checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 with: fetch-depth: 0 @@ -41,7 +41,7 @@ jobs: node-version: 20 - name: Setup tflint - uses: terraform-linters/setup-tflint@v4 + uses: terraform-linters/setup-tflint@19a52fbac37dacb22a09518e4ef6ee234f2d4987 # v4 - name: Install python requirements run: python -m pip install -r requirements.txt @@ -118,7 +118,7 @@ jobs: run: npx --yes --package renovate -- renovate-config-validator - name: hadolint - uses: hadolint/hadolint-action@v3.1.0 + uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf # v3.1.0 with: dockerfile: "Dockerfile" recursive: true diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e9444f8a..ea2914e7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -45,7 +45,7 @@ jobs: released_version: ${{ steps.release_version.outputs.version }} steps: - name: Check out - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 with: token: "${{ secrets.GH_RELEASES_TOKEN }}" fetch-depth: 0 @@ -93,7 +93,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Set up QEMU uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3 @@ -171,7 +171,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Tailscale Connect uses: tailscale/github-action@4e4c49acaa9818630ce0bd7a564372c17e33fb4d # v2 diff --git a/.github/workflows/test-image.yaml b/.github/workflows/test-image.yaml index eff6bc74..3b68cde6 100644 --- a/.github/workflows/test-image.yaml +++ b/.github/workflows/test-image.yaml @@ -38,7 +38,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Set up QEMU uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3 diff --git a/.github/workflows/test-template.yaml b/.github/workflows/test-template.yaml index 494e9803..136f7552 100644 --- a/.github/workflows/test-template.yaml +++ b/.github/workflows/test-template.yaml @@ -37,7 +37,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: Install sysbox run: |