Skip to content

Commit 5509b1f

Browse files
build(deps): bump the github-actions group across 1 directory with 5 updates
Bumps the github-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [chainguard-dev/actions](https://github.com/chainguard-dev/actions) | `1.6.11` | `1.6.19` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `6.0.0` | `6.0.1` | | [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) | `3.0.1` | `3.0.3` | | [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) | `0.35.0` | `0.36.0` | | [webiny/action-conventional-commits](https://github.com/webiny/action-conventional-commits) | `1.3.1` | `1.4.2` | Updates `chainguard-dev/actions` from 1.6.11 to 1.6.19 - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](chainguard-dev/actions@8bb24c2...c69a264) Updates `codecov/codecov-action` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v6.0.0...v6.0.1) Updates `slackapi/slack-github-action` from 3.0.1 to 3.0.3 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Changelog](https://github.com/slackapi/slack-github-action/blob/main/CHANGELOG.md) - [Commits](slackapi/slack-github-action@af78098...45a88b9) Updates `aquasecurity/trivy-action` from 0.35.0 to 0.36.0 - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](aquasecurity/trivy-action@57a97c7...ed142fd) Updates `webiny/action-conventional-commits` from 1.3.1 to 1.4.2 - [Release notes](https://github.com/webiny/action-conventional-commits/releases) - [Commits](webiny/action-conventional-commits@v1.3.1...v1.4.2) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.6.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: slackapi/slack-github-action dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: aquasecurity/trivy-action dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: webiny/action-conventional-commits dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b0cdc17 commit 5509b1f

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: "authzed/actions/setup-go@main"
3535
- name: "Generate docs"
3636
run: "go run mage.go gen:docs"
37-
- uses: "chainguard-dev/actions/nodiff@8bb24c24be6871bee44f19be55ea11e3b2aea3dd" # main
37+
- uses: "chainguard-dev/actions/nodiff@c69a264ec2a5934c3186c618f368fc1c86f16cff" # main
3838
with:
3939
path: ""
4040
fixup-command: "mage gen:docs"
@@ -52,7 +52,7 @@ jobs:
5252
- name: "Unit tests with coverage"
5353
run: "go run mage.go test:runWithCoverage"
5454
- name: "Upload coverage to Codecov"
55-
uses: "codecov/codecov-action@v6.0.0"
55+
uses: "codecov/codecov-action@v6.0.1"
5656
with:
5757
files: "./coverage.txt"
5858
verbose: true

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
GH_TOKEN: "${{ secrets.AUTHZEDAPPROVER_REPO_SCOPED_TOKEN }}"
7272
- name: "Notify in Slack if failure"
7373
if: "${{ failure() }}"
74-
uses: "slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95" # v3.0.1
74+
uses: "slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c" # v3.0.3
7575
with:
7676
webhook: "${{ secrets.SLACK_BUILDS_WEBHOOK_URL }}"
7777
webhook-type: "incoming-webhook"

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: "depot-ubuntu-latest"
5454
steps:
5555
- uses: "actions/checkout@v6"
56-
- uses: "aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1" # For https://github.com/aquasecurity/trivy/security/advisories/GHSA-69fq-xp46-6x23
56+
- uses: "aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25" # For https://github.com/aquasecurity/trivy/security/advisories/GHSA-69fq-xp46-6x23
5757
with:
5858
scan-type: "fs"
5959
ignore-unfixed: true
@@ -104,4 +104,4 @@ jobs:
104104
if: "github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.action == 'reopened' || github.event.action == 'edited')"
105105
steps:
106106
- uses: "actions/checkout@v6"
107-
- uses: "webiny/action-conventional-commits@v1.3.1"
107+
- uses: "webiny/action-conventional-commits@v1.4.2"

.github/workflows/release-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
CHOCOLATEY_API_KEY: "${{ secrets.CHOCOLATEY_API_KEY }}"
3838
- name: "Notify in Slack if failure"
3939
if: "${{ failure() }}"
40-
uses: "slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95" # v3.0.1
40+
uses: "slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c" # v3.0.3
4141
with:
4242
webhook: "${{ secrets.SLACK_BUILDS_WEBHOOK_URL }}"
4343
webhook-type: "incoming-webhook"

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
GEMFURY_PUSH_TOKEN: "${{ secrets.GEMFURY_PUSH_TOKEN }}"
3333
- name: "Notify in Slack if failure"
3434
if: "${{ failure() }}"
35-
uses: "slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95" # v3.0.1
35+
uses: "slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c" # v3.0.3
3636
with:
3737
webhook: "${{ secrets.SLACK_BUILDS_WEBHOOK_URL }}"
3838
webhook-type: "incoming-webhook"
@@ -72,7 +72,7 @@ jobs:
7272
GORELEASER_KEY: "${{ secrets.GORELEASER_KEY }}"
7373
- name: "Notify in Slack if failure"
7474
if: "${{ failure() }}"
75-
uses: "slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95" # v3.0.1
75+
uses: "slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c" # v3.0.3
7676
with:
7777
webhook: "${{ secrets.SLACK_BUILDS_WEBHOOK_URL }}"
7878
webhook-type: "incoming-webhook"

0 commit comments

Comments
 (0)