Skip to content

Commit 453e89e

Browse files
authored
chore: Pin GitHub actions to a hash (update) (#82)
Pin GitHub actions versions to a hash. See this for more details: https://github.com/coopnorge/helloworld/security/code-scanning/21 This PR was automatically generated by a codemod implemented in the following PRs: - coopnorge/codemod#128 - coopnorge/codemod#230 If pinning already existed, it now pins without the `pin@` prefix in comments because that is not supported by renovate.
1 parent 7dee35e commit 453e89e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/oci-ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ jobs:
5858
steps:
5959
- uses: actions/checkout@v6
6060
- name: Set up QEMU
61-
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # pin@v3
61+
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3
6262
- name: Set up Docker Buildx
63-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # pin@v3
63+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
6464
- name: Cache xdg
6565
if: ${{ inputs.xdg_cache_hash != '' }}
6666
uses: actions/cache@v5
@@ -71,7 +71,7 @@ jobs:
7171
xdg-${{ github.repository }}-${{ github.job }}-${{ inputs.xdg_cache_hash }}
7272
xdg-${{ github.repository }}-${{ github.job }}-
7373
- name: Login to GitHub Container Registry
74-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # pin@v3
74+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
7575
with:
7676
registry: ghcr.io
7777
username: ${{ github.actor }}
@@ -86,7 +86,7 @@ jobs:
8686
run: docker compose run --rm ${{ inputs.docker-compose-service }} build VERBOSE=all ENVIRONMENT=${{ inputs.environment }} OCI_TAG_SUFFIX_USER="${{ inputs.tags }}"
8787
- name: Autenticate with GCP
8888
if: ${{ inputs.publish }}
89-
uses: "google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093" # pin@v3.0.0
89+
uses: "google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093" # v3.0.0
9090
with:
9191
workload_identity_provider: ${{ inputs.workload_identity_provider }}
9292
service_account: ${{ inputs.service_account }}

0 commit comments

Comments
 (0)