diff --git a/.github/workflows/container-security.yml b/.github/workflows/container-security.yml index 1cb333b..64eba33 100644 --- a/.github/workflows/container-security.yml +++ b/.github/workflows/container-security.yml @@ -110,7 +110,7 @@ jobs: --output "${RUNNER_TEMP}/${{ matrix.provider }}-actionable.sarif" - name: Upload actionable SARIF if: always() && steps.filter-sarif.outcome == 'success' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) - uses: github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4 + uses: github/codeql-action/upload-sarif@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8 with: sarif_file: ${{ runner.temp }}/${{ matrix.provider }}-actionable.sarif category: container-${{ matrix.provider }} @@ -153,7 +153,7 @@ jobs: with: platforms: arm64 - 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 both supported architectures without publishing run: | docker buildx build \ diff --git a/.github/workflows/provider-latest.yml b/.github/workflows/provider-latest.yml index d42acc3..eec513a 100644 --- a/.github/workflows/provider-latest.yml +++ b/.github/workflows/provider-latest.yml @@ -84,7 +84,7 @@ jobs: - name: Set up Docker Buildx if: steps.latest.outputs.found == 'true' - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 + uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 - name: Log in to GHCR if: steps.latest.outputs.found == 'true' diff --git a/.github/workflows/provider-release.yml b/.github/workflows/provider-release.yml index 5b75e5b..be7e6d6 100644 --- a/.github/workflows/provider-release.yml +++ b/.github/workflows/provider-release.yml @@ -119,7 +119,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 + uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 - name: Validate Docker Hub credentials env: @@ -204,7 +204,7 @@ jobs: platforms: arm64 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 + uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 - name: Validate Docker Hub credentials env: @@ -424,7 +424,7 @@ jobs: merge-multiple: true - name: Set up Docker Buildx - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 + uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 - name: Log in to GHCR uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 @@ -635,7 +635,7 @@ jobs: packages: write steps: - name: Set up Docker Buildx - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 + uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 - name: Log in to GHCR uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index fa3a189..b93c66d 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -130,13 +130,13 @@ jobs: steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Initialize CodeQL - uses: github/codeql-action/init@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4 + uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8 with: languages: python queries: +security-extended config-file: ./.github/codeql/codeql-config.yml - name: Analyze shipped provider code - uses: github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4 + uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8 with: category: /language:python