diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e1c4c6963..97e8653de 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: - chart_name: sm-operator steps: - name: Checkout repo - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Set up Helm uses: Azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5 diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 33c1620fc..e3da9c989 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout repo - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6460f4bf9..cbd40b89d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: packages: write steps: - name: Checkout repo - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: 0 ref: main diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3585dcfe8..2e1a4424d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: environment: Production steps: - name: Checkout repo - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: 0 diff --git a/.github/workflows/update-versions-self-host.yml b/.github/workflows/update-versions-self-host.yml index e89d3698a..c8f250422 100644 --- a/.github/workflows/update-versions-self-host.yml +++ b/.github/workflows/update-versions-self-host.yml @@ -18,7 +18,7 @@ jobs: web_version_update: ${{ steps.web-update.outputs.update }} steps: - name: Checkout Branch - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: ref: main @@ -136,7 +136,7 @@ jobs: github-pat-bitwarden-devops-bot-repo-scope" - name: Checkout Branch - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: ref: main diff --git a/.github/workflows/update-versions-sm-operator.yml b/.github/workflows/update-versions-sm-operator.yml index 9933d97b5..6d3e71e3e 100644 --- a/.github/workflows/update-versions-sm-operator.yml +++ b/.github/workflows/update-versions-sm-operator.yml @@ -16,7 +16,7 @@ jobs: operator_version_update: ${{ steps.operator-update.outputs.update }} steps: - name: Checkout Branch - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: ref: ${{ env._BRANCH }} @@ -59,7 +59,7 @@ jobs: pull-requests: write steps: - name: Checkout Branch - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: ref: ${{ env._BRANCH }} @@ -71,7 +71,7 @@ jobs: git push -u origin $PR_BRANCH - name: Checkout Update Versions Branch - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: ref: ${{ env.PR_BRANCH }} diff --git a/.github/workflows/version-bump-self-host.yml b/.github/workflows/version-bump-self-host.yml index 653049349..8a5560020 100644 --- a/.github/workflows/version-bump-self-host.yml +++ b/.github/workflows/version-bump-self-host.yml @@ -25,7 +25,7 @@ jobs: version: ${{ inputs.version_number_override }} - name: Checkout Branch - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: ref: main diff --git a/.github/workflows/version-bump-sm-operator.yml b/.github/workflows/version-bump-sm-operator.yml index f9958b84e..3ae6f6169 100644 --- a/.github/workflows/version-bump-sm-operator.yml +++ b/.github/workflows/version-bump-sm-operator.yml @@ -18,7 +18,7 @@ jobs: pull-requests: write steps: - name: Checkout Branch - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Login to Azure - CI Subscription uses: Azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0