@@ -13,11 +13,11 @@ jobs:
1313 run :
1414 shell : bash
1515 steps :
16- - uses : gardenlinux/workflow-telemetry-action@v2
16+ - uses : gardenlinux/workflow-telemetry-action@9742ad16c70308bc8fa5f850d6ee6b22f2cce076 # v2
1717 with :
1818 metric_frequency : 1
1919 comment_on_pr : false
20- - uses : actions/checkout@v6.0.1
20+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2121 - uses : ./.github/actions/setup
2222 with :
2323 arch : ${{ matrix.arch }}
@@ -36,11 +36,11 @@ jobs:
3636 run :
3737 shell : bash
3838 steps :
39- - uses : gardenlinux/workflow-telemetry-action@v2
39+ - uses : gardenlinux/workflow-telemetry-action@9742ad16c70308bc8fa5f850d6ee6b22f2cce076 # v2
4040 with :
4141 metric_frequency : 1
4242 comment_on_pr : false
43- - uses : actions/checkout@v6.0.1
43+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4444 - name : publish builder container images
4545 if : github.ref == 'refs/heads/main'
4646 run : |
@@ -50,11 +50,11 @@ jobs:
5050 podman manifest add ghcr.io/${{ github.repository }}:${{ github.sha }} ghcr.io/${{ github.repository }}:arm64-${{ github.sha }}
5151 podman push ghcr.io/${{ github.repository }}:${{ github.sha }}
5252 sed -i 's|container_image=localhost/builder|container_image=ghcr.io/${{ github.repository }}:${{ github.sha }}|' build
53- - uses : actions/upload-artifact@v5
53+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5454 with :
5555 name : build
5656 path : build
57- - uses : actions/upload-artifact@v5
57+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5858 with :
5959 name : build.config
6060 path : build.config
@@ -66,16 +66,16 @@ jobs:
6666 needs : push
6767 if : github.ref == 'refs/heads/main'
6868 steps :
69- - uses : actions/checkout@v6.0.1
69+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
7070 - name : tag latest
7171 run : |
7272 git tag --force latest
7373 git push --force origin latest
74- - uses : actions/download-artifact@v6
74+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
7575 with :
7676 name : build
7777 path : download
78- - uses : actions/download-artifact@v6
78+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
7979 with :
8080 name : build.config
8181 path : download
0 commit comments