diff --git a/.github/workflows/presubmit-build.yaml b/.github/workflows/presubmit-build.yaml index 8149e2fa..e8f343a1 100644 --- a/.github/workflows/presubmit-build.yaml +++ b/.github/workflows/presubmit-build.yaml @@ -6,7 +6,7 @@ jobs: outputs: matrix: ${{ steps.generate-matrix.outputs.matrix }} steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - id: generate-matrix run: | set -x @@ -36,7 +36,7 @@ jobs: terraform_wrapper: false # Checkout this repo's source code - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 # Build custom package using melange (if specified) - id: melange diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1ee32a4b..10d4c8f0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: outputs: matrix: ${{ steps.generate-matrix.outputs.matrix }} steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - id: generate-matrix run: | set -x @@ -47,7 +47,7 @@ jobs: terraform_wrapper: false # Checkout this repo's source code - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 # Build custom package using melange (if specified) - id: melange