File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 steps :
2121 - name : Generate token
2222 id : token
23- uses : tibdex/github-app-token@v2
23+ uses : tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2
2424 with :
2525 app_id : ${{ secrets.TOKEN_EXCHANGE_APP }}
2626 installation_retrieval_mode : id
3030 {"contents": "write", "pull_requests": "write", "issues": "write"}
3131
3232 - name : Fetch metadata
33- uses : dependabot/fetch-metadata@v2
33+ uses : dependabot/fetch-metadata@08eff52bf64351f401fb50d4972fa95b9f2c2d1b # v2
3434 with :
3535 github-token : ${{ secrets.GITHUB_TOKEN }}
3636
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
1616
1717 steps :
1818 - name : Checkout source
19- uses : actions/checkout@v5
19+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2020 with :
2121 token : ${{ secrets.BOT_ACCESS_TOKEN }}
2222
2323 - name : Install nix
24- uses : cachix/install-nix-action@v31
24+ uses : cachix/install-nix-action@0b0e072294b088b73964f1d72dfdac0951439dbd # v31
2525
2626 - name : Update flake
2727 run : nix flake update
3030 run : git pull --autostash --rebase
3131
3232 - name : Commit changes
33- uses : EndBug/add-and-commit@v9
33+ uses : EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9
3434 with :
3535 author_name : GitHub Actions
3636 author_email : github@webhippie.de
Original file line number Diff line number Diff line change @@ -18,19 +18,19 @@ jobs:
1818
1919 steps :
2020 - name : Checkout source
21- uses : actions/checkout@v5
21+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2222 with :
2323 token : ${{ secrets.BOT_ACCESS_TOKEN }}
2424 fetch-depth : 0
2525
2626 - name : Update readme
2727 id : docs
28- uses : docker://jnorwood/helm-docs:v1.14.2
28+ uses : docker://jnorwood/helm-docs:v1.14.2@sha256:7e562b49ab6b1dbc50c3da8f2dd6ffa8a5c6bba327b1c6335cc15ce29267979c
2929 with :
3030 entrypoint : helm-docs
3131
3232 - name : Commit changes
33- uses : EndBug/add-and-commit@v9
33+ uses : EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9
3434 with :
3535 author_name : GitHub Actions
3636 author_email : github@webhippie.de
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
1919
2020 steps :
2121 - name : Checkout source
22- uses : actions/checkout@v5
22+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2323 with :
2424 fetch-depth : 0
2525
2626 - name : Setup helm
2727 id : helm
28- uses : azure/setup-helm@v4
28+ uses : azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
2929
3030 - name : Configure Git
3131 id : git
3535
3636 - name : Update readme
3737 id : docs
38- uses : docker://jnorwood/helm-docs:v1.14.2
38+ uses : docker://jnorwood/helm-docs:v1.14.2@sha256:7e562b49ab6b1dbc50c3da8f2dd6ffa8a5c6bba327b1c6335cc15ce29267979c
3939 with :
4040 entrypoint : helm-docs
4141
5454
5555 - name : Run releaser
5656 id : releaser
57- uses : helm/chart-releaser-action@v1.7.0
57+ uses : helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f # v1.7.0
5858 env :
5959 CR_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6060 CR_KEYRING : secring.gpg
Original file line number Diff line number Diff line change @@ -16,23 +16,23 @@ jobs:
1616
1717 steps :
1818 - name : Checkout source
19- uses : actions/checkout@v5
19+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2020 with :
2121 fetch-depth : 0
2222
2323 - name : Setup python
24- uses : actions/setup-python@v6
24+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
2525 with :
2626 python-version-file : .python-version
2727
2828 - name : Setup sops
29- uses : nhedger/setup-sops@v2
29+ uses : nhedger/setup-sops@187c90dbb4e28c3225263886266a5b92baa7e5a1 # v2
3030
3131 - name : Setup testing
3232 uses : helm/chart-testing-action@main
3333
3434 - name : Setup helm
35- uses : azure/setup-helm@v4
35+ uses : azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
3636
3737 - name : Helm plugins
3838 run : |
6161
6262 - name : Create kind
6363 if : steps.detect.outputs.changed == 'true'
64- uses : helm/kind-action@v1.13.0
64+ uses : helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0
6565
6666 - name : Run testing
6767 if : steps.detect.outputs.changed == 'true'
Original file line number Diff line number Diff line change 1919 steps :
2020 - name : Generate token
2121 id : token
22- uses : tibdex/github-app-token@v2
22+ uses : tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2
2323 with :
2424 app_id : ${{ secrets.TOKEN_EXCHANGE_APP }}
2525 installation_retrieval_mode : id
@@ -29,13 +29,13 @@ jobs:
2929 {"contents": "write", "pull_requests": "write", "issues": "write"}
3030
3131 - name : Checkout source
32- uses : actions/checkout@v5
32+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3333 with :
3434 token : ${{ steps.token.outputs.token }}
3535 fetch-depth : 0
3636
3737 - name : Setup golang
38- uses : actions/setup-go@v6
38+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
3939 with :
4040 go-version-file : go.mod
4141
4646
4747 - name : Create request
4848 id : request
49- uses : peter-evans/create-pull-request@v7
49+ uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
5050 with :
5151 branch : update/versions
5252 delete-branch : true
7070 - name : Create issue
7171 id : issue
7272 if : failure()
73- uses : dblock/create-a-github-issue@v3
73+ uses : dblock/create-a-github-issue@c5e54b8762a0c4c2cd9330750e30b81bcc369c38 # v3
7474 env :
7575 GITHUB_TOKEN : ${{ steps.token.outputs.token }}
7676 GITHUB_SERVER_URL : ${ github.server_url }}
You can’t perform that action at this time.
0 commit comments