Skip to content

Commit d8c5532

Browse files
chore(deps): update github actions updates
1 parent 321a841 commit d8c5532

11 files changed

Lines changed: 19 additions & 19 deletions

.github/workflows/ci-cleanup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
cleanup:
10-
uses: cloudoperators/common/.github/workflows/shared-ghcr-cleanup.yaml@f87e1e6b7889707a9c10d1a8a9f9f481eb311c06 # main
10+
uses: cloudoperators/common/.github/workflows/shared-ghcr-cleanup.yaml@c7ec5c47aac160939836a5444d17f098b786c234 # main
1111
with:
1212
package: greenhouse,greenhouse/charts/greenhouse
1313
dry-run: true

.github/workflows/ci-e2e-test-nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: "E2E"
4040
id: e2e
4141
continue-on-error: true
42-
uses: cloudoperators/common/workflows/e2e@f87e1e6b7889707a9c10d1a8a9f9f481eb311c06 # main
42+
uses: cloudoperators/common/workflows/e2e@c7ec5c47aac160939836a5444d17f098b786c234 # main
4343
env:
4444
RUNTIME_ENV: "CI"
4545
GH_APP_ID: ${{ secrets.CLOUDOPERATOR_APP_ID }}

.github/workflows/ci-e2e-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: "E2E"
4848
id: e2e
4949
continue-on-error: true
50-
uses: cloudoperators/common/workflows/e2e@f87e1e6b7889707a9c10d1a8a9f9f481eb311c06 # main
50+
uses: cloudoperators/common/workflows/e2e@c7ec5c47aac160939836a5444d17f098b786c234 # main
5151
env:
5252
RUNTIME_ENV: "CI"
5353
GH_APP_ID: ${{ secrets.CLOUDOPERATOR_APP_ID }}

.github/workflows/ci-reuse.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ on: [pull_request]
88

99
jobs:
1010
reuse:
11-
uses: cloudoperators/common/.github/workflows/shared-reuse.yaml@f87e1e6b7889707a9c10d1a8a9f9f481eb311c06 # main
11+
uses: cloudoperators/common/.github/workflows/shared-reuse.yaml@c7ec5c47aac160939836a5444d17f098b786c234 # main

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
security-events: write
2222
actions: read
2323
contents: read
24-
uses: cloudoperators/common/.github/workflows/shared-codeql.yaml@f87e1e6b7889707a9c10d1a8a9f9f481eb311c06 # main
24+
uses: cloudoperators/common/.github/workflows/shared-codeql.yaml@c7ec5c47aac160939836a5444d17f098b786c234 # main
2525
with:
2626
runs-on: "['ubuntu-latest']"
2727
language: "['go']"

.github/workflows/docker-build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ jobs:
4040

4141
# Set up QEMU for cross-platform builds
4242
- name: Set up QEMU
43-
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
43+
uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0
4444

4545
# Set up BuildKit Docker container builder to be able to build
4646
# multi-platform images and export cache
4747
# https://github.com/docker/setup-buildx-action
4848
- name: Set up Docker Buildx
49-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
49+
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
5050
with:
5151
driver-opts: |
5252
image=moby/buildkit:latest
@@ -55,7 +55,7 @@ jobs:
5555
# https://github.com/docker/login-action
5656
- name: Log into registry ${{ env.REGISTRY }}
5757
if: github.event_name != 'pull_request'
58-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
58+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
5959
with:
6060
registry: ${{ env.REGISTRY }}
6161
username: ${{ github.actor }}
@@ -65,7 +65,7 @@ jobs:
6565
# https://github.com/docker/metadata-action
6666
- name: Extract Docker metadata
6767
id: meta
68-
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
68+
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
6969
with:
7070
images: ${{ env.REGISTRY }}/${{ github.repository_owner }}/greenhouse
7171
tags: |
@@ -84,7 +84,7 @@ jobs:
8484
# https://github.com/docker/build-push-action
8585
- name: Build and push Docker image
8686
id: build-and-push
87-
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
87+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
8888
with:
8989
context: .
9090
push: ${{ github.event_name != 'pull_request' }}
@@ -133,7 +133,7 @@ jobs:
133133
severity: "CRITICAL,HIGH,MEDIUM"
134134

135135
- name: Upload Trivy scan results to GitHub Security tab
136-
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
136+
uses: github/codeql-action/upload-sarif@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1
137137
if: always()
138138
with:
139139
sarif_file: trivy-results.sarif

.github/workflows/helm-push.yaml

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

5151
- name: Log into registry ${{ env.REGISTRY }}
5252
if: github.event_name != 'pull_request'
53-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
53+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
5454
with:
5555
registry: ${{ env.REGISTRY }}
5656
username: ${{ github.actor }}

.github/workflows/issue-project-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
if: github.event.label.name == 'backlog'
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: cloudoperators/common/workflows/issue-project-sync@f87e1e6b7889707a9c10d1a8a9f9f481eb311c06 # main
14+
- uses: cloudoperators/common/workflows/issue-project-sync@c7ec5c47aac160939836a5444d17f098b786c234 # main
1515
with:
1616
GH_TOKEN: ${{ secrets.GH_PROJECT_TOKEN }}

.github/workflows/issue-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
triage:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: cloudoperators/common/workflows/issue-triage@f87e1e6b7889707a9c10d1a8a9f9f481eb311c06 # main
13+
- uses: cloudoperators/common/workflows/issue-triage@c7ec5c47aac160939836a5444d17f098b786c234 # main

.github/workflows/pr-docker-build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ jobs:
3030
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131

3232
- name: Set up QEMU
33-
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
33+
uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0
3434

3535
- name: Set up Docker Buildx
36-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
36+
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
3737
with:
3838
driver-opts: |
3939
image=moby/buildkit:latest
4040
4141
- name: Extract Docker metadata
4242
id: meta
43-
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
43+
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
4444
with:
4545
images: ${{ env.REGISTRY }}/${{ github.repository_owner }}/greenhouse
4646
tags: |
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: Build Docker image
5959
id: build-and-push
60-
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
60+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
6161
with:
6262
context: .
6363
push: false

0 commit comments

Comments
 (0)