Skip to content

Commit 2f98da5

Browse files
chore(deps): update github actions dependencies (#1312)
Co-authored-by: trap-renovate[bot] <138502363+trap-renovate[bot]@users.noreply.github.com>
1 parent 70e47e2 commit 2f98da5

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/ci-helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
2323
# yamllint (https://github.com/adrienverge/yamllint) which require Python
24-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
24+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
2525
with:
2626
python-version: "3.x"
2727

.github/workflows/preview.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@ jobs:
1818
- run: echo "APP_VERSION=preview-${{ env.PR_NUMBER }}" >> $GITHUB_ENV
1919
- run: echo "APP_REVISION=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
2020

21-
- uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0
22-
- uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
21+
- uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
22+
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
2323
id: buildx
2424
- name: Builder instance name
2525
run: echo ${{ steps.buildx.outputs.name }}
2626
- name: Available platforms
2727
run: echo ${{ steps.buildx.outputs.platforms }}
2828

29-
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
29+
- uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
3030
with:
3131
registry: ghcr.io
3232
username: traptitech
3333
password: ${{ secrets.GITHUB_TOKEN }}
3434

3535
- id: meta
36-
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
36+
uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2.0
3737
with:
3838
# TODO: Remove longer tag name and use type=sha in ArgoCD ApplicationSet Generator
3939
tags: |
@@ -42,7 +42,7 @@ jobs:
4242
sep-tags: ","
4343

4444
- name: Build
45-
uses: docker/bake-action@6614cfa25eff9a0b2b2697efb0b6159e7680d584 # v7.2.0
45+
uses: docker/bake-action@d3418bd7d0e9324001bca92fa8ba175ea7e6dc9b # v7.3.0
4646
env:
4747
APP_VERSION: ${{ env.APP_VERSION }}
4848
APP_REVISION: ${{ env.APP_REVISION }}

.github/workflows/release-helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
git commit -m "Update charts/${{ inputs.chart }} to ${{ steps.calc-tag.outputs.new-raw }}"
7575
git push
7676
77-
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
77+
- uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
7878
with:
7979
registry: ghcr.io
8080
username: ${{ env.REGISTRY_USER }}

.github/workflows/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,22 +45,22 @@ jobs:
4545
- run: echo "APP_VERSION=${{ steps.calc-tag.outputs.tag || github.ref_name }}" >> $GITHUB_ENV
4646
- run: echo "APP_REVISION=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
4747

48-
- uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0
49-
- uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
48+
- uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
49+
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
5050
id: buildx
5151
- name: Builder instance name
5252
run: echo ${{ steps.buildx.outputs.name }}
5353
- name: Available platforms
5454
run: echo ${{ steps.buildx.outputs.platforms }}
5555

56-
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
56+
- uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
5757
with:
5858
registry: ghcr.io
5959
username: ${{ env.REGISTRY_USER }}
6060
password: ${{ secrets.GITHUB_TOKEN }}
6161

6262
- id: meta
63-
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
63+
uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2.0
6464
with:
6565
tags: |
6666
type=ref,event=branch
@@ -71,7 +71,7 @@ jobs:
7171
sep-tags: ","
7272

7373
- name: Build
74-
uses: docker/bake-action@6614cfa25eff9a0b2b2697efb0b6159e7680d584 # v7.2.0
74+
uses: docker/bake-action@d3418bd7d0e9324001bca92fa8ba175ea7e6dc9b # v7.3.0
7575
env:
7676
APP_VERSION: ${{ env.APP_VERSION }}
7777
APP_REVISION: ${{ env.APP_REVISION }}
@@ -92,7 +92,7 @@ jobs:
9292
steps:
9393
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
9494
- name: Release
95-
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
95+
uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
9696
with:
9797
# tag_name will default in the current branch name for workflow_dispatch via workflow_call, so we're passing tag value via inputs manually.
9898
tag_name: ${{ inputs.ref_name || github.ref_name }}

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
echo "RENOVATE_DRY_RUN=${INPUT_DRY_RUN:-$RENOVATE_DRY_RUN}" >> "${GITHUB_ENV}"
5353
echo "LOG_LEVEL=${INPUT_LOG_LEVEL:-$LOG_LEVEL}" >> "${GITHUB_ENV}"
5454
- name: Renovate
55-
uses: renovatebot/github-action@b50d2ba2bd928235abdcc14d06dfafc217f1c565 # v46.1.18
55+
uses: renovatebot/github-action@22e0a16091fc706b04affe6ae53d5e3358ac4023 # v46.1.19
5656
with:
5757
renovate-image: "ghcr.io/renovatebot/renovate"
5858
renovate-version: "latest"

0 commit comments

Comments
 (0)