File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 6161
6262 - name : Create comment
6363 if : ${{ failure() && steps.landStack.outcome == 'failure' }}
64- uses : peter-evans/create-or-update-comment@v4
64+ uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
6565 with :
6666 token : ${{ secrets.CHATOPS_TOKEN }}
6767 repository : ${{ github.event.client_payload.github.payload.repository.full_name }}
7373
7474 - name : Add reaction
7575 if : ${{ success() }}
76- uses : peter-evans/create-or-update-comment@v4
76+ uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
7777 with :
7878 token : ${{ secrets.CHATOPS_TOKEN }}
7979 repository : ${{ github.event.client_payload.github.payload.repository.full_name }}
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
103103 with :
104104 go-version-file : " go.mod"
105- - uses : ko-build/setup-ko@v0.9
105+ - uses : ko-build/setup-ko@d006021bd0c28d1ce33a07e7943d48b079944c8d # v0.9
106106 - name : ko-resolve
107107 run : |
108108 cat <<EOF > .ko.yaml
Original file line number Diff line number Diff line change 6868 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
6969 with :
7070 go-version-file : " go.mod"
71- - uses : ko-build/setup-ko@v0.9
71+ - uses : ko-build/setup-ko@d006021bd0c28d1ce33a07e7943d48b079944c8d # v0.9
7272
7373 - name : Install Dependencies
7474 working-directory : ./
@@ -94,12 +94,12 @@ jobs:
9494 --e2e-env ./test/e2e-tests-kind-${{ matrix.env-file }}.env
9595
9696 - name : Upload test results
97- uses : actions/upload-artifact@v4
97+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
9898 with :
9999 name : ${{ matrix.k8s-version }}-${{ matrix.feature-flags }}
100100 path : ${{ env.ARTIFACTS }}
101101
102- - uses : chainguard-dev/actions/kind-diag@main
102+ - uses : chainguard-dev/actions/kind-diag@6f4f4de7549514e7b659741b30f6476f245600dd # v1.5.3
103103 if : ${{ failure() }}
104104 with :
105105 artifact-name : ${{ matrix.k8s-version }}-${{ matrix.feature-flags }}-logs
Original file line number Diff line number Diff line change 1515 name : Check kind labels
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : docker://agilepathway/pull-request-label-checker:v1.6.65
18+ - uses : docker://agilepathway/pull-request-label-checker:v1.6.65@sha256:65e57fd98ba3ab6ca4fcbc5a0aef288dd984ee4ab988f124d83424d19b55b801
1919 with :
2020 prefix_mode : true
2121 one_of : " kind/"
Original file line number Diff line number Diff line change 3737
3838 steps :
3939 - name : Checkout repository
40- uses : actions/checkout@v5
40+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4141 with :
4242 fetch-depth : 0
4343
@@ -50,12 +50,12 @@ jobs:
5050 echo "latest_sha=${latest_sha}" >> "$GITHUB_OUTPUT"
5151
5252 - name : Set up Kind cluster
53- uses : chainguard-dev/actions/setup-kind@v1.5.3
53+ uses : chainguard-dev/actions/setup-kind@6f4f4de7549514e7b659741b30f6476f245600dd # v1.5.3
5454 with :
5555 k8s-version : ${{ env.KUBERNETES_VERSION }}
5656
5757 - name : Set up Tekton
58- uses : tektoncd/actions/setup-tektoncd@main
58+ uses : tektoncd/actions/setup-tektoncd@0986bcdfbaf4f83a8a7b19bc2fa360c44ee55929 # main
5959 with :
6060 pipeline_version : latest
6161 setup_registry : " true"
9494 ' || true
9595
9696 - name : Install tkn CLI
97- uses : tektoncd/actions/setup-tektoncd-cli@main
97+ uses : tektoncd/actions/setup-tektoncd-cli@0986bcdfbaf4f83a8a7b19bc2fa360c44ee55929 # main
9898 with :
9999 version : latest
100100
Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : route-land
30- uses : peter-evans/slash-command-dispatch@v4
30+ uses : peter-evans/slash-command-dispatch@13bc09769d122a64f75aa5037256f6f2d78be8c4 # v4.0.0
3131 with :
3232 token : ${{ secrets.CHATOPS_TOKEN }}
3333 config : >
You can’t perform that action at this time.
0 commit comments