diff --git a/.github/workflows/charts-lint.yaml b/.github/workflows/charts-lint.yaml index 83dcd7e4af696..9291e8a36f1bd 100644 --- a/.github/workflows/charts-lint.yaml +++ b/.github/workflows/charts-lint.yaml @@ -23,13 +23,13 @@ jobs: steps: - name: Checkout [master] if: inputs.chartChangesDetected == 'true' - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 1 ref: master - name: Checkout [commit] - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 1 ref: ${{ inputs.checkoutCommit }} diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 66079c3bed404..9435efcfbc1f2 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -54,7 +54,7 @@ jobs: needs: check_changes steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 0 diff --git a/.github/workflows/charts-test.yaml b/.github/workflows/charts-test.yaml index 1929fad39c5f6..183f5713cdcaa 100644 --- a/.github/workflows/charts-test.yaml +++ b/.github/workflows/charts-test.yaml @@ -50,7 +50,7 @@ jobs: detected6: ${{ steps.list-changed.outputs.detected6 }} steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 1 ref: ${{ inputs.checkoutCommit }} @@ -134,7 +134,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 1 ref: ${{ inputs.checkoutCommit }} @@ -213,7 +213,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 1 ref: ${{ inputs.checkoutCommit }} @@ -285,7 +285,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 1 ref: ${{ inputs.checkoutCommit }} @@ -357,7 +357,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 1 ref: ${{ inputs.checkoutCommit }} @@ -429,7 +429,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 1 ref: ${{ inputs.checkoutCommit }} @@ -502,7 +502,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 1 ref: ${{ inputs.checkoutCommit }} diff --git a/.github/workflows/clustertool.golangci-lint.yaml b/.github/workflows/clustertool.golangci-lint.yaml index 2c165f1e96885..56a88001b0b11 100644 --- a/.github/workflows/clustertool.golangci-lint.yaml +++ b/.github/workflows/clustertool.golangci-lint.yaml @@ -36,7 +36,7 @@ jobs: - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5 with: go-version: stable - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: golangci-lint uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6 with: diff --git a/.github/workflows/clustertool.release.yaml b/.github/workflows/clustertool.release.yaml index 1b8f2aa1f5991..199996c3422d5 100644 --- a/.github/workflows/clustertool.release.yaml +++ b/.github/workflows/clustertool.release.yaml @@ -11,7 +11,7 @@ jobs: goreleaser: runs-on: actions-runners steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 0 - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5 diff --git a/.github/workflows/clustertool.tests.yaml b/.github/workflows/clustertool.tests.yaml index 2dcf61e80bd4f..6ca258b9e453d 100644 --- a/.github/workflows/clustertool.tests.yaml +++ b/.github/workflows/clustertool.tests.yaml @@ -55,7 +55,7 @@ jobs: - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5 with: go-version: stable - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - run: | cd ./clustertool go build -o /usr/local/bin/clustertool diff --git a/.github/workflows/common-tests.yaml b/.github/workflows/common-tests.yaml index a5d0e97349808..0ad798e7172f4 100644 --- a/.github/workflows/common-tests.yaml +++ b/.github/workflows/common-tests.yaml @@ -50,7 +50,7 @@ jobs: - v3.14.4 steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 1 @@ -88,7 +88,7 @@ jobs: - v3.14.4 steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 1 @@ -162,7 +162,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 1 diff --git a/.github/workflows/containers.build.yaml b/.github/workflows/containers.build.yaml index 61c62ced6dfe2..bb541d63f11ab 100644 --- a/.github/workflows/containers.build.yaml +++ b/.github/workflows/containers.build.yaml @@ -32,7 +32,7 @@ jobs: containers_found: ${{ steps.reduce.outputs.containers_found }} # New output steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3 id: filter with: @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 #- name: hadolint # uses: reviewdog/action-hadolint@73fec8b28091e5082c19df69815dd749d97b882a # v1.46.0 # with: @@ -102,7 +102,7 @@ jobs: fail-fast: false steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 # Define if tests and push should be run against which versions/platforms - name: Prepare diff --git a/.github/workflows/containers.housekeeping.yaml b/.github/workflows/containers.housekeeping.yaml index 3f7c2195aee1f..831937c847607 100644 --- a/.github/workflows/containers.housekeeping.yaml +++ b/.github/workflows/containers.housekeeping.yaml @@ -16,7 +16,7 @@ jobs: name: "Housekeeping" steps: - name: Checkout branch - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 0 token: ${{ secrets.BOT_TOKEN }} diff --git a/.github/workflows/containers.scarf.yaml b/.github/workflows/containers.scarf.yaml index 1fa64b370f55b..5fd758136f236 100644 --- a/.github/workflows/containers.scarf.yaml +++ b/.github/workflows/containers.scarf.yaml @@ -9,7 +9,7 @@ jobs: name: "Add to Scarf" steps: - name: Checkout branch - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 0 token: ${{ secrets.BOT_TOKEN }} diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index 0f21c39400efe..883bf36fd3793 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -20,7 +20,7 @@ jobs: image: ghcr.io/truecharts/devcontainer:3.1.10@sha256:c239addf725eb5cedf79517f8089fdafdc32b5270d1893ee87ae6e511b9bcae3 steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: token: ${{ secrets.OR_PAT }} fetch-depth: 1 diff --git a/.github/workflows/pr-validate.yaml b/.github/workflows/pr-validate.yaml index 0cbac25ace677..74c9d2e17277d 100644 --- a/.github/workflows/pr-validate.yaml +++ b/.github/workflows/pr-validate.yaml @@ -17,7 +17,7 @@ jobs: addedOrModifiedCharts: ${{ steps.collect-changes.outputs.addedOrModifiedCharts }} steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Collect changes id: collect-changes @@ -63,7 +63,7 @@ jobs: pr-title: ${{ github.event.pull_request.title }} steps: - name: Get repo - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: ref: ${{ github.event.pull_request.head.sha }} - name: verbose head git commit message diff --git a/.github/workflows/prune.yaml b/.github/workflows/prune.yaml index 8ba19695c2ab3..c10be85bd55a4 100644 --- a/.github/workflows/prune.yaml +++ b/.github/workflows/prune.yaml @@ -9,7 +9,7 @@ jobs: name: "prune old releases" steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 0 - uses: actions/delete-package-versions@e5bc658cc4c965c472efe991f8beea3981499c55 # v5 diff --git a/.github/workflows/schedule-sync-labels.yaml b/.github/workflows/schedule-sync-labels.yaml index 927370d46b5ad..11537c490c1dc 100644 --- a/.github/workflows/schedule-sync-labels.yaml +++ b/.github/workflows/schedule-sync-labels.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: token: ${{ secrets.BOT_TOKEN }} diff --git a/containers/apps/kube-sa-proxy/.github/workflows/docker-publish.yml b/containers/apps/kube-sa-proxy/.github/workflows/docker-publish.yml index 3aeec2bbf07df..1da60947ec62b 100644 --- a/containers/apps/kube-sa-proxy/.github/workflows/docker-publish.yml +++ b/containers/apps/kube-sa-proxy/.github/workflows/docker-publish.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Log in to the Container registry uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3