Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 3fd3287

Browse files
Update bump-dependencies
1 parent 079a752 commit 3fd3287

9 files changed

Lines changed: 21 additions & 21 deletions

File tree

.github/workflows/apply.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@ jobs:
1717
packages: write
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2121

2222
- name: Install Terraform
2323
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
2424
with:
2525
terraform_version: 1.5.7
2626

2727
- name: Set up Cloud SDK
28-
uses: google-github-actions/setup-gcloud@6189d56e4096ee891640bb02ac264be376592d6a # v2
28+
uses: google-github-actions/setup-gcloud@e427ad8a34f8676edf47cf7d7925499adf3eb74f # v2
2929
with:
3030
version: "latest"
3131

3232
- name: Authenticate to Google Cloud
3333
id: "auth"
34-
uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2
34+
uses: google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed # v2
3535
with:
3636
workload_identity_provider: ${{ secrets.GCLOUD_OIDC_POOL }}
3737
service_account: ${{ secrets.GSA }}
@@ -43,7 +43,7 @@ jobs:
4343
gcloud config set disable_prompts true
4444
4545
- name: "GAR login"
46-
uses: "docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772" # v3
46+
uses: "docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1" # v3
4747
with:
4848
registry: "us-docker.pkg.dev"
4949
username: "oauth2accesstoken"

.github/workflows/plan.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2121

2222
- name: Install Terraform
2323
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
@@ -29,13 +29,13 @@ jobs:
2929
shell: bash
3030

3131
- name: Set up Cloud SDK
32-
uses: google-github-actions/setup-gcloud@6189d56e4096ee891640bb02ac264be376592d6a # v2
32+
uses: google-github-actions/setup-gcloud@e427ad8a34f8676edf47cf7d7925499adf3eb74f # v2
3333
with:
3434
version: 'latest'
3535

3636
- name: Authenticate to Google Cloud
3737
id: 'auth'
38-
uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2
38+
uses: google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed # v2
3939
with:
4040
workload_identity_provider: ${{ secrets.GCLOUD_OIDC_POOL }}
4141
service_account: ${{ secrets.GSA }}
@@ -67,7 +67,7 @@ jobs:
6767
continue-on-error: true
6868

6969
- name: Post comment with Terraform plan
70-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
70+
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
7171
with:
7272
github-token: ${{ secrets.GITHUB_TOKEN }}
7373
script: |

.github/workflows/sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
contents: read
1414
steps:
1515
- name: checkout
16-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1717

1818
- name: Authenticate to Google Cloud
1919
id: 'auth'
20-
uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2
20+
uses: google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed # v2
2121
with:
2222
workload_identity_provider: ${{ secrets.GCLOUD_OIDC_POOL }}
2323
service_account: ${{ secrets.GSA }}

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2121

2222
- name: Install Terraform
2323
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
@@ -29,13 +29,13 @@ jobs:
2929
shell: bash
3030

3131
- name: Set up Cloud SDK
32-
uses: google-github-actions/setup-gcloud@6189d56e4096ee891640bb02ac264be376592d6a # v2
32+
uses: google-github-actions/setup-gcloud@e427ad8a34f8676edf47cf7d7925499adf3eb74f # v2
3333
with:
3434
version: 'latest'
3535

3636
- name: Authenticate to Google Cloud
3737
id: 'auth'
38-
uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2
38+
uses: google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed # v2
3939
with:
4040
workload_identity_provider: ${{ secrets.GCLOUD_OIDC_POOL }}
4141
service_account: ${{ secrets.GSA }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ollama/ollama:0.11.4@sha256:be17b353bf3cfab0b6980530284e64716a57589ed753a82d9a6a2a5fa9a61a31
1+
FROM ollama/ollama:0.11.10@sha256:a5409cb903d30f9cd67e9f430dd336ddc9274e16fd78f75b675c42065991b4fd
22

33
ENV \
44
OLLAMA_HOST=0.0.0.0:8080 \

main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ terraform {
77
}
88
google = {
99
source = "hashicorp/google"
10-
version = "6.47.0"
10+
version = "6.49.2"
1111
}
1212
google-beta = {
1313
source = "hashicorp/google-beta"
14-
version = "6.47.0"
14+
version = "6.49.2"
1515
}
1616
}
1717

@@ -182,7 +182,7 @@ module "fits" {
182182
containers = tolist([
183183
{
184184
name = "fits",
185-
image = "islandora/fits:main@sha256:698971c83dfc7afd98926486700bb951498246503ca26bc8e7c3174d0e3df066"
185+
image = "islandora/fits:main@sha256:c7fc5a126114a04a145d6ddcfedf78b90cb645813ab12fd237cebc88111af972"
186186
memory = "8Gi"
187187
cpu = "2000m"
188188
}

modules/cloudrun-v2/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
google-beta = {
44
source = "hashicorp/google-beta"
5-
version = "6.47.0"
5+
version = "6.49.2"
66
}
77
}
88
}

modules/cloudrun/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
google = {
44
source = "hashicorp/google"
5-
version = "6.47.0"
5+
version = "6.49.2"
66
}
77
}
88
}

test/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
}
88
google = {
99
source = "hashicorp/google"
10-
version = "6.47.0"
10+
version = "6.49.2"
1111
}
1212
}
1313

@@ -112,7 +112,7 @@ module "fits" {
112112
containers = tolist([
113113
{
114114
name = "fits",
115-
image = "islandora/fits:main@sha256:698971c83dfc7afd98926486700bb951498246503ca26bc8e7c3174d0e3df066"
115+
image = "islandora/fits:main@sha256:c7fc5a126114a04a145d6ddcfedf78b90cb645813ab12fd237cebc88111af972"
116116
memory = "8Gi"
117117
cpu = "2000m"
118118
}

0 commit comments

Comments
 (0)