Skip to content

Commit 37af4b7

Browse files
[#patch](deps): Bump the actions-deps group with 7 updates (#262)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4dcca34 commit 37af4b7

8 files changed

Lines changed: 23 additions & 23 deletions

File tree

.github/workflows/docker-build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
with:
9696
cache-binary: false
9797
- name: Log in to the Container registry
98-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
98+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
9999
with:
100100
registry: ${{ inputs.registry }}
101101
username: ${{ secrets.registry-username }}

.github/workflows/infra-security-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
persist-credentials: false
5252
- name: Kics Scan
53-
uses: Checkmarx/kics-github-action@71454548efb714daa457caae25c01d64cc0be9d2 # v2.1.13
53+
uses: Checkmarx/kics-github-action@c11ca46d31795a2f186f1af610d121e3bcd647a0 # v2.1.14
5454
with:
5555
path: .
5656
output_path: ${{ inputs.working-directory }}/kics_results.sarif
@@ -98,7 +98,7 @@ jobs:
9898
filter_mode: nofilter
9999
tool_name: actionlint
100100
- name: Install the latest version of uv
101-
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
101+
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
102102
- name: Run zizmor 🌈
103103
run: |
104104
wget https://raw.githubusercontent.com/notdodo/github-actions/refs/heads/main/zizmor.yml

.github/workflows/pulumi-preview.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
python-version: ${{ inputs.python-version }}
7373

7474
# ----- Poetry -----
75-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
75+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
7676
if: ${{ hashFiles(format('{0}/poetry.lock', inputs.working-directory)) != '' }}
7777
with:
7878
path: ~/.local/bin/
@@ -86,12 +86,12 @@ jobs:
8686
installer-parallel: true
8787

8888
# ----- UV -----
89-
- uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
89+
- uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
9090
if: ${{ hashFiles(format('{0}/uv.lock', inputs.working-directory)) != '' }}
9191
with:
9292
enable-cache: true
9393
- id: cache-deps
94-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
94+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
9595
with:
9696
path: |
9797
${{ inputs.working-directory }}/.venv
@@ -108,7 +108,7 @@ jobs:
108108
# kics-scan ignore-line
109109
requested-token-type: urn:pulumi:token-type:access_token:personal
110110
scope: user:notdodo
111-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
111+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
112112
with:
113113
path: ${{ env.PULUMI_HOME }}/plugins
114114
key: python-${{ inputs.python-version }}-venv-${{ hashFiles(format('{0}/poetry.lock', inputs.working-directory), format('{0}/uv.lock', inputs.working-directory)) }}
@@ -123,7 +123,7 @@ jobs:
123123
with:
124124
secret-ids: >
125125
${{ inputs.aws-secrets-mapping }}
126-
- uses: pulumi/actions@cc7494be991dba0978f7ffafaf995b0449a0998e # v6.5.0
126+
- uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6.6.0
127127
with:
128128
command: preview
129129
stack-name: ${{ inputs.stack-name }}

.github/workflows/pulumi-up.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
python-version: ${{ inputs.python-version }}
7272

7373
# ----- Poetry -----
74-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
74+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
7575
if: ${{ hashFiles(format('{0}/poetry.lock', inputs.working-directory)) != '' }}
7676
with:
7777
path: ~/.local/bin/
@@ -85,12 +85,12 @@ jobs:
8585
installer-parallel: true
8686

8787
# ----- UV -----
88-
- uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
88+
- uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
8989
if: ${{ hashFiles(format('{0}/uv.lock', inputs.working-directory)) != '' }}
9090
with:
9191
enable-cache: true
9292
- id: cache-deps
93-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
93+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
9494
with:
9595
path: |
9696
${{ inputs.working-directory }}/.venv
@@ -107,7 +107,7 @@ jobs:
107107
# kics-scan ignore-line
108108
requested-token-type: urn:pulumi:token-type:access_token:personal
109109
scope: user:notdodo
110-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
110+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
111111
with:
112112
path: ${{ env.PULUMI_HOME }}/plugins
113113
key: python-${{ inputs.python-version }}-venv-${{ hashFiles(format('{0}/poetry.lock', inputs.working-directory), format('{0}/uv.lock', inputs.working-directory)) }}
@@ -122,7 +122,7 @@ jobs:
122122
with:
123123
secret-ids: >
124124
${{ inputs.aws-secrets-mapping }}
125-
- uses: pulumi/actions@cc7494be991dba0978f7ffafaf995b0449a0998e # v6.5.0
125+
- uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6.6.0
126126
with:
127127
command: up
128128
stack-name: ${{ inputs.stack-name }}

.github/workflows/python-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
python-version: ${{ inputs.python-version }}
5050

5151
# ----- Poetry -----
52-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
52+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5353
if: ${{ hashFiles(format('{0}/poetry.lock', inputs.working-directory)) != '' }}
5454
with:
5555
path: ~/.local/bin/
@@ -63,12 +63,12 @@ jobs:
6363
installer-parallel: true
6464

6565
# ----- UV -----
66-
- uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
66+
- uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
6767
if: ${{ hashFiles(format('{0}/uv.lock', inputs.working-directory)) != '' }}
6868
with:
6969
enable-cache: true
7070
- id: cache-deps
71-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
71+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
7272
with:
7373
path: |
7474
${{ inputs.working-directory }}/.venv

.github/workflows/rust-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6262
with:
6363
persist-credentials: false
64-
- uses: actions-rust-lang/setup-rust-toolchain@2fcdc490d667999e01ddbbf0f2823181beef6b39 # v1.15.0
64+
- uses: actions-rust-lang/setup-rust-toolchain@02be93da58aa71fb456aa9c43b301149248829d8 # v1.15.1
6565
with:
6666
components: rustfmt
6767
toolchain: ${{ inputs.rust-version }}
@@ -94,7 +94,7 @@ jobs:
9494
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9595
with:
9696
persist-credentials: false
97-
- uses: actions-rust-lang/setup-rust-toolchain@2fcdc490d667999e01ddbbf0f2823181beef6b39 # v1.15.0
97+
- uses: actions-rust-lang/setup-rust-toolchain@02be93da58aa71fb456aa9c43b301149248829d8 # v1.15.1
9898
with:
9999
toolchain: ${{ inputs.rust-version }}
100100
cache-workspaces: |-
@@ -127,7 +127,7 @@ jobs:
127127
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
128128
with:
129129
persist-credentials: false
130-
- uses: actions-rust-lang/setup-rust-toolchain@2fcdc490d667999e01ddbbf0f2823181beef6b39 # v1.15.0
130+
- uses: actions-rust-lang/setup-rust-toolchain@02be93da58aa71fb456aa9c43b301149248829d8 # v1.15.1
131131
with:
132132
components: clippy
133133
toolchain: ${{ inputs.rust-version }}
@@ -198,7 +198,7 @@ jobs:
198198
uses: mlugg/setup-zig@8d6198c65fb0feaa111df26e6b467fea8345e46f # v2.0.5
199199
with:
200200
version: latest
201-
- uses: actions-rust-lang/setup-rust-toolchain@2fcdc490d667999e01ddbbf0f2823181beef6b39 # v1.15.0
201+
- uses: actions-rust-lang/setup-rust-toolchain@02be93da58aa71fb456aa9c43b301149248829d8 # v1.15.1
202202
with:
203203
toolchain: ${{ inputs.rust-version }}
204204
cache-workspaces: |-

.github/workflows/sast.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
persist-credentials: false
3030
- name: "Dependency Review"
3131
if: github.event_name == 'pull_request'
32-
uses: actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3
32+
uses: actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3 # v4.8.0
3333
with:
3434
fail-on-severity: moderate
3535
comment-summary-in-pr: on-failure

.github/workflows/terraform-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- run: |
6565
echo "plugin_cache_dir = '$HOME/.terraform.d/plugin-cache'" > ~/.terraformrc
6666
mkdir -p ~/.terraform.d/plugin-cache
67-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
67+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
6868
with:
6969
path: ~/.terraform.d/plugin-cache
7070
key: terraform-providers-${{ hashFiles('**/.terraform.lock.hcl') }}
@@ -151,7 +151,7 @@ jobs:
151151
- run: |
152152
echo "plugin_cache_dir = '$HOME/.terraform.d/plugin-cache'" > ~/.terraformrc
153153
mkdir -p ~/.terraform.d/plugin-cache
154-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
154+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
155155
with:
156156
path: ~/.terraform.d/plugin-cache
157157
key: terraform-providers-${{ hashFiles('**/.terraform.lock.hcl') }}

0 commit comments

Comments
 (0)