1616 platform : [linux]
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v6
19+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2020 with :
2121 persist-credentials : false
2222 # Get tags and all history in order to find latest tag in later step
@@ -30,11 +30,11 @@ jobs:
3030 run : echo SHA_SHORT=$(git rev-parse --short HEAD) >> $GITHUB_ENV
3131
3232 - name : Set up QEMU
33- uses : docker/setup-qemu-action@v4
33+ uses : docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0
3434
3535 - name : Build Image
3636 id : build-image
37- uses : redhat-actions/buildah-build@v2
37+ uses : redhat-actions/buildah-build@7a95fa7ee0f02d552a32753e7414641a04307056 # v2.13
3838 with :
3939 image : ${{ secrets.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}
4040 # TODO: If we end up releasing for other architectures we'll need the below
5050
5151 - name : Push Image
5252 id : push-image
53- uses : redhat-actions/push-to-registry@v2
53+ uses : redhat-actions/push-to-registry@5ed88d269cf581ea9ef6dd6806d01562096bee9c # v2.8
5454 with :
5555 image : ${{ env.IMAGE_NAME }}
5656 # TODO: If we end up releasing for other architectures we'll need the below
@@ -70,13 +70,13 @@ jobs:
7070 build-coverage :
7171 runs-on : ubuntu-latest
7272 steps :
73- - uses : actions/checkout@v6
73+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7474
7575 - name : Install system deps
7676 run : ' sudo apt update && sudo apt install -y libgpgme-dev libbtrfs-dev libdevmapper-dev'
7777
7878 - name : Set up Go
79- uses : actions/setup-go@v6
79+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
8080 with :
8181 go-version-file : go.mod
8282
0 commit comments