diff --git a/.github/workflows/build_canary.yml b/.github/workflows/build_canary.yml index ef612446..1e556955 100644 --- a/.github/workflows/build_canary.yml +++ b/.github/workflows/build_canary.yml @@ -18,7 +18,7 @@ jobs: container: ghcr.io/kedacore/keda-tools:1.22.7 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Register workspace path run: git config --global --add safe.directory "$GITHUB_WORKSPACE" @@ -34,7 +34,7 @@ jobs: registry: ghcr.io - name: Set up Docker Buildx - uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1 + uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1 - name: Publish on GitHub Container Registry run: make publish-multiarch diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index ce5765b8..5a226d82 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -17,7 +17,7 @@ jobs: container: ghcr.io/kedacore/keda-tools:1.22.7 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Register workspace path run: git config --global --add safe.directory "$GITHUB_WORKSPACE" @@ -43,7 +43,7 @@ jobs: registry: ghcr.io - name: Set up Docker Buildx - uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1 + uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1 - name: Publish on GitHub Container Registry run: make publish-multiarch diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index c420d08c..7c8989ac 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -35,9 +35,9 @@ jobs: env: DEBIAN_FRONTEND: noninteractive - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v4.1 + - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v4.1 with: go-version: "1.23" @@ -80,7 +80,7 @@ jobs: env: DEBIAN_FRONTEND: noninteractive - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Generate images run: | @@ -106,9 +106,9 @@ jobs: - kubernetesVersion: v1.29 kindImage: kindest/node:v1.29.10 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v4.1 + - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v4.1 with: go-version: "1.23" diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index 65ad4724..bf576d66 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest container: ghcr.io/kedacore/keda-tools:1.22.7 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Register workspace path run: git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: Build The Scaler @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest container: ghcr.io/kedacore/keda-tools:1.22.7 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Register workspace path run: git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: Build The Operator @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest container: ghcr.io/kedacore/keda-tools:1.22.7 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Register workspace path run: git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: Build The Interceptor diff --git a/.github/workflows/linkinator.yaml b/.github/workflows/linkinator.yaml index c4911514..2540e807 100644 --- a/.github/workflows/linkinator.yaml +++ b/.github/workflows/linkinator.yaml @@ -16,7 +16,7 @@ jobs: linkinator: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: JustinBeckwith/linkinator-action@3d5ba091319fa7b0ac14703761eebb7d100e6f6d # v1 with: paths: "**/*.md" diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index d9b5b321..3a65912f 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -25,7 +25,7 @@ jobs: - runner: ubuntu-latest name: amd64 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Register workspace path run: git config --global --add safe.directory "$GITHUB_WORKSPACE" @@ -40,13 +40,13 @@ jobs: echo ::set-output name=build_cache::$(go env GOCACHE) - name: Go modules cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: ${{ steps.go-paths.outputs.mod_cache }} key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }} - name: Go build cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: ${{ steps.go-paths.outputs.build_cache }} key: ${{ runner.os }}-go-build-cache-${{ hashFiles('**/go.sum') }}