Skip to content

Commit

Permalink
Merge branch 'main' into scorecard-action-install
Browse files Browse the repository at this point in the history
  • Loading branch information
bonifaido committed Jun 25, 2024
2 parents ae7ad92 + cdbe969 commit c17e48f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-bifrost.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image [Bifrost]
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
file: components/bifrost/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-echo-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image [echo-server]
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
file: components/echo-server/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-heimdall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image [Heimdall]
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
file: components/heimdall/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mobile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Golang with cache
uses: magnetikonline/action-golang-cache@v4
uses: magnetikonline/action-golang-cache@v5
with:
go-version: ${{ env.GO_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion experimental/spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.2</version>
<version>3.3.1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down
2 changes: 1 addition & 1 deletion experimental/spring/spring-boot-nasp-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>3.4.0</version>
<version>3.4.3</version>
<configuration>
<from>
<platforms>
Expand Down

0 comments on commit c17e48f

Please sign in to comment.