Skip to content

Commit

Permalink
Merge pull request #181 from kube-logging/renovate/github/workflows-all
Browse files Browse the repository at this point in the history
.github/workflows Update all dependencies
  • Loading branch information
pepov authored Dec 26, 2024
2 parents a421a7c + 8667658 commit 0c903b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
if: github.event_name == 'push'

- name: Build and push (${{ matrix.image-type }})
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.fluentd.version }}
platforms: linux/amd64,linux/arm64
Expand All @@ -85,7 +85,7 @@ jobs:
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db:1

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: "trivy-results.sarif"
if: github.event_name == 'push'
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
if: github.event_name == 'push'

- name: Build image (${{ matrix.image-type }})
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.fluentd.version }}
cache-from: type=gha
Expand Down

0 comments on commit 0c903b1

Please sign in to comment.