diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27d8c3e..417ecba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -212,7 +212,7 @@ jobs: persist-credentials: false - name: Set up Docker Buildx - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 + uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 - name: Build linux/amd64 image uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 diff --git a/.github/workflows/dependabot-frontend-assets.yml b/.github/workflows/dependabot-frontend-assets.yml index 9e0d400..4575efd 100644 --- a/.github/workflows/dependabot-frontend-assets.yml +++ b/.github/workflows/dependabot-frontend-assets.yml @@ -73,7 +73,7 @@ jobs: fetch-depth: 1 - name: Download unprivileged frontend build - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: dependabot-frontend-dist-${{ steps.pull-request.outputs.number }} path: .dependabot-frontend-dist diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78b8de8..eaef1d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: done - name: Set up Docker Buildx - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 + uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 - name: Generate image metadata id: meta diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index fc275e9..9a594b4 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -109,7 +109,7 @@ jobs: package-manager-cache: true - name: Initialize CodeQL - uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4 + uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4 with: languages: ${{ matrix.language }} @@ -123,4 +123,4 @@ jobs: run: go build ./cmd/multispeed - name: Analyze - uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4 + uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4