Skip to content

Commit f35cb18

Browse files
authored
Merge pull request #105 from WyriHaximus/renovate/pin-dependencies
chore(deps): pin dependencies
2 parents 039c069 + 63c1fd7 commit f35cb18

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
REF: ${{ steps.generate-ref.outputs.ref }}
1313
steps:
1414
- run: helm version
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1616
- run: helm version
1717
- id: generate-ref
1818
name: Generate Ref
@@ -51,7 +51,7 @@ jobs:
5151
- "helm plugin install https://github.com/hypnoglow/helm-s3.git && helm plugin list"
5252
- "helm env"
5353
steps:
54-
- uses: actions/checkout@v4
54+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
5555
- uses: ./
5656
with:
5757
exec: ${{ matrix.exec }}
@@ -65,7 +65,7 @@ jobs:
6565
matrix:
6666
runner: ${{ fromJson(needs.runner-matrix.outputs.runner) }}
6767
steps:
68-
- uses: actions/checkout@v4
68+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
6969
- run: helm version
7070
- uses: ./
7171
id: helm3
@@ -93,9 +93,9 @@ jobs:
9393
matrix:
9494
runner: ${{ fromJson(needs.runner-matrix.outputs.runner) }}
9595
steps:
96-
- uses: actions/checkout@v4
96+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
9797
- name: Create k8s Kind Cluster
98-
uses: helm/kind-action@v1.12.0
98+
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
9999
- name: Get running image ID
100100
id: ps
101101
run: printf "::set-output name=id::%s" $(docker ps --format "{{.ID}}")
@@ -181,9 +181,9 @@ jobs:
181181
matrix:
182182
runner: ${{ fromJson(needs.runner-matrix.outputs.runner) }}
183183
steps:
184-
- uses: actions/checkout@v4
184+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
185185
- name: Create k8s Kind Cluster
186-
uses: helm/kind-action@v1.12.0
186+
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
187187
- name: Get running image ID
188188
id: ps
189189
run: printf "::set-output name=id::%s" $(docker ps --format "{{.ID}}")
@@ -243,7 +243,7 @@ jobs:
243243
printf "::set-output name=cnt::%s" $(cat ~/.kube/config)
244244
kubeconfig: ${{ steps.kubeconfig.outputs.kubeconfig }}
245245
- name: "Assert kubeconfig really contains: junk"
246-
uses: nick-fields/assert-action@v2
246+
uses: nick-fields/assert-action@aa0067e01f0f6545c31755d6ca128c5a3a14f6bf # v2
247247
with:
248248
expected: junk
249249
actual: ${{ steps.getkubeconfigcontents.outputs.cnt }}
@@ -289,9 +289,9 @@ jobs:
289289
matrix:
290290
runner: ${{ fromJson(needs.runner-matrix.outputs.runner) }}
291291
steps:
292-
- uses: actions/checkout@v4
292+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
293293
- name: Create k8s Kind Cluster
294-
uses: helm/kind-action@v1.12.0
294+
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
295295
- name: Get running image ID
296296
id: ps
297297
run: printf "::set-output name=id::%s" $(docker ps --format "{{.ID}}")

.github/workflows/craft-release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
changelog: ${{ steps.changelog.outputs.changelog }}
1414
steps:
1515
- name: Generate changelog
16-
uses: WyriHaximus/github-action-jwage-changelog-generator@v1
16+
uses: WyriHaximus/github-action-jwage-changelog-generator@ede372670d88c4afefdffbcba5527e9e3a37778a # v1
1717
id: changelog
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -29,7 +29,7 @@ jobs:
2929
- generate-changelog
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3333
with:
3434
fetch-depth: 0 # Required due to the way Git works, without it this action won't be able to find any or the correct tags
3535
- name: Create release/${{ env.MILESTONE }} branch
@@ -50,7 +50,7 @@ jobs:
5050
MILESTONE_DESCRIPTION: ${{ github.event.milestone.description }}
5151
CHANGELOG: ${{ needs.generate-changelog.outputs.changelog }}
5252
- name: Create release
53-
uses: actions/create-release@v1
53+
uses: actions/create-release@0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e # v1
5454
env:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
with:
@@ -60,7 +60,7 @@ jobs:
6060
draft: false
6161
prerelease: false
6262
- name: Updated related tags
63-
uses: haya14busa/action-update-semver@v1
63+
uses: haya14busa/action-update-semver@22a3666f9309f0d72ab0ea6c49b7a8019c1eab38 # v1
6464
with:
6565
tag: ${{ env.MILESTONE }}
6666

.github/workflows/set-milestone-on-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
set-milestone:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1717
if: github.event.pull_request.milestone == null
1818
- name: 'Get Previous tag'
1919
if: github.event.pull_request.milestone == null
@@ -39,7 +39,7 @@ jobs:
3939
- name: 'Get next versions'
4040
if: github.event.pull_request.milestone == null
4141
id: semvers
42-
uses: "WyriHaximus/github-action-next-semvers@v1"
42+
uses: "WyriHaximus/github-action-next-semvers@d079934efaf011a4cf8912d4637097fe35d32b93" # v1
4343
with:
4444
version: ${{ steps.previoustag.outputs.tag }}
4545
strict: false

0 commit comments

Comments
 (0)