Skip to content

Commit

Permalink
build(deps): bump the actions-deps group across 1 directory with 2 up…
Browse files Browse the repository at this point in the history
…dates (#215)

Bumps the actions-deps group with 2 updates in the / directory: [pascalgn/size-label-action](https://github.com/pascalgn/size-label-action) and [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action).


Updates `pascalgn/size-label-action` from 0.5.4 to 0.5.5
- [Release notes](https://github.com/pascalgn/size-label-action/releases)
- [Commits](pascalgn/size-label-action@v0.5.4...v0.5.5)

Updates `aquasecurity/trivy-action` from 0.24.0 to 0.28.0
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@0.24.0...0.28.0)

---
updated-dependencies:
- dependency-name: pascalgn/size-label-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-deps
- dependency-name: aquasecurity/trivy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent a05e225 commit cf4f7e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
pull-requests: write
steps:
- name: Add size label
uses: "pascalgn/[email protected].4"
uses: "pascalgn/[email protected].5"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
IGNORED: ".gitignore\n*.md\n*.MD\n*.json\n*.sql\n*.yaml\n*.yml\n.dockerignore\ngo.mod\ngo.sum\nLICENSE"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ jobs:
docker load -i manager.tar
- name: Scan container image
uses: aquasecurity/trivy-action@0.24.0
uses: aquasecurity/trivy-action@0.28.0
with:
image-ref: ${{ env.IMG }}
format: 'github'
Expand Down

0 comments on commit cf4f7e5

Please sign in to comment.