diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8a8c9b6..6d59fcc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -138,7 +138,7 @@ jobs: annotations: | org.opencontainers.image.vendor=Mia s.r.l. - name: Setup Buildx Context - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 + uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 id: buildx with: platforms: linux/amd64,linux/arm64 @@ -209,7 +209,7 @@ jobs: COSIGN_PRIVATE_KEY: ${{ secrets.MIA_PLATFORM_KEY_KMS }} - name: Create GitHub Release if: github.ref_type == 'tag' - uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 + uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3 with: preserve_order: true generate_release_notes: true @@ -217,7 +217,7 @@ jobs: files: | release/* - name: Generate signed build provenance attestations for workflow artifacts - uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1 + uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2 if: github.ref_type == 'tag' with: subject-path: | diff --git a/.github/workflows/code-scanning.yaml b/.github/workflows/code-scanning.yaml index d2256a2..1968722 100644 --- a/.github/workflows/code-scanning.yaml +++ b/.github/workflows/code-scanning.yaml @@ -65,7 +65,7 @@ jobs: with: go-version-file: go.mod - name: Initialize CodeQL - uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -75,6 +75,6 @@ jobs: run: | make build - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: category: ${{ matrix.category }}