diff --git a/.github/workflows/argocd-tags-ci.yml b/.github/workflows/argocd-tags-ci.yml index 7796a22..6655751 100644 --- a/.github/workflows/argocd-tags-ci.yml +++ b/.github/workflows/argocd-tags-ci.yml @@ -37,10 +37,10 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Checkout Config Repo - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: repository: '${{ github.repository_owner }}/${{ inputs.DEPLOYMENT_CONFIGS_REPO }}' path: './${{ inputs.DEPLOYMENT_CONFIGS_REPO }}' diff --git a/.github/workflows/bump-version-cut-release.yaml b/.github/workflows/bump-version-cut-release.yaml index c483855..15829d5 100644 --- a/.github/workflows/bump-version-cut-release.yaml +++ b/.github/workflows/bump-version-cut-release.yaml @@ -11,7 +11,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: fetch-depth: '0' diff --git a/.github/workflows/glueops-basic-pr-checks.yml b/.github/workflows/glueops-basic-pr-checks.yml index b50e440..4ccd862 100644 --- a/.github/workflows/glueops-basic-pr-checks.yml +++ b/.github/workflows/glueops-basic-pr-checks.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/helm-docs.yml b/.github/workflows/helm-docs.yml index f32947e..3b14321 100644 --- a/.github/workflows/helm-docs.yml +++ b/.github/workflows/helm-docs.yml @@ -11,7 +11,7 @@ jobs: environment: ${{ inputs.GLUEOPS_ENV }} steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Install Helm Docs uses: envoy/install-helm-docs@05313083ef2cfaea27c4c3d7cb725242d22ea88b # v1.0.0 diff --git a/.github/workflows/publish-helm-chart.yml b/.github/workflows/publish-helm-chart.yml index 52622d2..6c43b70 100644 --- a/.github/workflows/publish-helm-chart.yml +++ b/.github/workflows/publish-helm-chart.yml @@ -17,7 +17,7 @@ jobs: environment: ${{ inputs.GLUEOPS_ENV }} steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Install Helm Docs uses: envoy/install-helm-docs@05313083ef2cfaea27c4c3d7cb725242d22ea88b # v1.0.0 diff --git a/.github/workflows/publish-image-to-ghcr.yml b/.github/workflows/publish-image-to-ghcr.yml index 3995a46..cbb9579 100644 --- a/.github/workflows/publish-image-to-ghcr.yml +++ b/.github/workflows/publish-image-to-ghcr.yml @@ -14,7 +14,7 @@ jobs: - run: go version - name: Check our repo - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Set up Docker Buildx uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3 diff --git a/.github/workflows/publish-metacontroller-helm-chart.yml b/.github/workflows/publish-metacontroller-helm-chart.yml index 490839e..f28f40a 100644 --- a/.github/workflows/publish-metacontroller-helm-chart.yml +++ b/.github/workflows/publish-metacontroller-helm-chart.yml @@ -29,7 +29,7 @@ jobs: - run: go version - name: Check out repo - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: clone metacontroller/metacontroller run: git clone --depth 1 --branch ${{ inputs.VERSION_TAG }} https://github.com/metacontroller/metacontroller.git