Skip to content

Commit 9292914

Browse files
chore(deps): update github actions major
1 parent 282fa2f commit 9292914

9 files changed

+17
-17
lines changed

.github/workflows/athenapdf-service-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,13 @@ jobs:
115115
tags: ${{ steps.meta.outputs.tags }}
116116
labels: ${{ steps.meta.outputs.labels }}
117117
- name: Attest dockerhub image
118-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
118+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
119119
with:
120120
subject-digest: ${{steps.build-and-push.outputs.digest}}
121121
subject-name: index.docker.io/${{ github.repository_owner }}/athenapdf-service
122122
push-to-registry: true
123123
- name: Attest ghcr image
124-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
124+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
125125
with:
126126
subject-digest: ${{steps.build-and-push.outputs.digest}}
127127
subject-name: ghcr.io/${{ github.repository_owner }}/athenapdf-service

.github/workflows/database-tools-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ jobs:
114114
tags: ${{ steps.meta.outputs.tags }}
115115
labels: ${{ steps.meta.outputs.labels }}
116116
- name: Attest dockerhub image
117-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
117+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
118118
with:
119119
subject-digest: ${{steps.build-and-push.outputs.digest}}
120120
subject-name: index.docker.io/${{ github.repository_owner }}/database-tools
121121
push-to-registry: true
122122
- name: Attest ghcr image
123-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
123+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
124124
with:
125125
subject-digest: ${{steps.build-and-push.outputs.digest}}
126126
subject-name: ghcr.io/${{ github.repository_owner }}/database-tools

.github/workflows/docker-host-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ jobs:
114114
tags: ${{ steps.meta.outputs.tags }}
115115
labels: ${{ steps.meta.outputs.labels }}
116116
- name: Attest dockerhub image
117-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
117+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
118118
with:
119119
subject-digest: ${{steps.build-and-push.outputs.digest}}
120120
subject-name: index.docker.io/${{ github.repository_owner }}/docker-host
121121
push-to-registry: true
122122
- name: Attest ghcr image
123-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
123+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
124124
with:
125125
subject-digest: ${{steps.build-and-push.outputs.digest}}
126126
subject-name: ghcr.io/${{ github.repository_owner }}/docker-host

.github/workflows/drush-alias-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ jobs:
114114
tags: ${{ steps.meta.outputs.tags }}
115115
labels: ${{ steps.meta.outputs.labels }}
116116
- name: Attest dockerhub image
117-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
117+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
118118
with:
119119
subject-digest: ${{steps.build-and-push.outputs.digest}}
120120
subject-name: index.docker.io/${{ github.repository_owner }}/drush-alias
121121
push-to-registry: true
122122
- name: Attest ghcr image
123-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
123+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
124124
with:
125125
subject-digest: ${{steps.build-and-push.outputs.digest}}
126126
subject-name: ghcr.io/${{ github.repository_owner }}/drush-alias

.github/workflows/insights-scanner-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ jobs:
114114
tags: ${{ steps.meta.outputs.tags }}
115115
labels: ${{ steps.meta.outputs.labels }}
116116
- name: Attest dockerhub image
117-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
117+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
118118
with:
119119
subject-digest: ${{steps.build-and-push.outputs.digest}}
120120
subject-name: index.docker.io/${{ github.repository_owner }}/insights-scanner
121121
push-to-registry: true
122122
- name: Attest ghcr image
123-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
123+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
124124
with:
125125
subject-digest: ${{steps.build-and-push.outputs.digest}}
126126
subject-name: ghcr.io/${{ github.repository_owner }}/insights-scanner

.github/workflows/insights-trivy-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,13 @@ jobs:
121121
tags: ${{ steps.meta.outputs.tags }}
122122
labels: ${{ steps.meta.outputs.labels }}
123123
- name: Attest dockerhub image
124-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
124+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
125125
with:
126126
subject-digest: ${{steps.build-and-push.outputs.digest}}
127127
subject-name: index.docker.io/${{ github.repository_owner }}/insights-trivy
128128
push-to-registry: true
129129
- name: Attest ghcr image
130-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
130+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
131131
with:
132132
subject-digest: ${{steps.build-and-push.outputs.digest}}
133133
subject-name: ghcr.io/${{ github.repository_owner }}/insights-trivy

.github/workflows/logs-concentrator-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ jobs:
114114
tags: ${{ steps.meta.outputs.tags }}
115115
labels: ${{ steps.meta.outputs.labels }}
116116
- name: Attest dockerhub image
117-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
117+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
118118
with:
119119
subject-digest: ${{steps.build-and-push.outputs.digest}}
120120
subject-name: index.docker.io/${{ github.repository_owner }}/logs-concentrator
121121
push-to-registry: true
122122
- name: Attest ghcr image
123-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
123+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
124124
with:
125125
subject-digest: ${{steps.build-and-push.outputs.digest}}
126126
subject-name: ghcr.io/${{ github.repository_owner }}/logs-concentrator

.github/workflows/logs-dispatcher-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ jobs:
114114
tags: ${{ steps.meta.outputs.tags }}
115115
labels: ${{ steps.meta.outputs.labels }}
116116
- name: Attest dockerhub image
117-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
117+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
118118
with:
119119
subject-digest: ${{steps.build-and-push.outputs.digest}}
120120
subject-name: index.docker.io/${{ github.repository_owner }}/logs-dispatcher
121121
push-to-registry: true
122122
- name: Attest ghcr image
123-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
123+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
124124
with:
125125
subject-digest: ${{steps.build-and-push.outputs.digest}}
126126
subject-name: ghcr.io/${{ github.repository_owner }}/logs-dispatcher

.github/workflows/release-tracker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2525

2626
- name: Set up Python
27-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
27+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
2828
with:
2929
python-version: '3.x'
3030

0 commit comments

Comments
 (0)