Skip to content

Commit

Permalink
Merge pull request #7 from navikt/dependabot/github_actions/nais/atte…
Browse files Browse the repository at this point in the history
…st-sign-1.5.0

Bump nais/attest-sign from 1.3.4 to 1.5.0
  • Loading branch information
nilsmsa authored Sep 26, 2024
2 parents a5c6b88 + 38fa05d commit 48f98d1
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-start-stopp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
ORG_GRADLE_PROJECT_githubPassword: ${{ secrets.GITHUB_TOKEN }}
- name: Attest and sign image
uses: nais/attest-sign@v1.3.4
uses: nais/attest-sign@v1.5.0
with:
image_ref: ${{ env.IMAGE }}@${{ env.DIGEST }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bekreftelse-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
./gradlew -Pversion=${{ env.VERSION }} -Pimage=${{ env.IMAGE }} :apps:${{ env.MODULE }}:build :apps:${{ env.MODULE }}:jib
echo "DIGEST=$(cat ./apps/${{ env.MODULE }}/build/jib-image.digest)" >> $GITHUB_ENV
- name: Attest and sign image
uses: nais/attest-sign@v1.3.4
uses: nais/attest-sign@v1.5.0
with:
image_ref: ${{ env.IMAGE }}@${{ env.DIGEST }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bekreftelse-min-side-varsler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
ORG_GRADLE_PROJECT_githubPassword: ${{ secrets.GITHUB_TOKEN }}
- name: Attest and sign image
uses: nais/attest-sign@v1.3.4
uses: nais/attest-sign@v1.5.0
with:
image_ref: ${{ env.IMAGE }}@${{ env.DIGEST }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hendelselogg-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
ORG_GRADLE_PROJECT_githubPassword: ${{ secrets.GITHUB_TOKEN }}
- name: Attest and sign image
uses: nais/attest-sign@v1.3.4
uses: nais/attest-sign@v1.5.0
with:
image_ref: ${{ env.IMAGE }}@${{ env.DIGEST }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hendelseprosessor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
ORG_GRADLE_PROJECT_githubPassword: ${{ secrets.GITHUB_TOKEN }}
- name: Attest and sign image
uses: nais/attest-sign@v1.3.4
uses: nais/attest-sign@v1.5.0
with:
image_ref: ${{ env.IMAGE }}@${{ env.DIGEST }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kafka-key-generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
ORG_GRADLE_PROJECT_githubPassword: ${{ secrets.GITHUB_TOKEN }}
- name: Attest and sign image
uses: nais/attest-sign@v1.3.4
uses: nais/attest-sign@v1.5.0
with:
image_ref: ${{ env.IMAGE }}@${{ env.DIGEST }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/utgang-formidlingsgruppe-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
ORG_GRADLE_PROJECT_githubPassword: ${{ secrets.GITHUB_TOKEN }}
- name: Attest and sign image
uses: nais/attest-sign@v1.3.4
uses: nais/attest-sign@v1.5.0
with:
image_ref: ${{ env.IMAGE }}@${{ env.DIGEST }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/utgang-pdl-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
ORG_GRADLE_PROJECT_githubPassword: ${{ secrets.GITHUB_TOKEN }}
- name: Attest and sign image
uses: nais/attest-sign@v1.3.4
uses: nais/attest-sign@v1.5.0
with:
image_ref: ${{ env.IMAGE }}@${{ env.DIGEST }}

Expand Down

0 comments on commit 48f98d1

Please sign in to comment.